summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2008-02-27* Created two new units called: gfx_pofiles.pas and gfx_translations.pas. Th...graemeg
2008-02-27* Applied a patch from Antonio which does incrimental searching in listboxes.graemeg
2008-02-25* I believe I fixed the Button down state and Mouse Events issue. It now work...graemeg
2008-02-25* Scrolling the dropdown to the end, it doesn't display the last item. graemeg
2008-02-23* Applied textwrap label patch from Jean-Marc.graemeg
2008-02-22* Applied minor Label patch from Jean-Marc.graemeg
2008-02-22* Applied Jean-Marc's ListBox patch.graemeg
2008-02-22* Applied Label patch from Jean-Marc which adds WrapText and Alignment proper...graemeg
2008-02-22Applied patch from Vladimir which improves the tab handling in the RadioButtons.graemeg
2008-02-20* Minor fix in the version number requirements.graemeg
2008-02-20* Bumped up the version numbers.graemeg
2008-02-20* Applied Vladimir's patch for arrow key support in RadioButtons.graemeg
2008-02-19* Fixed the text for some of the German translations. Lazarus compiled with G...graemeg
2008-02-18* I think I fixed the issue with PopupWindows taking focusgraemeg
2008-02-17* Minor fixes to the mouse and menu handling.graemeg
2008-02-17* Added a new MenuOptions property to MenuBar components. This controls some ...graemeg
2008-02-17* updated version numbers for next release.graemeg
2008-02-17* updated the documentation scripts.graemeg
2008-02-16* Fixed TfpgPageControl where the Left and Right buttons were visible at star...graemeg
2008-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg
2008-02-14* X11: fpGUI will now raise an exception if it can't open the X Display.graemeg
2008-02-14* Fixed minor selection rectangle painting bug in TfpgTreeview.graemeg
2008-02-13* Treeview component now has support for node imagesgraemeg
2008-02-12* Applied patch #1890188 from Jean-Marc regarding gui_editcombo.pasgraemeg
2008-02-09* Applied Vladimir's TfpgEdit changes to TfpgMemo as well. We should really r...graemeg
2008-02-09Applied two of Vladimir's patchesgraemeg
2008-02-09* Introduced to new types: TfpgChar and TfpgString.graemeg
2008-02-06* Added a new unit gui_editcombo. This is still undergraemeg
2008-02-05Applied patch from Slapshot fixing the TVFDPropertyEditor class. BackgroupCol...graemeg
2008-02-04* Applied patch from Jean-Marc creating new properties for ComboBox and ListBox.graemeg
2008-02-01* Menu items that are disabled now appear as selected when the mouse moves ov...graemeg
2008-02-01* Fixed the IFDEF so that the libc unit is only included for Linux/x86 32-bit...graemeg
2008-02-01* Applied patch from Jean-Marc which fixes a minor issue in the TfpgMemo and ...graemeg
2008-01-28* Applied Jean-Marc memo patch adding TextColor and BackgroundColor properties.graemeg
2008-01-28* Removed more debug code.graemeg
2008-01-28* Removed the unused debug code in ComboBox and ListBox units.graemeg
2008-01-26* Added a new Color property to RadioButton, Button and CheckBox.graemeg
2008-01-26Applied patch from Jean-Marc allowing TfpgEdit's text color to be changed.graemeg
2008-01-26* Middle mouse button click was never detected.graemeg
2008-01-21* GDI: Fixed index out of bounds errors in ComboBox.graemeg
2008-01-21* Fixed some memory leaks in TfpgComboBox.graemeg
2008-01-16* Fixed a bug where the Right and Centre mouse button dectection was wrong wa...graemeg
2008-01-14* Removed a debug writeln statement from gui_edit unit.graemeg
2008-01-14* ShowMessage can now Centre of Left Align the text.graemeg
2008-01-14* I wrapped libc unit and calls with IFDEF's so it should compile under FreeB...graemeg
2008-01-12* Fixed MessageDialog crash on exit under Windows.graemeg
2008-01-11* Refactored some code so that MessageBox and MessageDialog can share some code.graemeg
2008-01-11* TfpgMemo now allows the user to tab out of the component if UseTabs = False.graemeg
2008-01-11* TfpgWidget now has two new events. OnEnter and OnExit so the user can trap ...graemeg
2008-01-11* TfpgEdit now paints the selected text even if the component doesn't have fo...graemeg