Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-28 | 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-05-28 | 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-05-28 | aggpas backend: finally implemented DoDrawPolygon() | Graeme Geldenhuys | |
Rather late than never. ;-) | |||
2013-05-28 | aggpas: Improved font work-around to work for FreeBSD too. | Graeme Geldenhuys | |
2013-05-28 | 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-05-28 | Add common procedures in fpg_base for deadkeys | Jean-Marc Levecque | |
2013-05-28 | Use dead key codes for special accentuated characters | Jean-Marc Levecque | |
2013-05-28 | Make special characters known by memo component | Jean-Marc Levecque | |
2013-05-28 | Make special characters known by editcombobox | Jean-Marc Levecque | |
2013-05-28 | Make special characters known by edit components | Jean-Marc Levecque | |
2013-05-28 | Adds Chrome and Chromium support to fpgOpenURL() | Graeme Geldenhuys | |
2013-05-28 | utils: Adds a new RTL wrapper to handle UTF-8 path names correctly. | Graeme Geldenhuys | |
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-03-04 | minor code formatting. | Graeme Geldenhuys | |
2013-02-25 | numeric edits: adds min/max limits | Jean-Marc Levecque | |
I was just ready to send a new patch concerning the limit values which is solving the issue with the gridediting. In addition, it is now possible to set only one limit, max or min, and I solved a bug on the editfloat which prevented to enter decimals in some cases. | |||
2013-02-22 | Updated the About Dialog text to reflect FreeBSD. | Graeme Geldenhuys | |
I haven't tested with other BSD operating systems yet. | |||
2013-01-04 | Enabled fpGUI+AggPas compiling via scripts or fpmake | Graeme Geldenhuys | |
2013-01-03 | needed of values limits on integer edits. | Jean-Marc Levecque | |
2012-12-20 | Added the Agg2D canvas unit to the X11 fpgui_toolkip.lpk package | Graeme Geldenhuys | |
2012-12-20 | agg: comments about the difference between FreeType and Win32 font engine. | Graeme Geldenhuys | |
2012-12-20 | Minor changes for AggPas-Canvas under X11. | Graeme Geldenhuys | |
2012-12-20 | fixes spelling mistake in code comment | Graeme Geldenhuys | |
2012-12-20 | AggPas Canvas can now render to the screen under Windows too. | Graeme Geldenhuys | |
2012-12-20 | menus: No need to call BeginDraw/EndDraw | Graeme Geldenhuys | |
The whole HandlePaint() method is already covered by BeginDraw/EndDraw in a parent class. | |||
2012-12-18 | Completed some method signatures in implementation section. | Graeme Geldenhuys | |
Lazarus IDE had some issues navigating them otherwise. | |||
2012-12-18 | Removed unused units from uses clause. Preventing compiler hints. | Graeme Geldenhuys | |
2012-12-14 | Minor mods to TfpgTrackbar to make it more flexible for descendants. | Graeme Geldenhuys | |
eg: These changes were needed to create a descendant TrackBar that has a "transparent" background. | |||
2012-12-10 | Replace text strings in the reporting units with resource strings - for ↵ | Graeme Geldenhuys | |
localization. I also updated all language files to include the latest resource string constants. | |||
2012-12-10 | Removed old constants not needed any more - they are now standard in FPC's RTL. | Graeme Geldenhuys | |
2012-12-03 | Updates the classes naming convension fro TGfx to Tfpg | Graeme Geldenhuys | |
How the hell has this been around for so long and went undetected. :-/ | |||
2012-11-30 | Silence the compiler about range checking. | Graeme Geldenhuys | |
We manualy do the range checking before we access the string array. So disable the compiler range checking around the affected code. | |||
2012-11-30 | Minor optimisation for UTF8Insert() | Graeme Geldenhuys | |
Length() is a more 'lite" version than UTF8Length(), and in that code we don't need the functionality of the latter. | |||
2012-11-30 | Fixes UTF8 functions for 64-bit compliance. | Graeme Geldenhuys | |
2012-11-30 | optimised UTF8CStringToUTF8String | Graeme Geldenhuys | |
2012-11-30 | Fixes compiler warning about using a deprecated type... TFPColor | Graeme Geldenhuys | |
2012-11-30 | Fixes compiler hint about unused unit | Graeme Geldenhuys | |
2012-11-22 | Adds alpha channel values to all the named colors. | Graeme Geldenhuys | |
We already done this for all the predefined colors, but somehow forgot about these. | |||
2012-11-22 | Fixes bug #163 - SelectionText returns all text if there was no selection. | Graeme Geldenhuys | |
2012-11-22 | Memo.SelectionText is now a read/write property | Michael van Canneyt | |
Selected text can now be replaced with new text, or text could be inserted at the current cursor position by setting SelectionText. | |||
2012-11-22 | Fixes line ending issues | Graeme Geldenhuys | |
2012-11-20 | Implements a ReadOnly property for TfpgCheckBox. | Graeme Geldenhuys | |
2012-11-20 | It seems I was wrong, the .Height property is indeed the correct value to use. | Graeme Geldenhuys | |
Some fonts like "Anonymous Pro" have characters like ( or ) that is larger (taller) than capital letters. Using the .Height property make multi-line text with ( or ) symbols not touch. This issue was noted in the TfpgTextEdit widget used in Maximus IDE. | |||
2012-11-19 | ReadOnly property implemented for TfpgCalendarCombo | Graeme Geldenhuys | |
2012-11-13 | Implements a very basic ImagePanel component. | Graeme Geldenhuys | |
This makes it very easy to display an image on a form. |