Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-10 | Merge branch 'release-1.0' into develop | Graeme Geldenhuys | |
2013-04-10 | Updates the changelog file | Graeme Geldenhuys | |
2013-04-09 | Merge latest fixes from 'release-1.0' branch into develop | Graeme Geldenhuys | |
2013-04-09 | version bump for develop branch | Graeme Geldenhuys | |
2013-04-09 | Merge branch 'dibo-searchmode' into develop | Graeme Geldenhuys | |
2013-04-09 | New SearchMode property to FileListBase class | Dibo | |
This allows the developer to filter the file results by Files only, Directories only, or both (default). | |||
2013-04-08 | Adds a document describing the new repository branching model I use. | Graeme Geldenhuys | |
2013-04-08 | docview: added lots of keyboard shortcuts | Graeme Geldenhuys | |
2013-04-08 | docview help file update. | Graeme Geldenhuys | |
Added a keyboard shortcut section. | |||
2013-04-08 | New overloaded LoadImage_PNG() | Graeme Geldenhuys | |
This allows us to read the image from a byte array, just like we do with BMP images. | |||
2013-04-08 | Menu shortcuts with F1 key combinations never worked. | Graeme Geldenhuys | |
The global F1 (application help) shortcut handling never looked at the ShiftState value. So if we had a popup menu with F1->help; Ctrl+F1->About, the second item's shortcut with be interpreted as F1 only. | |||
2013-04-08 | popupmenu: Adds a convenience function AddSeparator() | Graeme Geldenhuys | |
I like less typing. ;-) | |||
2013-04-08 | tree keyboard handling: we never tested for ShiftState | Graeme Geldenhuys | |
2013-04-08 | Fixes a spelling mistake of a filename (readme) | Graeme Geldenhuys | |
2013-04-06 | code syntax consistency. Changes << to shl | Graeme Geldenhuys | |
2013-04-06 | os/2 bitmaps with bitdepth of 1,4 or 8 have a 3 byte color palette. | Graeme Geldenhuys | |
I originally read it as a 4-byte color palette. This fixes the colors of images (mostly), but there still seems to be some or other decoding issues with larger than 65KB images. | |||
2013-04-05 | fpGUI Debug Server now defaults executable name to 'dbugsrv'. | Graeme Geldenhuys | |
This means that if we use the dbugintf unit, that we could automatically launch the debug server (if it is in the system PATH) if it is not already running. | |||
2013-04-05 | docview: Enabled support for reading images from INF files. (WIP) | Graeme Geldenhuys | |
This is still Work-In-Progress because the images are displayed, but sometimes incorrectly, or with a wrong color palette. Either way, this is progress, and very long overdue. ;-) | |||
2013-04-05 | docview: debug code to help debug reading images from INF files. | Graeme Geldenhuys | |
2013-04-05 | Initial support for reading OS/2 Bitmap files. | Graeme Geldenhuys | |
They have a slightly different structure to Windows BMP files - now the more common format. | |||
2013-04-05 | docview: removes commented code we don't use or need any more. | Graeme Geldenhuys | |
2013-04-05 | docview: simple pointer usage issues. | Graeme Geldenhuys | |
The program was overwriting the pointer itself, and not the location the pointer is pointing too. Simple mistake! :-/ | |||
2013-04-04 | bmp code now raises an exception for a unknown BMP format. | Graeme Geldenhuys | |
Before it would have done a writeln() which would go unnoticed under Linux, and cause an AV under Windows GUI apps. | |||
2013-04-04 | Agg Canvas demo | Graeme Geldenhuys | |
This is the demo used when I created the AggCanvas screenshot on the website. | |||
2013-04-04 | launching help viewer | Graeme Geldenhuys | |
Under *nix systems, if we can't find the direct location of docview, we try the 'which docview' command. If we get a positive response, we know docview is in the system path, and we can go ahead and launch it. At least this doesn't instantly throw an exception when docview can't be found on the first attempt. | |||
2013-04-03 | docview: Help button in Notes dialog is now functional. | Graeme Geldenhuys | |
2013-04-03 | docview: update help file - bookmarks functionality is now fully implemented | Graeme Geldenhuys | |
2013-04-03 | docview: Implements the Bookmark Maintenance form. | Graeme Geldenhuys | |
We can now Jump To bookmark, rename bookmarks, delete bookmarks etc. | |||
2013-04-03 | docview: updated todo list file | Graeme Geldenhuys | |
2013-04-03 | debug support | Graeme Geldenhuys | |
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 | |