summaryrefslogtreecommitdiff
path: root/examples/apps
AgeCommit message (Collapse)Author
2011-08-24ide: enabled keyboard shortcuts in the main menu.Graeme Geldenhuys
2011-08-24ide: Configure IDE dialog now closes when the Esc key is pressed.Graeme Geldenhuys
2011-08-11regexpr: sync'ed changes from Lazarus synedit component directoryGraeme Geldenhuys
- fixes the spelling of 'useful' - Many 64-bit support fixes. Mainly Integer vs PtrInt changes - Correct implementation of TRegExpr.GetMatch() - extra debugging measures
2011-08-11ide: improved syntax highlighting, and extending it.Graeme Geldenhuys
We now support comments correctly, compiler defines, strings, decimal and hex numbers.
2011-08-10ide: apply newly selected fonts to open editors. This is still WIP.Graeme Geldenhuys
2011-08-09ide: huge speed improvement in syntax highlightingGraeme Geldenhuys
Getting font resources are very costly. So now we cache the font used for reserved keyword highlighting and simple reuse it, instead of creating and freeing it for each line (like we did up 'till now). This caused a MASSIVE speed increase! :-D
2011-08-09ide: improves syntax highlighting even moreGraeme Geldenhuys
- multiple matches in the same line are now supported - regex reserved keyword matching is now case-insensitive
2011-08-09ide: removed unused (old) code we don't need any more.Graeme Geldenhuys
This was used before we implemented regex syntax highlighting.
2011-08-09ide: syntax highlighting improvements by adding reserved keywords to regexGraeme Geldenhuys
- Also improved correct highlighting by using word boundaries in regex.
2011-08-09ide: adds syntax highlighting support for {...} style comments.Graeme Geldenhuys
2011-08-09ide project settings: improved compiler options for better debuggingGraeme Geldenhuys
2011-07-28added missing fpc config file so we can compile fpgIDE from the command line.Graeme Geldenhuys
2011-07-20ide: exported project settings as a "clean" project file.Graeme Geldenhuys
A "clean" project file means an project file without personal session information. When editing this project with MSEide, use a copy of fpgide.prj, but not that project file itself.
2011-07-20ide: updated todo listGraeme Geldenhuys
2011-07-18ide: minor code comments and debug lines added.Graeme Geldenhuys
2011-07-18ide: improved default values for TextEdit component at IDE startupGraeme Geldenhuys
2011-07-18ide: updated project settings filesGraeme Geldenhuys
2011-07-18ide: hide debugsvr calls inside IFDEF statementsGraeme Geldenhuys
2011-07-18updated readme file of the IDE example appGraeme Geldenhuys
2011-07-16adds a readme file to the ide sample appGraeme Geldenhuys
2011-07-16ide: added existing unit to project file.Graeme Geldenhuys
2011-07-16Merged fpgIDE project as a subdirectory examples/apps/ide/Graeme Geldenhuys
2010-09-23globe demo: removed compiler hint about unused unit.Graeme Geldenhuys
2010-09-21debug server: improved the look of the toolbarGraeme Geldenhuys
2010-09-21globe demo: improved the look of the toolbarGraeme Geldenhuys
2010-09-20Globe: project options set to remove console windowGraeme Geldenhuys
2010-09-20Globe: extended the help a little moreGraeme Geldenhuys
2010-09-20A cool little "spinning globe" sample applicationGraeme Geldenhuys
Programmers must have fun every now and again! :-)
2010-08-02Debug Server: New sample application that works with FPC's dbugintf unit.Graeme Geldenhuys
A nice application that displays debug messages sent via applications. Very handy for debugging CGI applications too.
2010-04-07All sample projects updated so all of them can compile correctly.Graeme Geldenhuys
* Replaced ModalResult magic numbers with enum values. * Updated project unit output directories. * Updated tiOPF examples with latest unit names. * Updated outdated projects still references old fpGUI unit names.
2010-03-08Updated the various programs and fpGUI library to use the new generate ↵Graeme Geldenhuys
version file. The VERSION-GEN script generates a VERSION-FILE file which contans the version number of fpGUI. This is now used in DocView, UI Designer and other example applications too.
2009-11-26Add copies of the gui/compileall.sh script to the "apps" and "corelib" ↵Graeme Geldenhuys
directories.
2009-11-26Fixed two example projects that did not compile.Graeme Geldenhuys
* apps/docedit * gui/combobox
2008-11-14* updated all extrafpc.cfg files to use the correct lib output directory.graemeg
2008-10-01* Updated all demos to use the new unit names.graemeg
* Updated all packages like ide addons, fpcunit etc to use the new unit names.
2008-08-26* Moved the UI Designer from the examples/apps directory to the root directory.graemeg
* Updated some build scripts
2008-08-21* Applied UI Designer patch from MvC. Adding improved support of OI property ↵graemeg
undo feature. Behaviour is also adjustable in General Options dialog. * Fixed tab order of General Options dialog in UI Designer.
2008-08-21* Updated UI Designer example project information files.graemeg
2008-08-20* Applied patch from Michael van Canneyt improving file dialog handling in ↵graemeg
UI Designer. * I fixed a minor bug in StringGrid Columns property editor. Issue was caused by new behaviour of Edit.OnChange firing more often.
2008-07-18* GUI Test Runner: The counters are now activated, so you can see the number ↵graemeg
of tests run, number of errors and number of failures.
2008-07-17* Added extra safety in the Grid Scrollbar handling. * Replaced magic ↵graemeg
numbers with ModalResult constants.
2008-07-17* Minor fix to get GUI Test Runner to compile with FPC 2.3.1graemeg
2008-07-15* GUI Test Runner: Improved the images in the treeview.graemeg
* GUI Test Runner: Progress bar is now activated as tests run. * Treeview: Fixed the horizontal scrolling bug where nodes disappear.
2008-07-14* Minor changes to popup menus for Edit and Treeview.graemeg
2008-07-14* Applied patch from Vladimir, removing all memory leaks from UI Designer.graemeg
2008-07-11* Fixed the recusion bug in Treeview when searching for a node.graemeg
* Minor improvements to the GUI Test Runner. * Extended the treeview unit tests.
2008-07-11* Forgot the original images used in GUI Test Runner.graemeg
2008-07-11* Removed many compiler warnings from the gfx_imgfmt_bmp unit.graemeg
* Minor fix in the ImageList class. * Minor fixes in the Tree and TreeNode classes. * GUI Test Runner: Added image support in the test treeview. * Started a project for unit testing fpGUI components - starting with the treeview.
2008-07-10* Fixed a minor variable type bug in imagelist unit.graemeg
* Added images for use in GUI Test Runner.
2008-07-09* More improvements to GUI Test Runner. It now sets the results as new nodes ↵graemeg
inside the treeview - all except for the last test case. The latter is still a bug.