Age | Commit message (Collapse) | Author |
|
* Updated the gui_hyperlink documentation.
* Updated documentation scripts.
* Fixed the painting bug in gui_basegrid where the top-right and bottom-left text or images paint over the control frame.
|
|
|
|
his gui_browser class to a fpgOpenURL function.
|
|
Grid.RowCount is set.
|
|
the dropdown to close when return key has been pressed
|
|
|
|
|
|
|
|
* Created a new Color ListBox example project.
|
|
has no published properties yet.
|
|
* Fixed a bug on listbox that allowed Item 0 to be selected with the mouse
* Fixed a possible bug for TfpgTimer that possibly could allow
timers to be skipped if timer(s) were destroyed during the callback
|
|
past the visible text
|
|
* Fixed some Scrollbar cosmetic bugs
* Shortened scroll timer delay to 300 ms
|
|
which is down since only one part can be down at a time.
This removes 4 boolean members. And allows case to
be used.
* Scrollbar now will continue scrolling when the mouse
is pressed in the space between the slider and arrow.
|
|
* Messages are now stopped only if msg.Stop is true when FormDesigner is assigned to a widget
|
|
of a line based on a given clipping rectangle. This doesn't not use the
Canvas's internal ClipRegion. It uses the well known Cohen-Sutherland line
clipping algorithm, and performance is very good.
* new method in Canvas class called DrawLineClipped() which uses the ClipLine
method.
* Converted some C headers for the Motif Window Manager hints support under
X11.
* Introduced a new Window Attribute type called waBorderless. This allows use
create borderless windows that can handle keyboard input. Currently
borderless windows are only implemented in X11. It past 01:15 here and I
need sleep, so will tackle GDI support on Monday.
* Extended some of the types to be used for the new Style/Theme Manager.
* Fixed a bug where TfpgForm.OnClose event did not fire when you call .Close
method.
|
|
|
|
* Fixed some bugs in Jean-Marc's patch. Grid.TextColor and Grid.BackgroundColor had no affect.
* Extended the GridTest example showing the new features and OnCellDraw example.
|
|
* Fixed painting of ListView Column
* Misc Listview painting changes
* Added OnColumnPaint to ListView
The new property FastDoubleBuffer will probably be moved to TfpgCanvaseBase also perhaps this can be set with an application
property since it doesn't free the backbuffer until the Canvas is freed which will result in some increase in memory usage.
The listview can have double buffering disabled now and it won't flicker sonce the painting is done with no overlapping rects.
|
|
|
|
quickly in the design form. * Undone some changes I accidentily checked in in revision 634 regarding the newformdesigner.pas unit.
|
|
* X11: Implemented an experimental EventFilter hook.
|
|
|
|
Combos close when clicking in the main combo area. Testing Win2000 and Linux.
|
|
close. And what a silly bug it was.
* Applied a minor fix to CalenderCombo so it behaves like the normal ComboBox.
|
|
It now calls the Font Select dialog.
|
|
Windows. PopupWindows are now closed at Form Move, Resize and Loosing Focus.
|
|
|
|
translation files do not exist, the translation failed. This is now well tested under Linux for any combination.
* Minor update to the Font Select dialog so translated text are not clipped.
|
|
|
|
seems to fix the error received in the File dialog.
* I implemented three new functions to retrieve the DPI value of the screen.
|
|
ADefaultDrawing = True, fpGUI will do standard painting. If user sets ADefaultDrawing = False, it is up to the user to do painting for that cell.
|
|
|
|
|
|
with an index value = -1
|
|
|
|
* Added new resource strings for days of the week and months of the year.
* fpGUI based applications now set the internal Day and Month arrays from FPC to the correct locale. CalendarCombo now displays the days and months in the correct language.
* UI Designer failed to save a form that has a CalendarCombo on it. This is now fixed.
|
|
the Consumed parameter variable.
|
|
EditCombo when it runs out of screen space. It also handles resizing if the dropdown is bigger that the screen is high.
* Started refactoring the ComboBox and EditComboBox. There was just to much code duplication. I am still busy with it, but please test and let me know if I broke something.
|
|
* Fixed the ComboBox dropdown flicker issue under Linux. I still need to test if it exists under Windows to.
* Fixed the Popup Menu bug under Linux where it keeps closing before you can use the menu.
|
|
|
|
* ComboBox OnChange event now fires again.
* Found and tagged the Dropdown window flicker issue, but not sure how to fix it yet.
|
|
design and does not contain the keyboard bug detected after the dropdown window is shown. * TfpgComboBox now supports Alt+Down Arrow to open the combobox dropdown. * TfpgComboBox now position the Focusitem in a much better way and takes into account the beginning, middle or end of the drowdown list and the dropdowncount.
|
|
|
|
|
|
playing around.
|
|
support and improves the file dialog.
|
|
* Added the missing default FileMask in TfpgFileGridBase
|
|
selected item.
|
|
|