summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-28fpGUI 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-05-28docview: 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-05-28docview: debug code to help debug reading images from INF files.Graeme Geldenhuys
2013-05-28Initial 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-05-28docview: removes commented code we don't use or need any more.Graeme Geldenhuys
2013-05-28docview: 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-05-28bmp 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-05-28Agg Canvas demoGraeme Geldenhuys
This is the demo used when I created the AggCanvas screenshot on the website.
2013-05-28docview: Help button in Notes dialog is now functional.Graeme Geldenhuys
2013-05-28docview: update help file - bookmarks functionality is now fully implementedGraeme Geldenhuys
2013-05-28docview: Implements the Bookmark Maintenance form.Graeme Geldenhuys
We can now Jump To bookmark, rename bookmarks, delete bookmarks etc.
2013-05-28docview: updated todo list fileGraeme Geldenhuys
2013-05-28debug supportGraeme Geldenhuys
2013-05-28docview: assign own help file for future dialog help.Graeme Geldenhuys
2013-05-28Move constants to constants unitGraeme Geldenhuys
2013-05-28docview: removed second constants unit - we only need oneGraeme Geldenhuys
2013-05-28Adds 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-05-28minor code formattingGraeme Geldenhuys
2013-05-28examples: updates project to fix compiler error.Graeme Geldenhuys
2013-05-28example: updates project file settings using a newer Laz IDE versionGraeme Geldenhuys
2013-05-28docview: Adds support for external links (links to other INF files)Graeme Geldenhuys
2013-05-28Bump the version numbersGraeme Geldenhuys
2013-05-28core: 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-05-28Buttons & 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-05-28maximus: new compiler options added for the Maximus projectGraeme Geldenhuys
2013-05-28aggpas backend: finally implemented DoDrawPolygon()Graeme Geldenhuys
Rather late than never. ;-)
2013-05-28aggpas: Improved font work-around to work for FreeBSD too.Graeme Geldenhuys
2013-05-28updated reporting imagesGraeme 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-05-28image conversion tool: minor improvements like copy to clipboard, hints etc.Graeme Geldenhuys
2013-05-28Includes Reporting images as part of "standard images" list.Graeme Geldenhuys
2013-05-28reporting demo: translated some French names to EnglishGraeme Geldenhuys
2013-05-28Adds 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-05-28renames report images from French names to English names.Graeme Geldenhuys
2013-05-28Add common procedures in fpg_base for deadkeysJean-Marc Levecque
2013-05-28Use dead key codes for special accentuated charactersJean-Marc Levecque
2013-05-28Make special characters known by memo componentJean-Marc Levecque
2013-05-28Make special characters known by editcomboboxJean-Marc Levecque
2013-05-28Make special characters known by edit componentsJean-Marc Levecque
2013-05-28Adds the FPC Language Reference documentationGraeme 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-05-28sprite demo: fixes the text color - due to the new background image.Graeme Geldenhuys
2013-05-28demo: Updated the sprite demo with better imagesGraeme Geldenhuys
2013-05-28demo: Removed compiler warnings, and brought demo up to latest standardsGraeme 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-05-28demo: updated TNullInterfacedObject implementation.Graeme Geldenhuys
- It was missing the IUnknown declaration in the class - The IUnknown signature has changed in recent FPC versions.
2013-05-28Adds Chrome and Chromium support to fpgOpenURL()Graeme Geldenhuys
2013-05-28docview: fixes grammer error in code commentGraeme Geldenhuys
2013-05-28docview: 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-05-28docview: fixes a grammar error in the docsGraeme Geldenhuys
2013-05-28docs: fixes the <link> tags to use the full fpdoc link syntax.Graeme Geldenhuys
2013-05-28docs: fixes or adds the encoding attribute for fpdoc XML description files.Graeme Geldenhuys
2013-05-28docs: adds new docs for fpg_grid.pas unit.Graeme Geldenhuys