Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-27 | Updated Lazarus IDE code templates | Graeme Geldenhuys | |
2013-07-31 | Fixes a memory leak in the LoadImage_PNG() function. | Graeme Geldenhuys | |
The PNG Reader Class was never freed. Thanks to Leonardo M. Ramé for reporting this. | |||
2013-07-25 | tabs: Fixed the painting of tabs when positioned at tpBottom. | Graeme Geldenhuys | |
* The text was not at the correct position (to high) * The tab height was not the same as when tpTop is used | |||
2013-07-25 | tabs: Tab height is now correctly drawn - no hard-coded 21px height any more | Graeme Geldenhuys | |
2013-07-25 | tabtest: Adds a debug label to tabsheet four to verify the tabsheet height value | Graeme Geldenhuys | |
2013-07-15 | tabs: ensures that scroll buttons are not visible | Graeme Geldenhuys | |
2013-07-15 | pagecontrol: tab height is not hard-coded any more. | Graeme Geldenhuys | |
2013-07-15 | tab demo: extended the demo to test/show other properties of PageControl | Graeme Geldenhuys | |
2013-07-15 | CreateComboBox(): specify the default height to be the same as in constructor | Graeme Geldenhuys | |
2013-07-12 | nicegrid: removed unnecessary fpg_types unit | Graeme Geldenhuys | |
* The code introduced in fpg_types.pas are now available in fpg_main - maybe with slightly different names. * replaced all references to fpg_types methods with new ones found in fpg_main | |||
2013-07-12 | New Rectangle and Point methods introduced in fpg_main | Graeme Geldenhuys | |
* Moved PtInRect() to fpg_main, from fpg_base * New Rect and Point utility functions introduced in fpg_main | |||
2013-07-12 | ide should use debug interface included in fpGUI instead. | Graeme Geldenhuys | |
2013-06-18 | Updates extrafpc.cfg files so no console window is shown for Windows ↵ | Graeme Geldenhuys | |
compiled apps. | |||
2013-06-18 | fpg_base documentation update. | Graeme Geldenhuys | |
2013-06-07 | Surface more of the commonly used events for the TfpgEditCombo widget | Graeme Geldenhuys | |
2013-06-07 | Adds OnKeyChar support to TfpgEditCombo widget | Graeme Geldenhuys | |
2013-06-07 | Surfaced more of the commonly used events for TfpgMemo | Graeme Geldenhuys | |
2013-06-07 | Adds support for OnKeyChar event to TfpgMemo | Graeme Geldenhuys | |
2013-06-07 | Updated copyright notice for fpg_x11 unit. | Graeme Geldenhuys | |
2013-06-07 | Surfaced OnKeyChar event for fpg_edit widgets. | Graeme Geldenhuys | |
2013-06-07 | Introduced a new OnKeyChar event for TfpgWidget | Graeme Geldenhuys | |
2013-05-29 | globe: fixed the color value for AggPas by adding the Alpha channel value | Graeme Geldenhuys | |
2013-05-29 | globe: removed unnecessary code | Graeme Geldenhuys | |
2013-05-28 | Scroll-frame: fixed a couple bugs with RecalcFrameSize | David Laurence Emerson | |
2013-05-28 | Scroll-frame: mousewheel scrolling working completely now. Scrolling within ↵ | David Laurence Emerson | |
the VisibleArea but outside the ContentFrame was not passing scroll events to the ParentScrollFrame. | |||
2013-05-28 | Scroll-Frame: mousewheel scrolling is working, but only when both scrollbars ↵ | David Laurence Emerson | |
are visible | |||
2013-05-28 | Merge branch 'horiz-scroll-x11' into scroll-frame | David Laurence Emerson | |
2013-05-28 | Merge branch 'master' into horiz-scroll-x11 | David Laurence Emerson | |
2013-05-28 | Horizontal Scrolling working in X11, basegrid unit updated to use it | David Laurence Emerson | |
2013-05-28 | horizontal scrolling, commit 2 | David Laurence Emerson | |
2013-05-28 | horizontal scrolling, commit 1 | David Laurence Emerson | |
2013-05-28 | Revert "Make special characters known by edit components" | Graeme Geldenhuys | |
This reverts commit bff6c8c3b5071ae28ba3c10cf612c55e893926b4. | |||
2013-05-28 | Revert "Make special characters known by editcombobox" | Graeme Geldenhuys | |
This reverts commit c7b3cdcd025e2f8cc8db7db0cf01fdacefbe2255. | |||
2013-05-28 | Revert "Make special characters known by memo component" | Graeme Geldenhuys | |
This reverts commit d71020bc89474bb98aa49b62b769de2d6b20ca8d. | |||
2013-05-28 | Revert "Use dead key codes for special accentuated characters" | Graeme Geldenhuys | |
This reverts commit 5ee5b79db4825a3b2afa03dde72ddbe7e46b3c47. | |||
2013-05-28 | Revert "Add common procedures in fpg_base for deadkeys" | Graeme Geldenhuys | |
This reverts commit ccfd4b2ae0a9dfae0d19ae7ba673118af70c75da. | |||
2013-05-28 | Forgot to bump the version numbers of the fpgui_toolkit.lpk packages. | Graeme Geldenhuys | |
2013-05-28 | 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-05-28 | Updates the changelog file | Graeme Geldenhuys | |
2013-05-28 | Adds a document describing the new repository branching model I use. | Graeme Geldenhuys | |
2013-05-28 | docview: added lots of keyboard shortcuts | Graeme Geldenhuys | |
2013-05-28 | docview help file update. | Graeme Geldenhuys | |
Added a keyboard shortcut section. | |||
2013-05-28 | 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-05-28 | 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-05-28 | popupmenu: Adds a convenience function AddSeparator() | Graeme Geldenhuys | |
I like less typing. ;-) | |||
2013-05-28 | tree keyboard handling: we never tested for ShiftState | Graeme Geldenhuys | |
2013-05-28 | Fixes a spelling mistake of a filename (readme) | Graeme Geldenhuys | |
2013-05-28 | code syntax consistency. Changes << to shl | Graeme Geldenhuys | |
2013-05-28 | 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-05-28 | 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. |