Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-17 | uidesigner: registered Min/MaxValue properties of Integer and Float Edit widgets | Graeme Geldenhuys | |
2014-10-17 | uidesigner: replaced Grid Resolution combobox with an Integer Edit | Graeme Geldenhuys | |
2014-10-17 | uidesigner: Now has an experimental "visual grid" on designer form. | Graeme Geldenhuys | |
This grid can be toggled on or off. Because it is experimental and still a ongoing feature, there are currently some limitations: - Grid toggle status is not saved between sessions - Grid color is not yet configurable - Grid size can only be between 1-10 | |||
2014-10-17 | uidesigner: designer's Form property now has the exact class type | Graeme Geldenhuys | |
2014-10-17 | uidesigner: extended the snap-to-grid options | Graeme Geldenhuys | |
We now have a range of 1-10. | |||
2014-10-15 | uidesigner: Those IFDEF's are not needed for Linux/FreeBSD any more. | Graeme Geldenhuys | |
2014-10-15 | Merge remote-tracking branch 'jmarc/develop' into develop | Graeme Geldenhuys | |
2014-10-15 | aggpas: Adds a extrafpc.cfg config file to easily compile AggPas Demos | Graeme Geldenhuys | |
Usage: fpc @extrafpc.cfg <demoname>.dpr | |||
2014-10-15 | memo: added extra sanity check for EndUpdate method. | Graeme Geldenhuys | |
2014-10-15 | Sync more fpGUI Agg2D code to console agg_2D unit. | Graeme Geldenhuys | |
Not much, but it is a start. There are still many more of this to come. | |||
2014-10-15 | console agg_2D: Line() and Rectangle() now have FixAlignment parameter | Graeme Geldenhuys | |
This syncs the console agg_2D with the fpGUI Agg2D implementation. | |||
2014-10-15 | Fixes finding of Windows font files. | Graeme Geldenhuys | |
2014-10-15 | Fixes compiler warning | Graeme Geldenhuys | |
2014-10-13 | Make the selected text in editcombo follow the theme color | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2014-10-12 | Surface the Window related to the Canvas instance. | Graeme Geldenhuys | |
This is so we can do more advance things with themes like calling invalidate on a widget (eg: animated theme on hover) | |||
2014-10-11 | Display hexa value of colors in colorwheel | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2014-09-22 | docview: updated green arrows - much less jaggies. | Graeme Geldenhuys | |
2014-09-19 | docview: Adds an "About..." menu item in the Windows System Menu of the main ↵ | Graeme Geldenhuys | |
form. Just for fun and can be disabled if needed. | |||
2014-09-19 | Windows: Just for fun, allow the ability to hook into the System Menu | Graeme Geldenhuys | |
This means we can easily add an "About fpGUI" menu item in the System Menu of a window. | |||
2014-09-16 | Edit2 font alias is now a variable and not hard coded. | Graeme Geldenhuys | |
This makes it a bit more configurable (default values) for various platforms. Thanks to Marcus Sackrow for the suggestion. | |||
2014-09-11 | Allow headerheight setting in grids. | Jean-Marc.Levecque | |
2014-09-11 | Use the fpGUI versions of RTL file methods - fpgFileExists() | Graeme Geldenhuys | |
- plus some minor code formatting | |||
2014-09-10 | DND example: Clear button now clears all widgets. | Graeme Geldenhuys | |
That includes the Grid, Edit and Bevel text. | |||
2014-09-10 | DND demo: report available drop types as soon as possible | Graeme Geldenhuys | |
Irrespective if we accept it or now. This makes the demo useful for testing with DND in general. | |||
2014-08-22 | Fixes bug #162 (Home/End doesn't move cell focus is smoothscroll StringGrid) | Graeme Geldenhuys | |
2014-08-20 | Fix PageControl bug where left or right tabs are unresponsive to clicks | Graeme Geldenhuys | |
PageControl tabs were on the left or right, and you went over a certain number of tabs, then you couldn't change tabs by clicking with the mouse. The TabSheetAtPos() never took into account the TabPosition, and it always used MaxButtonWidthSum, which is only meant for Top or Bottom postitions. | |||
2014-08-20 | Maximus Lazarus project file had incorrect case of unit name in project. | Graeme Geldenhuys | |
mpaslax.pas -> mPasLex.pas | |||
2014-08-20 | Merge branch 'release-1.2' into develop | Graeme Geldenhuys | |
2014-08-20 | Merge branch 'release-1.2' into master | Graeme Geldenhuys | |
2014-08-20 | Extra compiler setting for Release and Debug builds | Graeme Geldenhuys | |
2014-08-20 | docs: fixes a minor spelling mistake | Graeme Geldenhuys | |
2014-08-20 | Adds new units to the documentation project file | Graeme Geldenhuys | |
2014-08-19 | maximus: remap a keyboard shortcut to a more common one. | Graeme Geldenhuys | |
2014-08-09 | maximus: ESC key now cancels the Project Options dialog. | Graeme Geldenhuys | |
2014-08-09 | maximus: Adds the ability to remove a unit from the project tree | Graeme Geldenhuys | |
Simply select the node in the Project tree "Units" list, and press the DEL key. If you don't save the project, the unit will still be part of the project (easy undo feature). If you save the project the project file will be updated - minus that unit. | |||
2014-08-09 | maximus: New method to remove an item from the UnitList | Graeme Geldenhuys | |
2014-08-09 | treeview: publish the OnKeyPress and OnKeyChar events | Graeme Geldenhuys | |
2014-08-09 | maximus: refactored some code, moving from main form to various classes | Graeme Geldenhuys | |
Moved some functionality from the main form unit, into the unitlist.pas unit. | |||
2014-07-29 | Merge branch 'release-1.2' into develop | Graeme Geldenhuys | |
So we can get the latest bug fixes in 'develop' | |||
2014-07-29 | Fixes minor compilation error under FPC 2.7.1 | Graeme Geldenhuys | |
FPC Trunk is more strict with language syntax than FPC 2.6.x | |||
2014-07-27 | Merge branch 'release-1.2' into develop | Graeme Geldenhuys | |
So we can get the latest bug fixes into 'develop'. | |||
2014-07-27 | LoadImage_XXX() methods never did OS Encoding of the filenames | Graeme Geldenhuys | |
It now correctly encodes the UTF-8 filename to the OS Encoding. The filename parameter is now also a TfpgString type to denote that it is expected to be a UTF-8 encoded string. | |||
2014-07-27 | 2 new units: fpg_CSVParser and fpg_StringGridBuilder | Graeme Geldenhuys | |
fpg_CSVParser contains a class and singleton method to allow parsing CSV files. fpg_StringGridBuilder is a class that allows you to load a CSV file and automatically populate a StringGrid with its content. | |||
2014-07-25 | Merge branch 'release-1.2' into develop | Graeme Geldenhuys | |
This is so we can get the latest bug fixes from the release branch. | |||
2014-07-25 | Bump 'develop' branch to next version number | Graeme Geldenhuys | |
2014-07-25 | Fixed StretchDraw() "abstract error" due to DoFreeImage call. | Graeme Geldenhuys | |
2014-07-25 | Set actual grid background color | Jean-Marc | |
2014-07-24 | Fixed StretchDraw() "abstract error" due to DoFreeImage call. | Graeme Geldenhuys | |
2014-07-23 | remove old code comment not needed any more | Graeme Geldenhuys | |
2014-07-23 | Set actual grid background color | Jean-Marc | |