summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2015-07-25Anchors label "Height" in case of resizingJean-Marc Levecque
Signed-off-by: Jean-Marc Levecque <jmarc.levecque@bbox.fr>
2015-07-11Allow tabtext color settingJean-Marc.Levecque
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr>
2015-07-06Anchors edtHeight in case of resizingJean-Marc.Levecque
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr>
2015-07-06Allow tabs color settingJean-Marc.Levecque
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr>
2015-05-25example: Fixes compiler error - fpgApplication.DefaultFont was removed a ↵Graeme Geldenhuys
while ago
2015-04-10Fix compilation error for 'canvastest' demoGraeme Geldenhuys
2015-04-04Fixes time formatting constants for FormateDateTime() call.Graeme Geldenhuys
2015-03-01bug: fixes deleting extra character after Cut-To-Clipboard it TextEdit widgetGraeme Geldenhuys
Using the keyboard combination to cut to the clipboard deleted an extra character that was not selected.
2015-03-01Minor tweak to the compiler settingsGraeme Geldenhuys
2015-02-26fpcunit: on running the tests, first expand the treeGraeme Geldenhuys
This means we can observe how the tests are progressing.
2015-02-26fpcunit: fixes the bug where the treeview is partiall obscuredGraeme 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-26fpcunit: cleaned up uses clauseGraeme Geldenhuys
As per compiler hints, I removed all unused entries in the uses clause.
2015-02-22vlc: fix compiler error with FPC 3.0Graeme Geldenhuys
2015-02-20VLC demo: show time lapse and selection dialog now supports audio filesGraeme Geldenhuys
2015-02-08Listview 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-06Merge remote-tracking branch 'jmarcl/reporting' into developGraeme Geldenhuys
Removes unnecessary colors from the demo.
2015-02-04ide: recreate directory hierachy on checkoutGraeme 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-02IDE: config setting to help with compiling from command lineGraeme Geldenhuys
2015-02-02Updated TODO file with completed tasks.Graeme Geldenhuys
2015-02-01Merge branch 'develop' of https://github.com/graemeg/fpGUI into developAndrew Haines
Fixed xml conflicts of lpi's manually Conflicts: examples/gui/filedialog/filedialog.lpi examples/gui/modalforms/modalforms.lpi
2015-02-01Changes to allow modal windows to have owners.Andrew Haines
2014-12-12New 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-06Add optional scrollbar stylesJean-Marc.Levecque
2014-11-09Minor change to remove unnecessary colorsJean-Marc.Levecque
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr>
2014-11-03vlc demo: fixes compilation errorsGraeme Geldenhuys
2014-10-19colorwheel demo: now has a color picker buttonGraeme 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-19colorwheel demo: Hex label now has the normal naming convention.Graeme Geldenhuys
2014-10-11Display hexa value of colors in colorwheelJean-Marc.Levecque
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr>
2014-09-10DND example: Clear button now clears all widgets.Graeme Geldenhuys
That includes the Grid, Edit and Bevel text.
2014-09-10DND demo: report available drop types as soon as possibleGraeme Geldenhuys
Irrespective if we accept it or now. This makes the demo useful for testing with DND in general.
2014-08-20Maximus Lazarus project file had incorrect case of unit name in project.Graeme Geldenhuys
mpaslax.pas -> mPasLex.pas
2014-08-19maximus: remap a keyboard shortcut to a more common one.Graeme Geldenhuys
2014-08-09maximus: ESC key now cancels the Project Options dialog.Graeme Geldenhuys
2014-08-09maximus: Adds the ability to remove a unit from the project treeGraeme 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-09maximus: New method to remove an item from the UnitListGraeme Geldenhuys
2014-08-09maximus: refactored some code, moving from main form to various classesGraeme Geldenhuys
Moved some functionality from the main form unit, into the unitlist.pas unit.
2014-07-21new ToggleBox widgetAndrew 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-23Demos: fixed compiler warnings.Graeme Geldenhuys
* fixed deprecated functions * fixed unused variables * fixed unused units * fixed not initialised variables * fixed nested comments
2014-06-23Demo project files (Lazarus IDE) settings updated.Graeme Geldenhuys
Defined consistent unit output paths and target filenames.
2014-06-23Added the standard copyright notice to the new unit.Graeme Geldenhuys
2014-06-23Merge remote-tracking branch 'demerson/scroll-frame' into 'develop'Graeme Geldenhuys
2014-06-20nanoedit: use the textedit's Save and Load file methodsGraeme Geldenhuys
This then automatically handles cursor positions, scrollbars, invalidate etc.
2014-06-20textedit: SaveToFile() and LoadFromFile() now does OS Encoding calls.Graeme Geldenhuys
The AFileName parameter is of type TfpgString (thus UTF-8), and we need to ensure that it is the same encoding as the underlying file system before we can save or load files.
2013-12-22demos: Minor improvements to the Custom Styles/Themes demo.Graeme Geldenhuys
2013-12-22ide: neatened up the uses clause of the program unit.Graeme Geldenhuys
2013-10-09maximus: minor improvement to code highlighting for Object Pascal source code.Graeme Geldenhuys
2013-09-11nanoedit: Now gives feedback in status bar area.Graeme Geldenhuys
2013-08-31lpi for bigframe_testDavid Laurence Emerson
2013-08-31scrollframe: test large frame, 6000x6000David Laurence Emerson
2013-07-25tabtest: Adds a debug label to tabsheet four to verify the tabsheet height valueGraeme Geldenhuys