Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-30 | Documentation update | Graeme Geldenhuys | |
* updated all the fpdoc xml documentation files to reference the new unit names. * Fixed the build scripts * trimmed the xml files to only contain nodes that have actual documentation. | |||
2009-04-30 | minor update to some documentation. | Graeme Geldenhuys | |
2009-04-18 | memory leaks and lpi updates | Graeme Geldenhuys | |
* Fixed memory leaks in the tiListMediator unit * Updated various project lpi files. | |||
2009-04-18 | Merge branch 'master' of ssh://graemeg@fpgui.git.sourceforge.net/gitroot/fpgui | Graeme Geldenhuys | |
2009-04-16 | Removed compiler warnings from UI Designer project. | Graeme Geldenhuys | |
2009-04-07 | Added support for changing the tabs in the PageControl while | Graeme Geldenhuys | |
in the Form Designer. It's not perfect, but workable. ;-) | |||
2009-04-07 | This is still work in progress. Renamed the xml documentation files | Graeme Geldenhuys | |
to match the unit names. Updated the corelib build script. It's still not ready to be run yet, but it is one step closer. | |||
2009-04-06 | * added missing units directory for miglayout prototype | Graeme Geldenhuys | |
* minor updates to get miglayout project compilable again. | |||
2009-04-05 | * Added missing unit output directories. | Graeme Geldenhuys | |
2009-04-05 | * Added the missing lib directory | Graeme Geldenhuys | |
2009-04-05 | Added a project wide .gitignore file. | Graeme Geldenhuys | |
2009-04-04 | * Migrated SubVersion repository to Git. | Graeme Geldenhuys | |
* Minor changes to copyright dates to test git commits. | |||
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-22 | * Fixed gutter line number alignment in Tfpg_textEdit prototype. | graemeg | |
* Fixed runtime font change handling and gutter line number painting in Tfpg_textedit prototype. | |||
2009-03-22 | * Removed X11 alternate implementations for FreeBSD and Linux systems when ↵ | graemeg | |
reading file username and groupname values. | |||
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 | no comments | graemeg | |
2009-03-13 | plans for future enhancements to edit components. | graemeg | |
2009-03-09 | Apparently order of reintroduce and overloaded is supposed to be important. | 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 | * Removed the duplicated SelectedObject property | graemeg | |
2009-02-13 | * new mediators for 3 numeric edit components. Thanks to Clemens for the patch. | graemeg | |
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-12 | * Fixed the rename include files in the fpgui packages. | graemeg | |
2009-02-11 | * Updated Russian translation. | graemeg | |
2009-02-11 | * Updated the language inc generator program. | graemeg | |
* Replaced all lang_xxx.inc files with auto generated ones. * New constant for Hint Window time. | |||
2009-02-10 | * SetEnabled recursively sets enabled property. | 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-02-04 | * added a custom user message constant. | graemeg | |
* prevent AV when tooltip owner window is released. * language update | |||
2009-01-30 | * Removed a potential AV error in hintwindow handling. | graemeg | |
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-12 | * Revents a possible AV in StringGrid mediator. | graemeg | |
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-12-04 | * Improved the build.bat file to use FPC to detect platform and OS variables. | graemeg | |
2008-12-04 | * updated windows build batch file to create output lib dir. | graemeg | |
2008-12-02 | * tiOPF: Created a new Pick Database form for the demos. | graemeg | |
* tiOPF: Created a new Demo 04 - CreateDatabase. | |||
2008-11-25 | * Added some of the missing published properties to TfpgPanel. | graemeg | |
* Added TfpgGroupBox to UI Designer component palette. |