summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-05-28Horizontal Scrolling working in X11, basegrid unit updated to use itDavid Laurence Emerson
2013-05-28horizontal scrolling, commit 2David Laurence Emerson
2013-05-28horizontal scrolling, commit 1David Laurence Emerson
2013-05-28Revert "Make special characters known by edit components"Graeme Geldenhuys
2013-05-28Revert "Make special characters known by editcombobox"Graeme Geldenhuys
2013-05-28Revert "Make special characters known by memo component"Graeme Geldenhuys
2013-05-28Revert "Use dead key codes for special accentuated characters"Graeme Geldenhuys
2013-05-28Revert "Add common procedures in fpg_base for deadkeys"Graeme Geldenhuys
2013-05-28Forgot to bump the version numbers of the fpgui_toolkit.lpk packages.Graeme Geldenhuys
2013-05-28Change to still support FPC 2.6.0 during the fpGUI 1.0 releaseGraeme Geldenhuys
2013-05-28New overloaded LoadImage_PNG()Graeme Geldenhuys
2013-05-28Menu shortcuts with F1 key combinations never worked.Graeme Geldenhuys
2013-05-28popupmenu: Adds a convenience function AddSeparator()Graeme Geldenhuys
2013-05-28tree keyboard handling: we never tested for ShiftStateGraeme Geldenhuys
2013-05-28os/2 bitmaps with bitdepth of 1,4 or 8 have a 3 byte color palette.Graeme Geldenhuys
2013-05-28Initial support for reading OS/2 Bitmap files.Graeme Geldenhuys
2013-05-28bmp code now raises an exception for a unknown BMP format.Graeme Geldenhuys
2013-05-28debug supportGraeme Geldenhuys
2013-05-28minor code formattingGraeme Geldenhuys
2013-05-28Bump the version numbersGraeme Geldenhuys
2013-05-28core: Debug output is now sent to the Debug Server instead of console output.Graeme Geldenhuys
2013-05-28Buttons & Styles now support hover effect on standard buttons too.Graeme Geldenhuys
2013-05-28aggpas backend: finally implemented DoDrawPolygon()Graeme Geldenhuys
2013-05-28aggpas: Improved font work-around to work for FreeBSD too.Graeme Geldenhuys
2013-05-28updated reporting imagesGraeme Geldenhuys
2013-05-28Add common procedures in fpg_base for deadkeysJean-Marc Levecque
2013-05-28Use dead key codes for special accentuated charactersJean-Marc Levecque
2013-05-28Make special characters known by memo componentJean-Marc Levecque
2013-05-28Make special characters known by editcomboboxJean-Marc Levecque
2013-05-28Make special characters known by edit componentsJean-Marc Levecque
2013-05-28Adds Chrome and Chromium support to fpgOpenURL()Graeme Geldenhuys
2013-05-28utils: Adds a new RTL wrapper to handle UTF-8 path names correctly.Graeme Geldenhuys
2013-05-27renamed FScrollFrame (bad name) to FVisibleAreaDavid Laurence Emerson
2013-05-27Merge branch 'master' into scroll-frameDavid Laurence Emerson
2013-05-27Scroll-Frame!David Laurence Emerson
2013-05-20Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality nowGraeme Geldenhuys
2013-05-20bug: Under Windows the mouse coordinates in OnDragDrop was screen coordinates.Graeme Geldenhuys
2013-05-16agg2d: minor work-around for the difference between FreeType and GDIGraeme Geldenhuys
2013-05-16agg2d: Adds implementation for DoFillTriangle()Graeme Geldenhuys
2013-05-16Merge branch 'agg_fonts' into developGraeme Geldenhuys
2013-05-16Agg2D: rought conversion of font point size to pixel size.Graeme Geldenhuys
2013-05-16aggcanvas: added support for font rotationGraeme Geldenhuys
2013-05-16aggcanvas: adds preliminary font supportGraeme Geldenhuys
2013-05-16agg2d: DoSetTextColor() mistakenly ignored the Alpha channel value.Graeme Geldenhuys
2013-05-16grid: to prevent possible index out of bounds errors.Graeme Geldenhuys
2013-05-16new unit to do font mapping/lookups for the AggPas backend.Graeme Geldenhuys
2013-05-13Adds a new convenience function IsLoading to TfpgWidgetGraeme Geldenhuys
2013-05-13code formatting: fixes the camel case of a function name.Graeme Geldenhuys
2013-05-13fixes compiler hint about unused variableGraeme Geldenhuys
2013-05-12agg: surfaced the new Fill(color) method in TAdd2D and agg_2dGraeme Geldenhuys