Age | Commit message (Collapse) | Author |
|
property which the developers can use in there custom event handlers. In unfortunately requires the gui_basegrid to be included in the uses clause.
|
|
|
|
|
|
|
|
* I created a simple EditTest example showing the new components in action.
|
|
|
|
TfpgFileListBase.ReadDirectory, where the return value was not always set. This caused random read errors in File Dialogs.
|
|
will probably break code, but they are easy to fix in your own code.
* All Grid Columns and Rows are now Longword types and not Integer. We mixed them all over the place, even though the grids do not support negative rows or columns.
* Fixed up the UI Designer because of previous change. Same goes for examples.
* Made some changes to get fpGUI compilable under FPC 2.3.1 (latest trunk), but yet no fpGUI application runs yet. No idea why yet.
|
|
readlink in X11 file dialog.
|
|
again. Andrew can apply his Memo changes once everything is working on his side.
|
|
|
|
left :)
* new testapp using the memo
|
|
* Replaced some code/magic numbers with constants instead.
* fpGUI Default Font is now a variable and not a constant. This allows us to change the
default font at application startup.
|
|
|
|
the grid scrolled for no reason.
|
|
ClearSelection calls.
|
|
|
|
of improvements are needed, but it's working on simple forms.
|
|
different versions of FPC. This also fixed the UI Designer strange issues.
|
|
|
|
|
|
* 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.
|