5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 20 hours ago.
Sep 28, 2023 — Sep 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds a native wipfc binary for 64-bit FreeBSD. More... over 8 years ago
docs: Quick Guide - a few corrections and improvements to the History chapter. More... over 8 years ago
treeview demo: fixes a spelling mistake in a string constant. More... over 8 years ago
docs: Quick Guide - small note about a new topic that needs to be covered. More... over 8 years ago
docs: Language reference updating showing correct Ident syntax. More... over 8 years ago
Designer: Fixed TVFDPropertyList.ParseSourceLine Designer: fixed using old unitname More... over 8 years ago
Listview Example: Converted to use uidesigner instead of static code More... over 8 years ago
Fixed merge conflict More... over 8 years ago
Designer: added property that use a TList. Added list property for list of TClass More... over 8 years ago
ListView: added ViewStyleClass property More... over 8 years ago
agg: .Font() clean-up. More... over 8 years ago
nanoedit: Implements the "File | New..." functionality. More... over 8 years ago
docs: minor corrections in the INSTALL.txt file. More... over 8 years ago
docs: minor corrections in the INSTALL.txt file. More... over 8 years ago
agg2d: SetLineStyle() - improved implementation More... over 8 years ago
agg2d: slight optimisation in Rectangle() implementation More... over 8 years ago
corrected code comments - info was inaccurate. More... over 8 years ago
extras: updated project templates for use with MSEide. More... over 8 years ago
extras: updated project templates for use with MSEide. More... over 8 years ago
extras: Updated code template of fpGUI license header. More... over 8 years ago
extras: Updated code template of fpGUI license header. More... over 8 years ago
UIDesigner: Updated lazarus IDE project file with new unit names. More... over 8 years ago
UIDesigner: renamed units to confirm to fpGUI unit naming convention. More... over 8 years ago
commented line used for debugging More... almost 9 years ago
Designer: properties that are objects or interfaces will be set after the object has been written to the source. If the object the property needs is already written, then the property will be set as usual inside the 'with' block. Otherwise the property will be written outside the with block as 'ObjName.PropName := Value;' after the object the property relies upon is written. More... almost 9 years ago
Designer: F11 brings the window to the front in both directions now: PropEditor <-> Form. More... almost 9 years ago
Designer: when F11 is pressed the window with focus is brought to the front. More... almost 9 years ago
MessageQueue: Added fpgDeleteMessagesForTarget. Either all messages or just a specific message can be removed from the message queue. Widgets: If a widget is invalidated at the time it is destroyed it will remove FPGM_PAINT messages for itself that are queued to prevent messages being sent to a freed/invalid object. More... almost 9 years ago
Designer: fixed hexview interface and object properties being read as ordinal values. More... almost 9 years ago
Designer: Fixed FindDesignerWidget when w.parent isn't assigned More... almost 9 years ago