Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-25 | Stringgrid column right margin issue fixed | Jean-Marc | |
2009-06-23 | Copyright and code formatting fix. | Graeme Geldenhuys | |
2009-06-23 | Unset cursor/caret fix in TfpgMemo. | David Emerson | |
2009-06-23 | Fix overlapping text in RadioButton and CheckBox | Graeme Geldenhuys | |
* If BoxLayout = right, then the text caption could paint over the radio or check images. This is now fixed. | |||
2009-06-23 | Fixed the image position regarding focus rectangle | Graeme Geldenhuys | |
* Checkbox and RadioButton images overlap the focus rectangle when BoxLayout is right aligned. | |||
2009-06-23 | New property BoxLayout for checkbox and radiobutton. | Jean-Marc | |
2009-06-15 | Fixed InvertCaret exception. | David Emerson | |
2009-06-08 | Fixed the keyMenu handling in BasicEdit components. | Graeme Geldenhuys | |
2009-06-03 | GetFieldBounds was not implemented for many tiMediators. | Graeme Geldenhuys | |
2009-03-30 | * Patch fixing: Quick drag causes list order corruption. | graemeg | |
2009-03-27 | * Applied DragToReorder patch from David Emerson. | graemeg | |
* Minor changes to his patch by publishing the property when needed. * Updated the ListBox and ColorListBox demos to show the feature. | |||
2009-03-26 | * CalendarCheckCombo now handles checkbox clicking with mouse. | graemeg | |
* CalendarCheckCombo now paints checkbox location correctly. * CalendarCheckCombo now has a new OnCheckboxChanged event. | |||
2009-03-21 | Applied patch from Jean-Marc. | graemeg | |
* Fixes size of Today button in drowdown calendar combo. * Updated French translation file. | |||
2009-03-20 | * Minor X11 debugging improvements. | graemeg | |
* Named internal components * Introduced TfpgBaseCheckbox class. * Refactored text drawing in ComboBox to a method that can be overridden in descendants. * Implemented a new (experimental) Calendar Combo with Checkbox for optional date selection. * Added Calendar Combo Check component to UI Designer. * Fixed some missing properties from Calendar Combo component in UI Designer. | |||
2009-03-13 | plans for future enhancements to edit components. | graemeg | |
2009-03-09 | ExtraHint property for EditCombo. Thanks to Jean-Marc. | graemeg | |
2009-02-19 | no comments | graemeg | |
2009-02-17 | * Fixed memory leaks in Calendar Combobox. | graemeg | |
2009-02-16 | * Removed a lot of memory leaks from fpg_treeview.pas. | graemeg | |
* Reworked the Treeview Test example so that it is managed by the Form Designer. | |||
2009-02-16 | Reverted the previous vista hint implementation. Introduced a new ExtraHint ↵ | graemeg | |
property which is separate from the Hint property. | |||
2009-02-13 | * Applied combobox patch from Clemens adding improved hint support. | graemeg | |
2009-02-12 | * applied a modified patch from Clemens with the following changes: | graemeg | |
- Private DrawSelection method is now a protected virtual method. - New TfpgBaseTextEdit class introduced that only does Text string functions. - Numeric edits now only do Numeric selection handling. This removes the selection paint bug which flashes quickly. - Hint text inside TfpgEdit now disappears on receiving focus and not only when text is entered. | |||
2009-02-12 | * Applied Jean-Marc's margin patches. | graemeg | |
2009-02-10 | * Minor fix in fpg_edit and Backspace key handling. | graemeg | |
* Registered the TMediatorItemComboBoxView in tiMediators. | |||
2009-02-04 | * CustomGrid now calls Update instead of Repaint. This now conforms to ↵ | graemeg | |
BeginUpdate..EndUpdate requests. * StringGrid now has a Clear method. | |||
2009-01-14 | * new methods added to fpg_utils unit. | graemeg | |
* Select Dir Dialog can already display some directories, but still far from complete. | |||
2009-01-12 | * Added two new functions to fpg_utils unit. | graemeg | |
* More work on the Select Directory dialog. | |||
2009-01-09 | * more work on the Select Dir dialog, but it's not workable yet. | graemeg | |
2009-01-09 | * Applied Jean-Marc's dialog patch to improve translation support. | graemeg | |
* Added a skeleton dialog which will become a Directory Select dialog. | |||
2008-12-09 | * Added fpgApplicationRemoveWindowFromModalStack so windows that are in the ↵ | drewski207 | |
stach make sure to remove themselves when destroyed * Added 2 new attributes to TWindowAttributes waUnblockableMessages, waX11SkipWMHints * waUnblockableMessages is useful for allowing certain windows to still respond when other windows are modal | |||
2008-11-25 | * Added some of the missing published properties to TfpgPanel. | graemeg | |
* Added TfpgGroupBox to UI Designer component palette. | |||
2008-11-18 | * Minor bug fix in TfpgApplication. Setting the HintPase didn't affect the ↵ | graemeg | |
hint pause at all. * By default the Hint Windows now doesn't have a shadow. More consistent with desktop environments. * Removed some compiler hints from UI Designer. | |||
2008-11-13 | * NumericEdit fixed from Jean-Marc. Fixed bug where value changed as you set ↵ | graemeg | |
and loose focus with the mouse cursor. | |||
2008-11-12 | * Removed public Alignment property from EditInteger, EditFloat and ↵ | graemeg | |
EditCurrency. | |||
2008-11-12 | * new fpgCharAt() function | graemeg | |
* Renamed EditXXX's DecimalSeparator and ThousandSeparatar properties to not conflict with the global variables in SysUtils. * Added EditCurrency, EditFloat and EditInteger to the UI Designer palette. I still have issues with TfpgChar type, so you have to use the 'unknow' memo in Object Inspector. * Minor changes in edits demo to compile again after the above changes. | |||
2008-11-11 | * Jean-marc did excellent work fixing up the numeric edit components. | graemeg | |
2008-11-09 | * another minor patch from jean-marc | graemeg | |
2008-11-08 | * Implemented GetClientRect for TfpgBaseEdit | graemeg | |
* Replaced Char with TfpgChar for TfpgBaseNumericEdit * Fixed visiblity of GetClientRect in TfpgAbstractPanel * Fixed text position in TfpgBaseNumbericEdit - spacing from the right. | |||
2008-11-08 | formatting patch from Jean-marc for BaseNumericEdit | graemeg | |
2008-11-06 | * Minor fix in TabSheet bg color. | graemeg | |
2008-11-06 | * Fixed the selection issue in TfpgEdit. | graemeg | |
* Changed the AChar parameter of UTF8CharAtByte to a out parameter. | |||
2008-10-31 | * Applied Jean-Marc's editcombo patch | graemeg | |
2008-10-31 | * Implemented virtual RowDelete() method for TfpgCustomGrid. | graemeg | |
* Implemented full RowDelete() for TfpgStringGrid. * Updated tiListMediators to use the new RowDelete() method of StringGrid. * Updated the GridTest demo to show RowDelete() in action. * Updated the AddressBook Demo 21 to enable deleting of contacts. | |||
2008-10-29 | * msgqueue now raises exceptions if the queue is full instead of trying to ↵ | graemeg | |
write to the console (which might not exist). * MessageDialog displayed wrong icon for Critical errors. * Removed compiler hint from tiListMediators' | |||
2008-10-26 | * Added missing published properties to components in fpg_panel unit. | graemeg | |
2008-10-22 | * Applied Edit component patch from Vladimir - fixing overflow error. | graemeg | |
2008-10-20 | * Published new events for Calendar Combo. | graemeg | |
* tiOPF: CalendarCombo mediator now hooks into the OnChange and OnExit event. | |||
2008-10-20 | * SpinEdit controls needed some published events. | graemeg | |
* Spinedit controls got OnChange event. * tiOPF: Updated the SpinEdit and CheckBox mediators to hook into the OnChange events. | |||
2008-10-15 | * Applied minor EditCombo patch from Jean-Marc. | graemeg | |
2008-10-15 | * Added an example fpmake program contributed by Henry Vermaak. Showing how ↵ | graemeg | |
the new FPC build system can be used with fpGUI. * Removed some compiler warnings. |