Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-08 | Updated the various programs and fpGUI library to use the new generate ↵ | Graeme Geldenhuys | |
version file. The VERSION-GEN script generates a VERSION-FILE file which contans the version number of fpGUI. This is now used in DocView, UI Designer and other example applications too. | |||
2010-03-08 | minor tweak for usage in VFD | Graeme Geldenhuys | |
2010-03-04 | Add missing published Hint properties to some components. | Graeme Geldenhuys | |
2010-03-01 | Fixed memory leak in TfpgGroupBox. Never freed the used font. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2010-02-25 | Published Hint and ShowHint on all widgets. | Graeme Geldenhuys | |
2010-02-03 | Published ReadOnly property for Numeric Edit components too. | Graeme Geldenhuys | |
2010-02-03 | Implemented ReadOnly support for TfpgEdit. | Graeme Geldenhuys | |
2010-02-03 | very minor code formatting fix. | Graeme Geldenhuys | |
2010-01-29 | Corrected work spacing in 'About fpGUI' dialog text. | Graeme Geldenhuys | |
2009-12-29 | New methods GotoNextNodeUp and GotoNextNodeDown to step through a tree. | Graeme Geldenhuys | |
2009-12-29 | MenuBar color is not consistent with Popup Menu seperator items. | Graeme Geldenhuys | |
2009-12-29 | Add information text to the About fpGUI dialog. | Graeme Geldenhuys | |
2009-12-21 | Causes popup menus to overlap slightly so it is easier to see the z-order. | Graeme Geldenhuys | |
2009-12-10 | Extra saftey checks. Nothing major. | Graeme Geldenhuys | |
2009-12-10 | Tweak of color usage and the look of popup menus | Graeme Geldenhuys | |
* Color now more closely matches WinXP colors * Improved the border look of popup menus and any 3d bevels * Replaced standard text drawing with fpgStyle text drawing * Menu dividers are now 3D and not flat black line | |||
2009-11-30 | fixed compiler reported visibilty issues. | Graeme Geldenhuys | |
2009-11-23 | Add a Hint property to TfpgMenuItem. | Graeme Geldenhuys | |
* I'm unsure of how exactly I want to use it and how it can tie into a StatusBar component. I'll try and come up with some demo in the future. | |||
2009-11-09 | Published the OnDoubleClick event for the Treeview and Listbox components. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-11-09 | ListBox BeginUpdate / EndUpdate now correctly delays updates | Graeme Geldenhuys | |
ListBox.items.Assign(AItems) cause the listbox to redraw after every item was added - seriously delaying things. This bug has now been fixed. | |||
2009-11-05 | minor changes required in fpg_tree.pas to work with FPC 2.3.1 | Graeme Geldenhuys | |
2009-11-05 | More support for a help system | Graeme Geldenhuys | |
* Implemented InvokeHelp in TfpgWidget * implemented InvokeHelp and OnHelp event in TfpgForm * Implemented HelpConext, HelpKeyword and HelpType in TfpgComponent | |||
2009-11-05 | Fixed mouse wheel scrolling in treeview. | Graeme Geldenhuys | |
* Content does not scroll vertically off the screen anymore. * Vertical scrollbar button now positions correctly when scrolling with mouse wheel of scrollbutton slider. | |||
2009-11-03 | Fix bug where if Memo linecount = 0 the cursor was not drawn. | Graeme Geldenhuys | |
2009-10-27 | New property setting initial directory in the File Open/Save dialog. | Jean-Marc | |
2009-10-27 | Fix enable/disable of SpinEdit buttons when min/max is reached. | Jean-Marc | |
2009-10-27 | Some min/max fixes to SpindEdit. | Jean-Marc | |
2009-10-26 | Minor fixes to properties in fpg_spinedit unit. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-23 | New WindowPosition setting of wpOneThirdDown. | Graeme Geldenhuys | |
Part of the "golden ratio" goodies. It seems to me more pleasing to the eye if a dialog is not 100% centered in the window, but rather 1/3 down of available vertical space. I think Mac OS X also does this. | |||
2009-10-21 | Treeview can now do a FindSubNode using the Node.Data property. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-12 | Fixed up the comments in fpg_iniutils. Copy and Paste is evil! :-) | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-12 | Scrollbars: reverse d1e205cfb commit. | Graeme Geldenhuys | |
ScrollBars are a special case and require BeginDraw & EndDraw inside the HandlePaint event because the component also does drawing from outside the HandlePaint event. eg: When draging the scrollbar button around. | |||
2009-10-09 | Added "dummy" Checked property to Menus. | Graeme Geldenhuys | |
This will be implemented soon. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | Removed redundant BeginDraw..EndDraw calls in ScrollBar painting. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | New ReadOnly property for Edit components, but not implemented yet. | Graeme Geldenhuys | |
So far it's just a "dummy" property that does nothing. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
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 | ColorWheel and ValueBar implementation including color mapping routines. | Graeme Geldenhuys | |
These components will allow us to implement a color selection dialog. | |||
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-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-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. |