Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-03 | docview: assign own help file for future dialog help. | Graeme Geldenhuys | |
2013-04-03 | Move constants to constants unit | Graeme Geldenhuys | |
2013-04-03 | docview: removed second constants unit - we only need one | Graeme Geldenhuys | |
2013-04-03 | Adds text file with Unicode keyboard symbols. | Graeme Geldenhuys | |
We could possible use some of these in menu entries. Added to repository so it doesn't get lost for now. | |||
2013-04-03 | minor code formatting | Graeme Geldenhuys | |
2013-04-03 | examples: updates project to fix compiler error. | Graeme Geldenhuys | |
2013-04-03 | example: updates project file settings using a newer Laz IDE version | Graeme Geldenhuys | |
2013-04-03 | docview: Adds support for external links (links to other INF files) | Graeme Geldenhuys | |
2013-04-02 | Bump the version numbers | Graeme Geldenhuys | |
2013-04-02 | core: Debug output is now sent to the Debug Server instead of console output. | Graeme Geldenhuys | |
This makes testing a bit easier on all platforms. | |||
2013-04-02 | Buttons & Styles now support hover effect on standard buttons too. | Graeme Geldenhuys | |
Before we only had the mouse hover effect on Flat buttons. But now the Style can enable hover support for normal buttons too. Important for Win7 and MacOSX like themes. | |||
2013-03-27 | maximus: new compiler options added for the Maximus project | Graeme Geldenhuys | |
2013-03-27 | aggpas backend: finally implemented DoDrawPolygon() | Graeme Geldenhuys | |
Rather late than never. ;-) | |||
2013-03-27 | aggpas: Improved font work-around to work for FreeBSD too. | Graeme Geldenhuys | |
2013-03-27 | updated reporting images | Graeme Geldenhuys | |
I've updated the actual *.bmp files ages ago, but forgot to update the image byte arrays in fpGUI Toolkit. While I was at it, I also translated some French names to English. | |||
2013-03-27 | image conversion tool: minor improvements like copy to clipboard, hints etc. | Graeme Geldenhuys | |
2013-03-27 | Includes Reporting images as part of "standard images" list. | Graeme Geldenhuys | |
2013-03-27 | reporting demo: translated some French names to English | Graeme Geldenhuys | |
2013-03-27 | Adds PDF (binary handling) to gitattributes file. | Graeme Geldenhuys | |
PDF's might look like text, but lets make sure Git doesn't try and do EOL style conversions on it. | |||
2013-03-27 | renames report images from French names to English names. | Graeme Geldenhuys | |
2013-03-22 | Add common procedures in fpg_base for deadkeys | Jean-Marc Levecque | |
2013-03-22 | Use dead key codes for special accentuated characters | Jean-Marc Levecque | |
2013-03-22 | Make special characters known by memo component | Jean-Marc Levecque | |
2013-03-22 | Make special characters known by editcombobox | Jean-Marc Levecque | |
2013-03-22 | Make special characters known by edit components | Jean-Marc Levecque | |
2013-03-21 | Adds the FPC Language Reference documentation | Graeme Geldenhuys | |
I'm manually translating the official ref.pdf document to INF format. The work has stalled for some time, but I hope to get going on this again. | |||
2013-03-21 | sprite demo: fixes the text color - due to the new background image. | Graeme Geldenhuys | |
2013-03-21 | demo: Updated the sprite demo with better images | Graeme Geldenhuys | |
2013-03-21 | demo: Removed compiler warnings, and brought demo up to latest standards | Graeme Geldenhuys | |
- UI widgets are defined private - cleaned up uses clause to remove compiler hints about unused units - Added a new File|Add menu item, which also uses a command instance | |||
2013-03-21 | demo: updated TNullInterfacedObject implementation. | Graeme Geldenhuys | |
- It was missing the IUnknown declaration in the class - The IUnknown signature has changed in recent FPC versions. | |||
2013-03-19 | Adds Chrome and Chromium support to fpgOpenURL() | Graeme Geldenhuys | |
2013-03-19 | docview: fixes grammer error in code comment | Graeme Geldenhuys | |
2013-03-19 | docview: Fixes a bug where URL links where not handled correctly. | Graeme Geldenhuys | |
When we detected know web browser names, we had to only use the URL part, not the original program+url text. DocView lets the OS choose the web browser. | |||
2013-03-19 | docview: fixes a grammar error in the docs | Graeme Geldenhuys | |
2013-03-19 | docs: fixes the <link> tags to use the full fpdoc link syntax. | Graeme Geldenhuys | |
2013-03-19 | docs: fixes or adds the encoding attribute for fpdoc XML description files. | Graeme Geldenhuys | |
2013-03-19 | docs: adds new docs for fpg_grid.pas unit. | Graeme Geldenhuys | |
2013-03-19 | docs: disable protected methods from the documentation. | Graeme Geldenhuys | |
I first what to document the Public and Published properties and methods, as those will be the most used by fpGUI end-users. The protected methods can be documented at a later stage. | |||
2013-03-19 | docs: added the remaining fpGUI units to the fpdoc project file. | Graeme Geldenhuys | |
Even though they are not all document, having them in the INF file is very handly for method, event and method signature lookups. | |||
2013-03-19 | docs: fixes some fpdoc links by using the full path syntax. | Graeme Geldenhuys | |
fpdoc is very buggy when it comes to cross-linking help topics. So by changing the link URL to the fully syntax, we try and help fpdoc along. This has limited success though, but every bit helps. | |||
2013-03-18 | ide: new empty unit template file. | Graeme Geldenhuys | |
2013-03-18 | ide: set current directory as we load a project file. | Graeme Geldenhuys | |
This means relative paths, used throughout the project, will be correct | |||
2013-03-18 | ide: Adds the ability to add a new empty unit | Graeme Geldenhuys | |
The new unit will be based on the ${templates}/default/unit.pas file. | |||
2013-03-18 | ide: replaces RTL functions with fpGUI wrapper versions. | Graeme Geldenhuys | |
2013-03-18 | utils: Adds a new RTL wrapper to handle UTF-8 path names correctly. | Graeme Geldenhuys | |
2013-03-18 | ide: added copyright notices to the source code units. | Graeme Geldenhuys | |
2013-03-18 | ide: hide debug button and messages via DEBUGSVR compiler define | Graeme Geldenhuys | |
2013-03-18 | ide: removed unused (debug) widgets from main form | Graeme Geldenhuys | |
2013-03-17 | ide: refactor out Adding Unit To Project code into separate method. | Graeme Geldenhuys | |
2013-03-17 | ide: refactored out the creation of a new editor tab sheet. | Graeme Geldenhuys | |