summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
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
2009-07-06StringGrid RowCount update bug fixGraeme Geldenhuys
2009-07-02Fix compilation bug with fpc 2.3.1 - field orderMicheal Fyffe
2009-06-25Stringgrid column right margin issue fixedJean-Marc
2009-06-23Copyright and code formatting fix.Graeme Geldenhuys
2009-06-23Unset cursor/caret fix in TfpgMemo.David Emerson
2009-06-23Fix overlapping text in RadioButton and CheckBoxGraeme Geldenhuys
2009-06-23Fixed the image position regarding focus rectangleGraeme Geldenhuys
2009-06-23New property BoxLayout for checkbox and radiobutton.Jean-Marc
2009-06-15Fixed InvertCaret exception.David Emerson
2009-06-08Fixed the keyMenu handling in BasicEdit components.Graeme Geldenhuys
2009-06-03GetFieldBounds 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
2009-03-26* CalendarCheckCombo now handles checkbox clicking with mouse.graemeg
2009-03-21Applied patch from Jean-Marc.graemeg
2009-03-20* Minor X11 debugging improvements.graemeg