Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-02 | dbtest: updates buttons with actual images. | Graeme Geldenhuys | |
2015-08-31 | demo: colorwheel - minor tweaks | Graeme Geldenhuys | |
* fixes spelling mistake * consistent widget heights * resaved with UIDesigner which added extra property definitions and ordering | |||
2015-08-31 | Merge branch 'jm-colorwheel' into fixes_1.4 | Graeme Geldenhuys | |
2015-07-25 | Anchors label "Height" in case of resizing | Jean-Marc Levecque | |
Signed-off-by: Jean-Marc Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-11 | Allow tabtext color setting | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Change saturation and value to 0-100 and value name to brightness | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Selection of predefined colors shown on colorwheel and valuebar | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Make predefined color values converted first to hexa for conversion precision | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Add selection of predefined colors using colorlistbox | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Color setting improvement in colorwheel | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Allow to type hexa value for color selection | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-06 | Anchors edtHeight in case of resizing | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-06 | Allow tabs color setting | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-05-25 | example: Fixes compiler error - fpgApplication.DefaultFont was removed a ↵ | Graeme Geldenhuys | |
while ago | |||
2015-04-10 | Fix compilation error for 'canvastest' demo | Graeme Geldenhuys | |
2015-04-04 | Fixes time formatting constants for FormateDateTime() call. | Graeme Geldenhuys | |
2015-03-01 | bug: fixes deleting extra character after Cut-To-Clipboard it TextEdit widget | Graeme Geldenhuys | |
Using the keyboard combination to cut to the clipboard deleted an extra character that was not selected. | |||
2015-03-01 | Minor tweak to the compiler settings | Graeme Geldenhuys | |
2015-02-26 | fpcunit: on running the tests, first expand the tree | Graeme Geldenhuys | |
This means we can observe how the tests are progressing. | |||
2015-02-26 | fpcunit: fixes the bug where the treeview is partiall obscured | Graeme Geldenhuys | |
The panel containing the treeview is set to alClient alignment, and it was set before any of the other non-client aligned panels. This was the wrong order of doing things. | |||
2015-02-26 | fpcunit: cleaned up uses clause | Graeme Geldenhuys | |
As per compiler hints, I removed all unused entries in the uses clause. | |||
2015-02-22 | vlc: fix compiler error with FPC 3.0 | Graeme Geldenhuys | |
2015-02-20 | VLC demo: show time lapse and selection dialog now supports audio files | Graeme Geldenhuys | |
2015-02-08 | Listview improvements. | Andrew Haines | |
Added Listview property OnItemActivate for when an item is doubleclicked or enter is pressed for a selected item. Added Column property AutoExpand the column will use any space leftover in the listview width. Setting to True unsets the property on other columns. Added Listview property ShowFocusRect. Sets wether or not the selected item's focusrect is drawn. | |||
2015-02-06 | Merge remote-tracking branch 'jmarcl/reporting' into develop | Graeme Geldenhuys | |
Removes unnecessary colors from the demo. | |||
2015-02-04 | ide: recreate directory hierachy on checkout | Graeme Geldenhuys | |
That way if we build maximus for the first time after a fresh clone of the repository, we will not get any compiler error about the output directory not existing. | |||
2015-02-02 | IDE: config setting to help with compiling from command line | Graeme Geldenhuys | |
2015-02-02 | Updated TODO file with completed tasks. | Graeme Geldenhuys | |
2015-02-01 | Merge branch 'develop' of https://github.com/graemeg/fpGUI into develop | Andrew Haines | |
Fixed xml conflicts of lpi's manually Conflicts: examples/gui/filedialog/filedialog.lpi examples/gui/modalforms/modalforms.lpi | |||
2015-02-01 | Changes to allow modal windows to have owners. | Andrew Haines | |
2014-12-12 | New demo showing how to create custom windows. | Graeme Geldenhuys | |
Painting your own borders, buttons etc. Similar to what Chrome or elementryOS apps do. | |||
2014-12-06 | Add optional scrollbar styles | Jean-Marc.Levecque | |
2014-11-09 | Minor change to remove unnecessary colors | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2014-11-03 | vlc demo: fixes compilation errors | Graeme Geldenhuys | |
2014-10-19 | colorwheel demo: now has a color picker button | Graeme Geldenhuys | |
* Click and hold the mouse. Then move the mouse and release. The colorwheel will then update the color under the mouse cursor. * Enable the "Continuous" checkbox and do the same as above. As you move the mouse, the colorwheel will continuously update. NOTE: The internal functionality used is still only for X11. | |||
2014-10-19 | colorwheel demo: Hex label now has the normal naming convention. | Graeme Geldenhuys | |
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-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-20 | Maximus Lazarus project file had incorrect case of unit name in project. | Graeme Geldenhuys | |
mpaslax.pas -> mPasLex.pas | |||
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 | 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-21 | new ToggleBox widget | Andrew Haines | |
Hi I made a Togglebox widget descended from TfpgComboBox. It has button that slides side to side for checked/unchecked with a subtle animation when toggled. Various colors can be changed and the animation disabled. | |||
2014-06-23 | Demos: fixed compiler warnings. | Graeme Geldenhuys | |
* fixed deprecated functions * fixed unused variables * fixed unused units * fixed not initialised variables * fixed nested comments | |||
2014-06-23 | Demo project files (Lazarus IDE) settings updated. | Graeme Geldenhuys | |
Defined consistent unit output paths and target filenames. | |||
2014-06-23 | Added the standard copyright notice to the new unit. | Graeme Geldenhuys | |
2014-06-23 | Merge remote-tracking branch 'demerson/scroll-frame' into 'develop' | Graeme Geldenhuys | |