summaryrefslogtreecommitdiff
path: root/src/corelib
AgeCommit message (Expand)Author
2008-03-13* Applied patch from Antonio which adds a authentication to User Prompt Dialo...graemeg
2008-03-13Russian language translation patch applied from Vladimir.graemeg
2008-03-12* Restructured gfx_utils.pas unit and moved it to the CoreLib directory.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-11* Implemented a global MessageHook feature where one component can register a...graemeg
2008-03-11* Popup Menu display via Menu Key is now centred in active widget.graemeg
2008-03-11* Added the Menu Key definition for GDI support.graemeg
2008-03-11* TfpgWidget now simulates a RMB click when Menu Key is pressed. In TfpgEdit ...graemeg
2008-03-11* Implemented a new fpgGetNamedFontList() functiongraemeg
2008-03-10code formattinggraemeg
2008-03-10* Applied the solution from Vladimir so that ComboBox dropdown doesn't steal ...graemeg
2008-03-07* TfpgForm now has a FullScreen property. Currently only implemented in X11.graemeg
2008-03-06* fpgfx and fpgui packages now have the -B compiler parameter to always compi...graemeg
2008-03-06* Applied Russian translation patch from Vladimir.graemeg
2008-03-05* Applied French translation changes from Jean-Marcgraemeg
2008-03-05* Applied Spanish translation changes from Horacio Jamilisgraemeg
2008-03-05* Applied new Italian translations from Antonio.graemeg
2008-03-04* More more on the MiG Layout port.graemeg
2008-03-03* Applied patch from Horacio Jamilis adding Spanish translation.graemeg
2008-03-02* Applications resourcestring declarations do not have to be in a hard-coded ...graemeg
2008-03-01* Updated translation files with new resource string constant.graemeg
2008-03-01* Applied patch from Vladmir which enables Unicode text input under Linux.graemeg
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