summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-27uidesigner: unit header comment updatedGraeme Geldenhuys
2013-12-22demos: Minor improvements to the Custom Styles/Themes demo.Graeme Geldenhuys
2013-12-22Auto-register new "dark" themes as part of the standard available themes.Graeme Geldenhuys
2013-12-22ide: neatened up the uses clause of the program unit.Graeme Geldenhuys
2013-12-22Adds 2 new themes to the fpGUI framework.Graeme Geldenhuys
2013-12-20uidesigner: Fixes compiler hints about unused variables.Graeme Geldenhuys
2013-12-20uidesigner: All dialog titles in vfdforms unit are now localised.Graeme Geldenhuys
2013-12-20uidesigner: using inheritance to simplify setting localisation values.Graeme Geldenhuys
2013-12-20uidesigner: Adds last missed localisation of vfdmain unit.Graeme Geldenhuys
2013-12-20uidesigner: Started enabling localisationGraeme Geldenhuys
2013-12-17agg2d: fix spelling mistake in code commentGraeme Geldenhuys
2013-12-17editcombo: Publish the missing ReadOnly propertyGraeme Geldenhuys
2013-12-17editcombo: Implements painting a ReadOnly stateGraeme Geldenhuys
2013-12-17editcombo: Removed hard-coded control frame sizesGraeme Geldenhuys
2013-12-17editcombo: removed BeginDraw/EndDraw calls which are not needed.Graeme Geldenhuys
2013-12-17basegrid: removed hard-coded control frame size values.Graeme Geldenhuys
2013-12-17listview: removed hard-coded control frame size values.Graeme Geldenhuys
2013-12-17listview: painting of bottom right rectangle was all wrong.Graeme Geldenhuys
2013-12-08win32: package file file changes due to newer Lazarus IDE version.Graeme Geldenhuys
2013-12-08gdi: forgot to remove a debug writeln() statement.Graeme Geldenhuys
2013-12-01Fixing Listbox hard-coded border width - fixes theming issues.Graeme Geldenhuys
2013-12-01Fixes hard-coded widget border size - fixes theming issuesGraeme Geldenhuys
2013-11-01hyperlink: default URL is now fpGUI website constant value.Graeme Geldenhuys
2013-11-01calendar: increased the dropdown window slightly of Calendar ComboboxGraeme Geldenhuys
2013-11-01grid: The extra "+1" caused unnecessary scrollingGraeme Geldenhuys
2013-10-31Adds a convenience function to the StyleManager classGraeme Geldenhuys
2013-10-31Fixed a minor spelling mistakeGraeme Geldenhuys
2013-10-31Updates some the prototype projects with the latest framework API changes.Graeme Geldenhuys
2013-10-31gdi: prevents an AV if applications have a non-standard startupGraeme Geldenhuys
2013-10-09maximus: minor improvement to code highlighting for Object Pascal source code.Graeme Geldenhuys
2013-09-24x11: fixes fpgColorToX().Graeme Geldenhuys
2013-09-23Fixes GitHub Issue #9 (15bit color conversion under X11)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-08-27Published some useful events for TfpgFileGrid and TfpgStringGridGraeme Geldenhuys
2013-08-27Published some useful events for TfpgRadioButton classGraeme Geldenhuys
2013-08-27published OnExit and OnEnter events for TfpgButton class.Graeme Geldenhuys
2013-08-27Fixes spelling mistakes in code comments.Graeme Geldenhuys
2013-08-27Replaced the FPC dbugintf unit with the customised fpGUI one.Graeme Geldenhuys
2013-08-27Updated Lazarus IDE code templatesGraeme Geldenhuys
2013-07-31Fixes a memory leak in the LoadImage_PNG() function.Graeme Geldenhuys
2013-07-25tabs: Fixed the painting of tabs when positioned at tpBottom.Graeme Geldenhuys
2013-07-25tabs: Tab height is now correctly drawn - no hard-coded 21px height any moreGraeme Geldenhuys
2013-07-25tabtest: Adds a debug label to tabsheet four to verify the tabsheet height valueGraeme Geldenhuys
2013-07-15tabs: ensures that scroll buttons are not visibleGraeme Geldenhuys
2013-07-15pagecontrol: tab height is not hard-coded any more.Graeme Geldenhuys
2013-07-15tab demo: extended the demo to test/show other properties of PageControlGraeme Geldenhuys
2013-07-15CreateComboBox(): specify the default height to be the same as in constructorGraeme Geldenhuys
2013-07-12nicegrid: removed unnecessary fpg_types unitGraeme Geldenhuys