Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-22 | Lazarus 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-11 | extras: Updated "new project types" package for Lazarus IDE integration | Graeme 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-22 | Merge branch 'lkppo' into fixes_1.4 | Graeme Geldenhuys | |
2015-04-22 | Clean up unused local variables | Graeme Geldenhuys | |
2015-04-12 | Win: DND support is now toggled by a feature compile define, not platform define | Graeme 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-10 | Removes the -dDEBUG compiler define for *nix environments too. | Graeme Geldenhuys | |
Just like before, it simply isn't needed for normal fpGUI usage. | |||
2015-04-10 | Disable -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-10 | Fix compilation error for 'canvastest' demo | Graeme Geldenhuys | |
2015-04-10 | wince: adds a new batch file for WinCE-ARM target | Graeme Geldenhuys | |
Making it a bit easier to compile the framework for this platform. | |||
2015-04-10 | WinCE: fixes compilation errors for WinCE-ARM | Graeme 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-09 | Merge branch 'release-1.4' | Graeme Geldenhuys | |
2015-04-08 | docs: more release process notes | Graeme Geldenhuys | |
2015-04-06 | Revert "Minor optimisation to CanvasBase.SetFont()" | Graeme Geldenhuys | |
This reverts commit 58fbaf95ad23b3b3393d172cbee6cc0eea5611d9. | |||
2015-04-06 | Clean up unused local variables | Stéphane Aulery | |
2015-04-04 | Crap! 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-04 | release process docs update | Graeme Geldenhuys | |
2015-04-04 | docs: For HTML output we only want Public or Published documentation. | Graeme Geldenhuys | |
Just like we do for the INF help. | |||
2015-04-04 | Fixes time formatting constants for FormateDateTime() call. | Graeme Geldenhuys | |
2015-04-04 | Russion language file update | Graeme Geldenhuys | |
2015-04-04 | Regenerated *.po files for localization | Graeme Geldenhuys | |
2015-04-02 | ats: add missing compiler mode and AnsiString directive to unit. | Graeme Geldenhuys | |
Thanks to Echi for reporting this. | |||
2015-04-02 | ats: readme file update | Graeme Geldenhuys | |
2015-04-02 | ats: Added a Test Usage form to show how resource ID values are retrieved. | Graeme Geldenhuys | |
2015-04-02 | ats: various improvements to the editor form | Graeme Geldenhuys | |
- code reformatting - tidying up a bit - A new Actions menu - keyboard shortcuts for the editing functions - Implemented "New Row" functionality | |||
2015-04-02 | ats: Updated project file settings so unit output directory is auto created | Graeme Geldenhuys | |
2015-04-02 | ats: Made the AddRow() function publicly visible | Graeme Geldenhuys | |
2015-04-02 | ats: standardised the name of the event handler | Graeme Geldenhuys | |
2015-04-02 | ats: published FocusCol and FocusRow properties for the LangGrid component | Graeme Geldenhuys | |
2015-03-29 | docs: new help for TfpgApplicationBase.MainForm and CreateForm() | Graeme Geldenhuys | |
2015-03-29 | docs: specify our own CSS file when we generate HTML output | Graeme Geldenhuys | |
2015-03-18 | documentation for newly added methods in fpgApplication | Graeme Geldenhuys | |
2015-03-18 | Two new form helper functions added to fpgApplication | Graeme Geldenhuys | |
- GetFormByClassName() - GetFormByName() | |||
2015-03-10 | Removes obsolete fpdoc.css file for HTML docs | Graeme Geldenhuys | |
2015-03-10 | Removes deprecated TFPColor usage | Graeme Geldenhuys | |
- That includes any color conversion functions - Projects using TFPColor | |||
2015-03-10 | fpdoc.css: Improves the layout of the definition list contents | Graeme Geldenhuys | |
2015-03-10 | fpdoc.css: Improves the menu bar text visibility | Graeme Geldenhuys | |
2015-03-10 | fpdoc.css: fixes the class tree hierarchy page | Graeme Geldenhuys | |
2015-03-10 | docs: new custom style sheet for class documentation. | Graeme Geldenhuys | |
2015-03-09 | docdump: fixes parameter handling and usage help output. | Graeme Geldenhuys | |
2015-03-09 | Document most of the fpg_utils unit functions and procedures. | Graeme Geldenhuys | |
2015-03-09 | Replace deprecated functions with alternatives | Graeme Geldenhuys | |
2015-03-09 | Adds new functions to fpg_utils | Graeme Geldenhuys | |
* fpgGitBit() - queries bit values * fpgSetBit() - sets bit values * fpgIntToBin() - outputs bit valuse as a string | |||
2015-03-05 | Published some mouse events for Checkbox, ComboBox, Edit, EditBtn, Listbox ↵ | Graeme Geldenhuys | |
and Memo | |||
2015-03-01 | bug: fixes deleting extra character after Cut-To-Clipboard it TextEdit widget | Graeme Geldenhuys | |
Using the keyboard combination to cut to the clipboard deleted an extra character that was not selected. | |||
2015-03-01 | Minor tweak to the compiler settings | Graeme Geldenhuys | |
2015-02-28 | bug: Improved tokenizer to correctly extract font name for Font Dialog. | Graeme Geldenhuys | |
Before the tokenizer didn't accept a font name that contain the @ or - symbols, thes the font name listbox never had any selection shown. | |||
2015-02-28 | code formatting fix | Graeme Geldenhuys | |
2015-02-28 | bug: Fixes GDI issue where if font name contain a @ or - symbol the couldn't ↵ | Graeme Geldenhuys | |
be selected For example: '@Terminal-10' did not work. Neither did 'VNI-Bamas-10'. The tokenizer was improved to look-ahead or accept extra characters like the @ symbol. | |||
2015-02-26 | fpcunit: on running the tests, first expand the tree | Graeme Geldenhuys | |
This means we can observe how the tests are progressing. | |||
2015-02-26 | fpcunit: fixes the bug where the treeview is partiall obscured | Graeme Geldenhuys | |
The panel containing the treeview is set to alClient alignment, and it was set before any of the other non-client aligned panels. This was the wrong order of doing things. |