summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2008-03-25* fpGUI should now compile under FPC 2.3.1 but it's untested.graemeg
2008-03-25* Added Antonio Sanguigni new TfpgHyperLabel component to fpGUI. I converted ...graemeg
2008-03-25* Applied minor patch from Jean-Marc to allow scrollbars to be adjusted when ...graemeg
2008-03-25Applied patch from Jean-Marc to allow setting the editbox to be cleared, andgraemeg
2008-03-25applied patch from Jean-Marc allowing ImageName to be set at creation.graemeg
2008-03-25* Minor changes to menu and About fpGUI dialog.graemeg
2008-03-24* More improvements to the ColorListBox component.graemeg
2008-03-23* Implemented a basic Color ListBox component. It is still incomplete and has...graemeg
2008-03-22* Increased double buffer on x11 efficiencydrewski207
2008-03-22* Small change to gui_edit where the edit will scroll when the mouse moves pa...drewski207
2008-03-22* Added property PageSize to Scrollbardrewski207
2008-03-22* Made Scrollbox use an enum to keep track of the partdrewski207
2008-03-21* new method in Canvas class called ClipLine() which clips the coordinatesgraemeg
2008-03-21* Applied patch [1919861] from Jean-Marc for TfpgLabel.graemeg
2008-03-21* Applied grid patch from Jean-Marcgraemeg
2008-03-20* Added a property to TfpgCanvasImpl(x11) FastDoubleBufferdrewski207
2008-03-19* ComboBox and CalendarCombo now work identical under Linux and Windows. Comb...graemeg
2008-03-19* Finally I seem to have solved the mystery of the ComboBox that refuses to c...graemeg
2008-03-18* UI Designer: Implemented a new property editor for the FontDesc property. I...graemeg
2008-03-18* When a form is Moved, Resized or Deactivates all popup windows are closed.graemeg
2008-03-18* Fixed a bug in the translation units where if both toolkit and application ...graemeg
2008-03-18* Applied a patch from Vladimir which imploves the file system encoding and s...graemeg
2008-03-17* TfpgStringGrid now has a OnDrawCell event. If the user sets ADefaultDrawing...graemeg
2008-03-17* Applied the patch form Antonio. The beginnings of a TfpgNumericEdit component.graemeg
2008-03-17* Minor patch form Jean-Marc. Change avoids to check for an item in the list ...graemeg
2008-03-17* Applied patch form Antonio added Today button in CalendarCombo component.graemeg
2008-03-16* A minor fix in TfpgCustomEdit.HandleKeyChar so that it does not override th...graemeg
2008-03-16* I implement an improved positioning of dropdown window of Combobox and Edit...graemeg
2008-03-16* Fixed a bug in File Save Dialog where you can not save a new file anymore.graemeg
2008-03-16* Applied patch [1909573] from Jean-Marc making changes to EditCombo component.graemeg
2008-03-15* Removed the old TDropdownWindow class from gui_combobox.pas unit.graemeg
2008-03-15* TfpgComboBox - Implemented a new internal dropdown window. It is a cleaner ...graemeg
2008-03-14* Applied various patch from Vladimir which implements locale file encoding s...graemeg
2008-03-14* Applied ComboBox patch from Antonio to allow Up and Down keys to change sel...graemeg
2008-03-14* Applied on the TopRow property changes from Jean-Marc's patch [ 1909562 ].graemeg
2008-03-14* Implemented a new OnCanSelectCell event for Grids. Works via keyboard or mo...graemeg
2008-03-13* Applied patch from Antonio which adds a authentication to User Prompt Dialo...graemeg
2008-03-13* Fixed the extrafpc.cfg file due to latest restructure of gfx_utils.pas unit.graemeg
2008-03-12* Applied User Prompt Dialog patch from Antonio.graemeg
2008-03-12* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxba...graemeg
2008-03-12* Applied patch [ 1911897 ] label bug fix patch - from Jean-Marc.graemeg
2008-03-12Applied patch [ 1911886 ] listbox patch for editcombo bug from Jean-Marcgraemeg
2008-03-11* Implemented a new fpgGetNamedFontList() functiongraemeg
2008-03-10* Implemented the New Directory Dialog and added it to the File Open and File...graemeg
2008-03-10* Applied partial patch from Jean-Marc adding a CreateStringGrid function to ...graemeg
2008-03-10* Applied a partial patch from Jean-Marc regarding ComboBox autosize feature.graemeg
2008-03-10* Fixed a minor bug in the TfpgAbstractComboBox.SetText reported by Viktor.graemeg
2008-03-10* Applied ListBox patch from Jean-Marc to make OnKeyPress visible.graemeg
2008-03-10* Applied label patch from Jean-Marc adding improved Layout, Wraptext and Ali...graemeg
2008-03-07* TfpgForm now has a FullScreen property. Currently only implemented in X11.graemeg