Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-26 | trackbar: Implements vertical orientation | Graeme Geldenhuys | |
For some reason it was never implemented before!! Oops. | |||
2013-04-25 | Implemented a new ConvertTextToUTF8() which converts some encoding to UTF8 | Graeme Geldenhuys | |
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-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 | TfpgINIFile called the SysUtils.GetAppConfigDir() instead of ↵ | Graeme Geldenhuys | |
fpgGetAppConfigDir() This should fix the file encoding issue experienced under Windows. | |||
2013-04-19 | Published TfpgPanel.OnResize property | Dibo | |
2013-04-18 | Grids: set horiz scrollbar pagesize to 5 for smoothscroll, 1 otherwise | David Laurence Emerson | |
2013-04-18 | Grids: basegrid working great with PrepareCells function and new optimizations | David Laurence Emerson | |
2013-04-18 | Grids: basegrid drawing right! Created PrepareCells function. Still ↵ | David Laurence Emerson | |
preparing too many cells. | |||
2013-04-18 | Grids: basegrid pre calculation, not drawing right | David Laurence Emerson | |
2013-04-18 | Grids: basegrid updateScrollbars done? | David Laurence Emerson | |
2013-04-18 | Grids: basegrid updateScrollbars almost done | David Laurence Emerson | |
2013-04-18 | Grids: improve UpdateScrollbars for resizing etc | David Laurence Emerson | |
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-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 | New record structure to be used in future OnMove events. | Graeme Geldenhuys | |
2013-04-12 | minor code cleanup | Graeme Geldenhuys | |
2013-04-10 | Merge branch 'hotfix-1' into develop | 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-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 | 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 | 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-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 | 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-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 | 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 | debug support | Graeme Geldenhuys | |
2013-04-03 | minor code formatting | 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 | 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-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-19 | Adds Chrome and Chromium support to fpgOpenURL() | Graeme Geldenhuys | |
2013-03-18 | utils: Adds a new RTL wrapper to handle UTF-8 path names correctly. | Graeme Geldenhuys | |