summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-08richview: fixes bug with Italic text adding an extra space at the endGraeme Geldenhuys
I thought I fixed all of these before, but I missed this one.
2015-08-06Merge branch 'docview_underline' into fixes_1.4Graeme Geldenhuys
2015-08-06RichText: fixed the bug where Underlined text didn't work.Graeme Geldenhuys
A simple spelling mistake!
2015-07-08Merge branch 'reporting' into fixes_1.4Graeme Geldenhuys
2015-07-08pdf: Code clean-up, removing empty destructors.Graeme Geldenhuys
2015-07-08pdf: translated more French identifiers to EnglishGraeme Geldenhuys
2015-07-08pdf: Translated French identifier names to EnglishGraeme Geldenhuys
Quite a lot has been done, but there are still many remaining. I'm getting there. ;-)
2015-07-05Merge branch 'jml/french' into fixes_1.4Graeme Geldenhuys
2015-07-05Minor fix to French rsLanguage resource stringJean-Marc.Levecque
2015-07-04Merge branch 'jml/french' into fixes_1.4Graeme Geldenhuys
2015-07-04Updated French translationsJean-Marc.Levecque
2015-06-18Merge branch 'hotfix/keypress' into fixes_1.4Graeme Geldenhuys
2015-06-18bug: OnKeyPress() keycode parameter was 0 for internally consumed keys.Graeme Geldenhuys
Arrow keys, PgUp, PgDn, Home, End, Enter, Tab, Backspace were all consumed internally and prevented the keycode from being set correctly.
2015-05-29Updated language PO files.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
Recently we removed some variables that were needed for AggCanvas ifdef'ed code.
2015-05-25example: Fixes compiler error - fpgApplication.DefaultFont was removed a ↵Graeme Geldenhuys
while ago
2015-05-22Lazarus IDE add-on's: changed the way the forms are created.Graeme Geldenhuys
The fpgApplication is now the owner of the created forms. So now features relating to forms in the fpgApplication can be used too.
2015-05-11extras: Updated "new project types" package for Lazarus IDE integrationGraeme Geldenhuys
I've updated the existing package that registers a fpGUI Application project type. I've added a new project type that uses fpGUI+Agg2D as well. Very useful for those quick demos or tests. Copied from the 'develop' branch.
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
Old behaviour was to disable DND when WINCE is active. The HAS_DND compiler define now does this. HAS_DND is enabled by default for Windows, and disabled for WinCE platforms.
2015-04-10Removes the -dDEBUG compiler define for *nix environments too.Graeme Geldenhuys
Just like before, it simply isn't needed for normal fpGUI usage.
2015-04-10Disable -dDEBUG compiler define under windows (build from batch file).Graeme Geldenhuys
It causes extensive debug info and checks not required for normal usage.
2015-04-10Fix compilation error for 'canvastest' demoGraeme Geldenhuys
2015-04-10wince: adds a new batch file for WinCE-ARM targetGraeme Geldenhuys
Making it a bit easier to compile the framework for this platform.
2015-04-10WinCE: fixes compilation errors for WinCE-ARMGraeme Geldenhuys
* Disabled OLE support for WinCE * Disabled Drag-n-Drop support for WinCE * Fixed PChar vs PWidechar types * Fixed IFDEF's. Differences between MSWINDOWS, WINDOWS and WINCE.
2015-04-09Merge branch 'release-1.4'Graeme Geldenhuys
2015-04-08docs: more release process notesGraeme Geldenhuys
2015-04-06Revert "Minor optimisation to CanvasBase.SetFont()"Graeme Geldenhuys
This reverts commit 58fbaf95ad23b3b3393d172cbee6cc0eea5611d9.
2015-04-06Clean up unused local variablesStéphane Aulery
2015-04-04Crap! TRGBTripple conflicts with the Windows unit from FPC.Graeme Geldenhuys
So we have to specify the fpg_base unit so the compiler knows which structure we are refering to.
2015-04-04release process docs updateGraeme Geldenhuys
2015-04-04docs: For HTML output we only want Public or Published documentation.Graeme Geldenhuys
Just like we do for the INF help.
2015-04-04Fixes time formatting constants for FormateDateTime() call.Graeme Geldenhuys
2015-04-04Russion language file updateGraeme Geldenhuys
2015-04-04Regenerated *.po files for localizationGraeme Geldenhuys
2015-04-02ats: add missing compiler mode and AnsiString directive to unit.Graeme Geldenhuys
Thanks to Echi for reporting this.
2015-04-02ats: readme file updateGraeme Geldenhuys
2015-04-02ats: Added a Test Usage form to show how resource ID values are retrieved.Graeme Geldenhuys
2015-04-02ats: various improvements to the editor formGraeme Geldenhuys
- code reformatting - tidying up a bit - A new Actions menu - keyboard shortcuts for the editing functions - Implemented "New Row" functionality
2015-04-02ats: Updated project file settings so unit output directory is auto createdGraeme Geldenhuys
2015-04-02ats: Made the AddRow() function publicly visibleGraeme Geldenhuys
2015-04-02ats: standardised the name of the event handlerGraeme Geldenhuys
2015-04-02ats: published FocusCol and FocusRow properties for the LangGrid componentGraeme Geldenhuys
2015-03-29docs: new help for TfpgApplicationBase.MainForm and CreateForm()Graeme Geldenhuys
2015-03-29docs: specify our own CSS file when we generate HTML outputGraeme Geldenhuys
2015-03-18documentation for newly added methods in fpgApplicationGraeme Geldenhuys