summaryrefslogtreecommitdiff
path: root/src/corelib
AgeCommit message (Expand)Author
2008-03-01* Localization now supports toolkit and application .po files. It's still wo...graemeg
2008-02-27* Created two new units called: gfx_pofiles.pas and gfx_translations.pas. Th...graemeg
2008-02-26* Applied a few more updates to the Afrikaans translation.graemeg
2008-02-26* Applied the Portuguese translation. Thanks to Alexsander Rosagraemeg
2008-02-26Minor GDI fix for popup windows.graemeg
2008-02-25* I believe I fixed the Button down state and Mouse Events issue. It now work...graemeg
2008-02-22* Applied patch that fixes the Russian translation file.graemeg
2008-02-22* Applied a French translation patch from Jean-Marc.graemeg
2008-02-22* Added new Italian translation by Antonio.graemeg
2008-02-22* Applied Vladimir's russian translations.graemeg
2008-02-20* Added a new cursor: mcHandgraemeg
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* Added a new gfx_constants unit which will be used as the start of localizat...graemeg
2008-02-18* I think I fixed the issue with PopupWindows taking focusgraemeg
2008-02-17* updated version numbers for next release.graemeg
2008-02-17* updated the documentation scripts.graemeg
2008-02-16* Implemented correct MouseEnter and MouseExit detectiongraemeg
2008-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg
2008-02-14* GDI: Implemented the new Clipboard class in Windows. Again graemeg
2008-02-14* X11: fpGUI will now raise an exception if it can't open the X Display.graemeg
2008-02-13* Created a new ImageList unit and class.graemeg
2008-02-09Applied two of Vladimir's patchesgraemeg
2008-02-09* Introduced to new types: TfpgChar and TfpgString.graemeg
2008-02-06Fixed the compiler error under Windows. That will teach me to test before I c...graemeg
2008-02-06* Added a new unit gui_editcombo. This is still undergraemeg
2008-02-04* Removed the extra fpgTimers.Delete() call which caused a error an applicati...graemeg
2008-02-01* Fixed old Color property to TextColor.graemeg
2008-02-01* Applied patch from Jean-Marc which fixes a minor issue in the TfpgMemo and ...graemeg
2008-01-31* TfpgColor is now a distinct type. Not just a longword alias.graemeg
2008-01-28* GDI: Fixed the double click issue under Windows.graemeg
2008-01-26* Fixed the X11 event handling by using thegraemeg
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-11* TfpgWidget now has two new events. OnEnter and OnExit so the user can trap ...graemeg
2008-01-10Applied patch from Vladimir fixing button MouseEnter and MouseExit events.graemeg
2008-01-07* Moved many methods from Public to Private or Protected in gui_menu.pasgraemeg
2008-01-04* GUI: Moved all MenuItem painting into the Paint event handler.graemeg
2008-01-03* Reworked the timing of when windows get removed from thegraemeg
2008-01-02* Fixed AV that occurs when a combobox is opened and closed a few times.graemeg
2007-12-27* ComboBox dropdown now opens and closes as expected when you click insidegraemeg
2007-12-23GDI: Fixed issues where the mouse is used to resize controls in the UI Design...graemeg
2007-12-15GFX/X11 * Minor fix to netlayers handling of splash screens.graemeg
2007-12-15* Added a new WindowAttribute called waStayOnTop. * Modified the SplashScree...graemeg
2007-12-14* Implemented a OnClick event in TfpgWidget.graemeg
2007-12-13* A new GUI example showing how to implement a Splash Screen.graemeg