summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-11Allow tabtext color settingJean-Marc.Levecque
2015-07-06Allow tabs color settingJean-Marc.Levecque
2015-06-18bug: OnKeyPress() keycode parameter was 0 for internally consumed keys.Graeme Geldenhuys
2015-05-29file dialog: set button hint valuesGraeme Geldenhuys
2015-05-29dialogs: We had a SetupCaptions method, but nothing ever called it!Graeme Geldenhuys
2015-05-29New resource string values for File Dialog buttonsGraeme Geldenhuys
2015-05-25Fixes compiler error when AggCanvas is enabled.Graeme Geldenhuys
2015-04-22Merge branch 'lkppo' into fixes_1.4Graeme Geldenhuys
2015-04-22Clean up unused local variablesGraeme Geldenhuys
2015-04-12Win: DND support is now toggled by a feature compile define, not platform defineGraeme Geldenhuys
2015-04-10Removes the -dDEBUG compiler define for *nix environments too.Graeme Geldenhuys
2015-04-10Disable -dDEBUG compiler define under windows (build from batch file).Graeme Geldenhuys
2015-04-10wince: adds a new batch file for WinCE-ARM targetGraeme Geldenhuys
2015-04-10WinCE: fixes compilation errors for WinCE-ARMGraeme Geldenhuys
2015-04-06Revert "Minor optimisation to CanvasBase.SetFont()"Graeme Geldenhuys
2015-04-06Clean up unused local variablesStéphane Aulery
2015-04-04Crap! TRGBTripple conflicts with the Windows unit from FPC.Graeme Geldenhuys
2015-04-04Russion language file updateGraeme Geldenhuys
2015-03-18Two new form helper functions added to fpgApplicationGraeme Geldenhuys
2015-03-10Removes deprecated TFPColor usageGraeme Geldenhuys
2015-03-09Replace deprecated functions with alternativesGraeme Geldenhuys
2015-03-09Adds new functions to fpg_utilsGraeme Geldenhuys
2015-03-05Published some mouse events for Checkbox, ComboBox, Edit, EditBtn, Listbox an...Graeme Geldenhuys
2015-03-01Minor tweak to the compiler settingsGraeme Geldenhuys
2015-02-28bug: Improved tokenizer to correctly extract font name for Font Dialog.Graeme Geldenhuys
2015-02-28code formatting fixGraeme Geldenhuys
2015-02-28bug: Fixes GDI issue where if font name contain a @ or - symbol the couldn't ...Graeme Geldenhuys
2015-02-22vlc: fix compiler error with FPC 3.0Graeme Geldenhuys
2015-02-19Minor optimisation to CanvasBase.SetFont()Graeme Geldenhuys
2015-02-19Removed fpgApplication.DefaultFontGraeme Geldenhuys
2015-02-19menu: Replace font reference variable with direct fpgStyle callsGraeme Geldenhuys
2015-02-19tabs: Replace internal FFont reference variable.Graeme Geldenhuys
2015-02-15bug: fixes a spelling error in a propertyGraeme Geldenhuys
2015-02-12Version bumpGraeme Geldenhuys
2015-02-08Listview improvements.Andrew Haines
2015-02-06Merge remote-tracking branch 'jmarcl/reporting' into developGraeme Geldenhuys
2015-02-05Framework build scripts switched to DEBUG build modeGraeme Geldenhuys
2015-02-02script: FPC reference replaced with a variable to FPC binaryGraeme Geldenhuys
2015-02-01Merge branch 'develop' of https://github.com/graemeg/fpGUI into developAndrew Haines
2015-02-01Changes to allow modal windows to have owners.Andrew Haines
2014-12-26Encapsulate TfpgStyle's font objectsGraeme Geldenhuys
2014-12-20Updated translation constants for all language files with lastest updates.Graeme Geldenhuys
2014-12-20color dialog: Color Picker and Hex Value editbox added.Fred van Stappen
2014-12-19Merge remote-tracking branch 'jmarcl/editcombo' into developGraeme Geldenhuys
2014-12-18Fix bug in InternalListBoxSelectJean-Marc.Levecque
2014-12-13Implements custom form icon support for X11Graeme Geldenhuys
2014-12-06Merge branch 'feature/jml-grids' into developGraeme Geldenhuys
2014-12-06Fix ColMax() calculation.Graeme Geldenhuys
2014-12-06Add optional scrollbar stylesJean-Marc.Levecque
2014-12-06Improve horizontal srcollbar behaviourJean-Marc.Levecque