Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-28 | Bugfix: If BackgroundColor and cached colorwheel image. | Graeme Geldenhuys | |
If the background color was changed at runtime, the cached colorwheel image never knew about it. So the margin color was changed, but the color around the colorwheel was not. | |||
2009-09-28 | ColorWheel: Notify RTTI of defaut values in published properties. | Graeme Geldenhuys | |
2009-09-27 | Add colorwheel and colormapping units to fpgui_toolkit.lpk package. | Graeme Geldenhuys | |
2009-09-27 | ColorWheel and ValueBar implementation including color mapping routines. | Graeme Geldenhuys | |
These components will allow us to implement a color selection dialog. | |||
2009-08-02 | Merge branch 'work' | Graeme Geldenhuys | |
2009-08-02 | Fix compiler hint - unused unit in uses clause | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-07-30 | Fix bug for SpinEditFloat MinValue setting | jean-marc | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-28 | Add and remove todo list items. | Graeme Geldenhuys | |
2009-07-28 | Add new method InsertAtCursorPos() to TfpgBaseEdit | Graeme Geldenhuys | |
This allows you to insert text at the current cursor location. This just makes it easier for the user and reused the DoPaste which was initially for Clipboard support. The is work towards the Character Map support in TfpgEdit popup menu. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-28 | Add copyright information in dialog include files | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-28 | Adds a new Character Map dialog to fpGUI | Graeme Geldenhuys | |
This forms part of the fpg_dialogs.pas unit. There is aslo a easy access method called fpgShowCharMap and returns the text selected by the user. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-28 | Minor code formatting | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-14 | Add new todo items so I don't forget them | Graeme Geldenhuys | |
2009-07-06 | StringGrid RowCount update bug fix | Graeme Geldenhuys | |
- When RowCount was changed it refreshed the grid to much. - BeginUpdate / EndUpdate did not always update scrollbar position. | |||
2009-07-02 | Fix compilation bug with fpc 2.3.1 - field order | Micheal Fyffe | |
- fpc 2.3.1 Error: Fields cannot appear after a method or property definition Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-06-26 | Updated translations with True/False constants | Graeme Geldenhuys | |
- Added new resource strings for True/False - Translated new resouce strings for all languages - On application initialization the RTL true/false strings are set according to the current active translation so BoolToStr() method will be localized. | |||
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 | Merge branch 'master' of ssh://graemeg@fpgui.git.sourceforge.net/gitroot/fpgui | Graeme Geldenhuys | |
2009-06-15 | Fixed InvertCaret exception. | David Emerson | |
2009-06-15 | Improved Debugln() formatting. | Graeme Geldenhuys | |
2009-06-11 | minor changes to support archiving features. Still work-in-progress. | Graeme Geldenhuys | |
2009-06-08 | DebugLn() improvements | Graeme Geldenhuys | |
* Moved DebugLn() implementations from fpg_pofiles to fpg_main * DebugLn() should now work even on Windows GUI applications without throwing IO errors. * Implemented 3 new UTF-8 file methods in fpg_utils. | |||
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-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-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 | * 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 | 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-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. |