summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-10Change to still support FPC 2.6.0 during the fpGUI 1.0 releaseGraeme Geldenhuys
2013-04-09Merge latest fixes from 'release-1.0' branch into developGraeme Geldenhuys
2013-04-09version bump for develop branchGraeme Geldenhuys
2013-04-09New SearchMode property to FileListBase classDibo
2013-04-08New overloaded LoadImage_PNG()Graeme Geldenhuys
2013-04-08Menu shortcuts with F1 key combinations never worked.Graeme Geldenhuys
2013-04-08popupmenu: Adds a convenience function AddSeparator()Graeme Geldenhuys
2013-04-08tree keyboard handling: we never tested for ShiftStateGraeme Geldenhuys
2013-04-06os/2 bitmaps with bitdepth of 1,4 or 8 have a 3 byte color palette.Graeme Geldenhuys
2013-04-05Initial support for reading OS/2 Bitmap files.Graeme Geldenhuys
2013-04-04bmp code now raises an exception for a unknown BMP format.Graeme Geldenhuys
2013-04-04launching help viewerGraeme Geldenhuys
2013-04-03debug supportGraeme Geldenhuys
2013-04-03minor code formattingGraeme Geldenhuys
2013-04-02Bump the version numbersGraeme Geldenhuys
2013-04-02core: Debug output is now sent to the Debug Server instead of console output.Graeme Geldenhuys
2013-04-02Buttons & Styles now support hover effect on standard buttons too.Graeme Geldenhuys
2013-03-27aggpas backend: finally implemented DoDrawPolygon()Graeme Geldenhuys
2013-03-27aggpas: Improved font work-around to work for FreeBSD too.Graeme Geldenhuys
2013-03-27updated reporting imagesGraeme Geldenhuys
2013-03-22Add common procedures in fpg_base for deadkeysJean-Marc Levecque
2013-03-22Use dead key codes for special accentuated charactersJean-Marc Levecque
2013-03-22Make special characters known by memo componentJean-Marc Levecque
2013-03-22Make special characters known by editcomboboxJean-Marc Levecque
2013-03-22Make special characters known by edit componentsJean-Marc Levecque
2013-03-19Adds Chrome and Chromium support to fpgOpenURL()Graeme Geldenhuys
2013-03-18utils: Adds a new RTL wrapper to handle UTF-8 path names correctly.Graeme Geldenhuys
2013-03-04minor code formatting.Graeme Geldenhuys
2013-02-25numeric edits: adds min/max limitsJean-Marc Levecque
2013-02-22Updated the About Dialog text to reflect FreeBSD.Graeme Geldenhuys
2013-01-04Enabled fpGUI+AggPas compiling via scripts or fpmakeGraeme Geldenhuys
2013-01-03needed of values limits on integer edits.Jean-Marc Levecque
2012-12-20Added the Agg2D canvas unit to the X11 fpgui_toolkip.lpk packageGraeme Geldenhuys
2012-12-20agg: comments about the difference between FreeType and Win32 font engine.Graeme Geldenhuys
2012-12-20Minor changes for AggPas-Canvas under X11.Graeme Geldenhuys
2012-12-20fixes spelling mistake in code commentGraeme Geldenhuys
2012-12-20AggPas Canvas can now render to the screen under Windows too.Graeme Geldenhuys
2012-12-20menus: No need to call BeginDraw/EndDrawGraeme Geldenhuys
2012-12-18Completed some method signatures in implementation section.Graeme Geldenhuys
2012-12-18Removed unused units from uses clause. Preventing compiler hints.Graeme Geldenhuys
2012-12-14Minor mods to TfpgTrackbar to make it more flexible for descendants.Graeme Geldenhuys
2012-12-10Replace text strings in the reporting units with resource strings - for local...Graeme Geldenhuys
2012-12-10Removed old constants not needed any more - they are now standard in FPC's RTL.Graeme Geldenhuys
2012-12-03Updates the classes naming convension fro TGfx to TfpgGraeme Geldenhuys
2012-11-30Silence the compiler about range checking.Graeme Geldenhuys
2012-11-30Minor optimisation for UTF8Insert()Graeme Geldenhuys
2012-11-30Fixes UTF8 functions for 64-bit compliance.Graeme Geldenhuys
2012-11-30optimised UTF8CStringToUTF8StringGraeme Geldenhuys
2012-11-30Fixes compiler warning about using a deprecated type... TFPColorGraeme Geldenhuys
2012-11-30Fixes compiler hint about unused unitGraeme Geldenhuys