summaryrefslogtreecommitdiff
path: root/src/corelib
AgeCommit message (Expand)Author
2008-05-02* Made the DrawText functions signature more consistent.graemeg
2008-05-02* Applied DrawText patch to correct text alignment parameters.graemeg
2008-04-28* Button color fix.graemeg
2008-04-27* Fixed the issue with screen flicker in the TfpgForm.OnPaint event handler.graemeg
2008-04-27Provisional changes for FPC 2.3.x supportgraemeg
2008-04-27fpgApplication is now derived from TComponent again. This time I managed to f...graemeg
2008-04-27minor spelling mistake in code comments.graemeg
2008-04-25Fixed Index-out-of-bounds error in File Dialog under Windows.graemeg
2008-04-25* Fixed a bug introduced in r719 with toggle buttons.graemeg
2008-04-25* fixed a minor compiler error for Windows.graemeg
2008-04-24* TfpgApplicationBase now descends from TObject instead of TComponent.graemeg
2008-04-24* Sanity check added in ImageList.graemeg
2008-04-23* Introduced TfpgApplication.Terminate methodgraemeg
2008-04-22* few minor updates for translation support.graemeg
2008-04-22* Thanks to Jörg Braun for the new German translation.graemeg
2008-04-15* Implemented ActiveWindow method.graemeg
2008-04-11* Applied patches 1936023 and 1936029. New Canvas.DrawText methods with text ...graemeg
2008-04-11* Implemented OnClose event for TfpgPopupWindowgraemeg
2008-04-11* Fixed a bug where exceptions were silently handled without notification. Th...graemeg
2008-04-09* Added a user defined Message Record type for any custom data.graemeg
2008-04-07no commentgraemeg
2008-04-03* Minor fix in the MessageDialogsgraemeg
2008-04-02* Applied patch from Vladimir removing all IFDEFs from gui_grid.graemeg
2008-04-02* Applied patch (#1930945) from Jean-Marc which introduces a new component in...graemeg
2008-03-31* Applied a ClearType / Anti-aliasing fix for GDI. Created by Vladimir.graemeg
2008-03-28* Fixed a spelling mistake in a TFileEntry class property name.graemeg
2008-03-28* Applied a patch from Michael van Canneyt fixing a bug in TfpgFileListBase.R...graemeg
2008-03-28* Many big changes which removes bucket loads of compiler warnins. These will...graemeg
2008-03-28* Applied a minor patch from Michael van Canneyt which reduces the calls to r...graemeg
2008-03-28* Reverted the Memo changes from revision 679 to get the UI Designer working ...graemeg
2008-03-27* The color gray is now spelt the same all over.graemeg
2008-03-27* New Implementation of memo lines. much faster. there is at least one bug le...drewski207
2008-03-27* Moved some constants to the gfx_constants unit.graemeg
2008-03-27* Minor clipboard patch for GDI by Vladimir.graemeg
2008-03-27* TfpgEdit cursor position performance patch from Vladimir.graemeg
2008-03-26* UI Designer now has a very basic way of setting the TabOrder. Still a lot o...graemeg
2008-03-26* Now we are correctly handling the ComponentState property between different...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* fpGUI should now compile under FPC 2.3.1 but it's untested.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-22* Added Stop to TfpgMessageRec.drewski207
2008-03-21* new method in Canvas class called ClipLine() which clips the coordinatesgraemeg
2008-03-20* Minor GDI clipboard fix from Vladimir.graemeg
2008-03-20* Finally fixed the Windows bug in the UI Designer when you move components q...graemeg
2008-03-19* X11: Implemented an Application.OnIdle event.graemeg
2008-03-19* Updated Russian translation file by Vladimir.graemeg
2008-03-19* ComboBox and CalendarCombo now work identical under Linux and Windows. Comb...graemeg