index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2011-02-07
Default Font changes.
Graeme Geldenhuys
2011-02-07
Fix the URL of fpGUI's home page. We recently moved to SourceForge.
Graeme Geldenhuys
2011-02-07
HyperLink Label: published some more properties.
Graeme Geldenhuys
2011-02-07
Memo: SetText now assigns incoming text as is to the internal stringlist.
Graeme Geldenhuys
2011-02-02
Using CreateLabel and a custom font did not resize label component correctly.
Jean-Marc Levecque
2011-01-20
adds extra checks to know when we shouldn't fire the OnClick event
Graeme Geldenhuys
2011-01-19
OnClick now only triggers if the LeftMouseUp occurs in the bounds of the widget.
Graeme Geldenhuys
2011-01-19
A little tweak to allow sorting of ListView
David Emerson
2011-01-14
X11: OnDragDrop the Sender and Source parameters are now populated.
Graeme Geldenhuys
2011-01-14
GDI: OnDragDrop the Sender and Source parameters are now populated.
Graeme Geldenhuys
2011-01-14
X11: OnDragEnter now has Sender and Source parameters populated
Graeme Geldenhuys
2011-01-14
GDI: OnDragEnter now has Sender and Source parameters populated
Graeme Geldenhuys
2011-01-13
tabs: When creating tabsheets, there sizes are immediately calculated.
Graeme Geldenhuys
2011-01-13
button: CreateButton() helper method never called UpdateWindowPosition
Graeme Geldenhuys
2011-01-13
treeview: various changes due to new resizing behaviour of toolkit
Graeme Geldenhuys
2011-01-13
treeview: publish more properties and set default values.
Graeme Geldenhuys
2011-01-13
Spinedit: extra check is required due to new resizing behaviour.
Graeme Geldenhuys
2011-01-13
Creating various Edit components via helper functions now call UpdateWindowState
Graeme Geldenhuys
2011-01-12
Set Width and Height properties so internal state is correcty.
Graeme Geldenhuys
2011-01-12
PageControl: Set a default value for published property ActivePageIndex
Graeme Geldenhuys
2011-01-12
Use Width and Height properties instead of internal fields in constructor
Graeme Geldenhuys
2011-01-12
Incorrect anchors was set for pnlChar in Character Map dialog.
Graeme Geldenhuys
2011-01-12
UpdateWindowPosition now called irrespectively in MoveandResize.
Graeme Geldenhuys
2011-01-12
Fix stupid typo bug in HandleMove.
Graeme Geldenhuys
2011-01-11
fixes Alignment and Anchor calculation even before we have a window handle
Graeme Geldenhuys
2011-01-10
DoWaitWindowMessage() defined as virtual abstract in fpg_base
Graeme Geldenhuys
2011-01-10
DoMessagesPending() renamed to MessagesPending()
Graeme Geldenhuys
2011-01-06
fpgCheckTimers is now a function.
Graeme Geldenhuys
2011-01-06
new fpgPause() function.
Graeme Geldenhuys
2011-01-06
Timers bugfix. Timers did not always work under Windows or Linux.
Graeme Geldenhuys
2011-01-03
Minor code improvements.
Graeme Geldenhuys
2011-01-03
Moved FDefaultFont instantiation to a new location in code.
Graeme Geldenhuys
2011-01-03
new overloaded version of TfpgStyle.DrawControlFrame()
Graeme Geldenhuys
2010-12-30
TfpgWidget.MsgResize never considered constraints when calculating size deltas
Graeme Geldenhuys
2010-12-30
Doubled the message queue size to handle lots more messages.
Graeme Geldenhuys
2010-12-30
X11: Correctly implemented the handling of X11's GraphicsExpose event.
Graeme Geldenhuys
2010-12-22
Fixes a Index out of bounds error in Memo. Thanks Michael van Canneyt
Graeme Geldenhuys
2010-11-30
minor bugfix in menubar repainting after a popup window closes.
Graeme Geldenhuys
2010-11-30
TfpgMenuBar now offloads menu bar background painting to current fpgStyle ins...
Graeme Geldenhuys
2010-11-30
New theme function to paint MenuBar background
Graeme Geldenhuys
2010-11-30
MenuBar now shows selected menu item of shown popup menu as indented bevel
Graeme Geldenhuys
2010-11-30
menu: consistent parameter name as used in TfpgMenuBar.
Graeme Geldenhuys
2010-11-19
Radiobutton image repositioned the same as was done for Checkbox widget.
Graeme Geldenhuys
2010-11-18
PageControl: introduced BeginUpdate and EndUpdate methods.
Graeme Geldenhuys
2010-11-18
PageControl: tabs painting is now only done in HandlePaint()
Graeme Geldenhuys
2010-11-18
This X11 work-around doesn't seem to be needed anymore.
Graeme Geldenhuys
2010-11-18
TfpgWidget.SetAlign called the wrong ReAlign() method.
Graeme Geldenhuys
2010-11-18
grids: A massive speed improvement in destroying a grid with large amounts of...
Graeme Geldenhuys
2010-11-16
ReadFormState in INI handling can now ignore size dimensions if needed.
Graeme Geldenhuys
2010-11-15
Fixed compiler errors when DEBUG define is defined globally.
Graeme Geldenhuys
[next]