Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-24 | Adds new contributed grid widget - NiceGrid | Jean Pierre Anghel | |
See the readme.txt file for more details. | |||
2013-04-24 | Persistent clipboard support under X11. | Andrew Haines | |
Some desktop enviroments or window managers include support for a clipboard manager. This clipboard manager can make the content of the clipboard persistent even after the source application closed down. | |||
2013-04-23 | Deletes obsolete test cases for UI Designer. | Graeme Geldenhuys | |
There one only needed, years ago, when the UI Designer was started. | |||
2013-04-19 | Another file system encoding fix for TfpgINIFile | Graeme Geldenhuys | |
- fpgApplicationName() wrapper for SyUtils.ApplicationName - TfpgINIFile reference ApplicationName, instead of fpgApplicationName - In TfpgINIFile we forgot to encode the file name back to the system encoding before we called Create(). | |||
2013-04-19 | debug server: added a "expanded view" for the selected message. | Graeme Geldenhuys | |
This means we can view multi-line items much easier. | |||
2013-04-19 | TfpgINIFile called the SysUtils.GetAppConfigDir() instead of ↵ | Graeme Geldenhuys | |
fpgGetAppConfigDir() This should fix the file encoding issue experienced under Windows. | |||
2013-04-19 | debug server: now allows you to copy selected message to clipboard | Graeme Geldenhuys | |
2013-04-19 | Published TfpgPanel.OnResize property | Dibo | |
2013-04-18 | Merge branch 'hotfix-2' into develop | Graeme Geldenhuys | |
I found a problem with the deadkey support - it broke keyboard input under Windows. The original deadkey input issue seems to have been X11 specific, so should be fixed at widget level, but rather in the fpg_x11.pas unit. | |||
2013-04-18 | Adds a simple Git HowTo document | Graeme Geldenhuys | |
I frequently get asked some Git questions. So hopefully having a quick reference document will help some developers. It also gives me something to quote in emails. :) | |||
2013-04-17 | Revert "Make special characters known by edit components" | Graeme Geldenhuys | |
This reverts commit bff6c8c3b5071ae28ba3c10cf612c55e893926b4. | |||
2013-04-17 | Revert "Make special characters known by editcombobox" | Graeme Geldenhuys | |
This reverts commit c7b3cdcd025e2f8cc8db7db0cf01fdacefbe2255. | |||
2013-04-17 | Revert "Make special characters known by memo component" | Graeme Geldenhuys | |
This reverts commit d71020bc89474bb98aa49b62b769de2d6b20ca8d. | |||
2013-04-17 | Revert "Use dead key codes for special accentuated characters" | Graeme Geldenhuys | |
This reverts commit 5ee5b79db4825a3b2afa03dde72ddbe7e46b3c47. | |||
2013-04-17 | Revert "Add common procedures in fpg_base for deadkeys" | Graeme Geldenhuys | |
This reverts commit ccfd4b2ae0a9dfae0d19ae7ba673118af70c75da. | |||
2013-04-12 | Merge branch 'mdi_horizontal_scrolling' into develop | Graeme Geldenhuys | |
2013-04-12 | MDI: fixed editor settings screwup. Converted Tabs -> Spaces | Graeme Geldenhuys | |
2013-04-12 | MDI prototype: demo project now uses the Cascade Windows functionality | Graeme Geldenhuys | |
2013-04-12 | MDI prototype now has basic horizontal scrollbar support. | Graeme Geldenhuys | |
2013-04-12 | MDI child windows now have a OnMove event | Graeme Geldenhuys | |
2013-04-12 | MDI prototype: fixes code to remove compiler hints | Graeme Geldenhuys | |
2013-04-12 | MDI: work area now has a CascadeWindows method. | Graeme Geldenhuys | |
2013-04-12 | New record structure to be used in future OnMove events. | Graeme Geldenhuys | |
2013-04-12 | minor code cleanup | Graeme Geldenhuys | |
2013-04-12 | docview: To make sure TotalSize is > 0 | Graeme Geldenhuys | |
2013-04-10 | Merge branch 'hotfix-1' into develop | Graeme Geldenhuys | |
2013-04-10 | Merge branch 'hotfix-1' | Graeme Geldenhuys | |
2013-04-10 | Forgot to bump the version numbers of the fpgui_toolkit.lpk packages. | Graeme Geldenhuys | |
2013-04-10 | Change to still support FPC 2.6.0 during the fpGUI 1.0 release | Graeme Geldenhuys | |
Even though I normally say I only support latest released FPC versions, this is a small change. | |||
2013-04-10 | Merge branch 'release-1.0' | Graeme Geldenhuys | |
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. |