summaryrefslogtreecommitdiff
path: root/src/corelib/x11
AgeCommit message (Expand)Author
2008-03-22* Increased double buffer on x11 efficiencydrewski207
2008-03-21* new method in Canvas class called ClipLine() which clips the coordinatesgraemeg
2008-03-19* X11: Implemented an Application.OnIdle event.graemeg
2008-03-19* Finally I seem to have solved the mystery of the ComboBox that refuses to c...graemeg
2008-03-18* Applied a patch from Vladimir which imploves the file system encoding and s...graemeg
2008-03-16* Fixed a bug in File Save Dialog where you can not save a new file anymore.graemeg
2008-03-15Code cleanupgraemeg
2008-03-15* fpGUI-X11 applications now have a unique program icon. I was simply playing...graemeg
2008-03-14* Applied various patch from Vladimir which implements locale file encoding s...graemeg
2008-03-12* Restructured gfx_utils.pas unit and moved it to the CoreLib directory.graemeg
2008-03-12* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxba...graemeg
2008-03-11* TfpgWidget now simulates a RMB click when Menu Key is pressed. In TfpgEdit ...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-05* Applied new Italian translations from Antonio.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-02-27* Created two new units called: gfx_pofiles.pas and gfx_translations.pas. Th...graemeg
2008-02-25* I believe I fixed the Button down state and Mouse Events issue. It now work...graemeg
2008-02-20* Added a new cursor: mcHandgraemeg
2008-02-20* Bumped up the version numbers.graemeg
2008-02-18* Added a new gfx_constants unit which will be used as the start of localizat...graemeg
2008-02-17* updated version numbers for next release.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-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-26* Fixed the X11 event handling by using thegraemeg
2008-01-21* Fixed some memory leaks in TfpgComboBox.graemeg
2008-01-03* Reworked the timing of when windows get removed from thegraemeg
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-02* Implemented the Wu Anti-Aliased line drawing algorithm. Soon the canvas Dr...graemeg
2007-11-30* Some more minor improvements to the prototype Bitmap theme support.graemeg
2007-11-28* Implemented a Command pattern interface.graemeg
2007-11-26* Created a new unit that implements a WideString version of TStringList.graemeg
2007-11-08* X11: Setting a window title via netlayer does not work for thegraemeg
2007-11-06* SetLineStyle and LineWidth are now fully supported under X11 and GDI.graemeg
2007-11-06* Removed code duplication from the previous patch in X11 SetLineStyle.graemeg
2007-11-06* Applied patch from Giuliano Colla. It modifies the line drawing but is curr...graemeg
2007-11-03* Improved modal form in X11 to use net window hintsdrewski207
2007-10-05* Implemented a UTF8Insert() and UTF8Delete() proceduresgraemeg
2007-09-14* New overloaded EndDraw method for TfpgCanvas.graemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-09-08* Fixed initial painting of components when they are placed in the graemeg
2007-08-30* Changed the unit output path of the CoreLib and GUI (Lazarus) packages to t...graemeg
2007-08-27* Implemented List Mediators with tiOPF support and added a demo.graemeg
2007-08-21X11: The start of implementing a Double Click event.graemeg
2007-08-21* minor fixgraemeg
2007-08-21* GDI: Fixed popup window support.graemeg