summaryrefslogtreecommitdiff
path: root/src/corelib/x11
AgeCommit message (Expand)Author
2008-05-22* Minor bugfix in gui_customgrid.graemeg
2008-05-22* applied workaround patch for Text Extent and TfpgEdit component.graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-05-09* Fixed bug where program crashed if MainMenu contains no items and you click...graemeg
2008-04-27Provisional changes for FPC 2.3.x supportgraemeg
2008-04-24* TfpgApplicationBase now descends from TObject instead of TComponent.graemeg
2008-04-15* Implemented ActiveWindow method.graemeg
2008-04-02* Applied patch from Vladimir removing all IFDEFs from gui_grid.graemeg
2008-03-28* Applied a minor patch from Michael van Canneyt which reduces the calls to r...graemeg
2008-03-26* Applied patch from Vladimir improving the DoubleClick support.graemeg
2008-03-26* Modal Forms can now also be Borderless.graemeg
2008-03-25* Added Antonio Sanguigni new TfpgHyperLabel component to fpGUI. I converted ...graemeg
2008-03-25* Fixed a memory leak in the TfpgFileListBase class.graemeg
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