summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2010-03-18Refactored the TfpgHintWindow class for better user customization and resourc...Graeme Geldenhuys
2010-03-16MenuBar issues with visibility when created at runtime.Graeme Geldenhuys
2010-03-16Code not needed any more, parent class already does this.Graeme Geldenhuys
2010-03-11use a more accurate message name for asking to be freed.Graeme Geldenhuys
2010-03-11Use constants instead of magic numbers for ModalResult values.Graeme Geldenhuys
2010-03-10listview: fixed double buffering bug.Graeme Geldenhuys
2010-03-08Updated the various programs and fpGUI library to use the new generate versio...Graeme Geldenhuys
2010-03-08minor tweak for usage in VFDGraeme Geldenhuys
2010-03-04Add missing published Hint properties to some components.Graeme Geldenhuys
2010-03-01Fixed memory leak in TfpgGroupBox. Never freed the used font.Graeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-25Published Hint and ShowHint on all widgets.Graeme Geldenhuys
2010-02-03Published ReadOnly property for Numeric Edit components too.Graeme Geldenhuys
2010-02-03Implemented ReadOnly support for TfpgEdit.Graeme Geldenhuys
2010-02-03very minor code formatting fix.Graeme Geldenhuys
2010-01-29Corrected work spacing in 'About fpGUI' dialog text.Graeme Geldenhuys
2009-12-29New methods GotoNextNodeUp and GotoNextNodeDown to step through a tree.Graeme Geldenhuys
2009-12-29MenuBar color is not consistent with Popup Menu seperator items.Graeme Geldenhuys
2009-12-29Add information text to the About fpGUI dialog.Graeme Geldenhuys
2009-12-21Causes popup menus to overlap slightly so it is easier to see the z-order.Graeme Geldenhuys
2009-12-10Extra saftey checks. Nothing major.Graeme Geldenhuys
2009-12-10Tweak of color usage and the look of popup menusGraeme Geldenhuys
2009-11-30fixed compiler reported visibilty issues.Graeme Geldenhuys
2009-11-23Add a Hint property to TfpgMenuItem.Graeme Geldenhuys
2009-11-09Published the OnDoubleClick event for the Treeview and Listbox components.Graeme Geldenhuys
2009-11-09ListBox BeginUpdate / EndUpdate now correctly delays updatesGraeme Geldenhuys
2009-11-05minor changes required in fpg_tree.pas to work with FPC 2.3.1Graeme Geldenhuys
2009-11-05More support for a help systemGraeme Geldenhuys
2009-11-05Fixed mouse wheel scrolling in treeview.Graeme Geldenhuys
2009-11-03Fix bug where if Memo linecount = 0 the cursor was not drawn.Graeme Geldenhuys
2009-10-27New property setting initial directory in the File Open/Save dialog.Jean-Marc
2009-10-27Fix enable/disable of SpinEdit buttons when min/max is reached.Jean-Marc
2009-10-27Some min/max fixes to SpindEdit.Jean-Marc
2009-10-26Minor fixes to properties in fpg_spinedit unit.Graeme Geldenhuys
2009-10-23New WindowPosition setting of wpOneThirdDown.Graeme Geldenhuys
2009-10-21Treeview can now do a FindSubNode using the Node.Data property.Graeme Geldenhuys
2009-10-12Fixed up the comments in fpg_iniutils. Copy and Paste is evil! :-)Graeme Geldenhuys
2009-10-12Scrollbars: reverse d1e205cfb commit.Graeme Geldenhuys
2009-10-09Added "dummy" Checked property to Menus.Graeme Geldenhuys
2009-10-09Removed redundant BeginDraw..EndDraw calls in ScrollBar painting.Graeme Geldenhuys
2009-10-09New ReadOnly property for Edit components, but not implemented yet.Graeme Geldenhuys
2009-09-28Bugfix: If BackgroundColor and cached colorwheel image.Graeme Geldenhuys
2009-09-28ColorWheel: Notify RTTI of defaut values in published properties.Graeme Geldenhuys
2009-09-27ColorWheel and ValueBar implementation including color mapping routines.Graeme Geldenhuys
2009-07-30Fix bug for SpinEditFloat MinValue settingjean-marc
2009-07-28Add and remove todo list items.Graeme Geldenhuys
2009-07-28Add new method InsertAtCursorPos() to TfpgBaseEditGraeme Geldenhuys
2009-07-28Add copyright information in dialog include filesGraeme Geldenhuys
2009-07-28Adds a new Character Map dialog to fpGUIGraeme Geldenhuys
2009-07-28Minor code formattingGraeme Geldenhuys