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
/
corelib
Age
Commit message (
Expand
)
Author
2011-08-26
x11: removed trailing whitespace
Graeme Geldenhuys
2011-08-26
x11: fixed a compiler hint about an invalid/unsafe typecast.
Graeme Geldenhuys
2011-08-24
added begin..end block to make code more readable.
Graeme Geldenhuys
2011-08-24
bugfix: Menu key never set consumed = True in key press processing
Graeme Geldenhuys
2011-08-24
reworked TfpgWidget.MsgKeyPress() to correctly handle keyboard shortcuts.
Graeme Geldenhuys
2011-08-24
Introduced DoKeyShortcut() into TfpgWidget
Graeme Geldenhuys
2011-08-24
Shift comes after Ctrl or Alt
Graeme Geldenhuys
2011-08-17
TfpgCaret doesn't need it's timer enabled at creation.
Graeme Geldenhuys
2011-08-17
Fixed KeycodeToText that overwrote the ShiftState of previous values.
Graeme Geldenhuys
2011-08-17
GDI: Fixed the rubbish timer implementation.
Graeme Geldenhuys
2011-08-17
TfpgTimer refactoring.
Graeme Geldenhuys
2011-08-11
changed string parameter to TfpgString type
Graeme Geldenhuys
2011-08-04
imagelist Item[] property changed to plural Items[]
Graeme Geldenhuys
2011-07-28
Changed IFDEF around users unit in uses clause.
Graeme Geldenhuys
2011-07-25
parameter handling improvements
Graeme Geldenhuys
2011-07-23
wip stash
Graeme Geldenhuys
2011-07-16
added timestamp varibale to Mouse Parameter record structure.
Graeme Geldenhuys
2011-07-14
GDI: minor change to IUnknown interface code for FPC 2.5.1 compatibility
Graeme Geldenhuys
2011-07-06
Numlock gets treated as a ShitfState in X11. Now disabled.
Graeme Geldenhuys
2011-06-17
gdi implementation of GetWindowState
Graeme Geldenhuys
2011-06-17
minor code formatting changes
Graeme Geldenhuys
2011-06-17
Introduced a new property TfpgWindowBase.WindowState
Graeme Geldenhuys
2011-05-19
New component TfpgReadOnly added to fpGUI.
Graeme Geldenhuys
2011-05-19
better debug output when needed.
Graeme Geldenhuys
2011-05-19
This code is not needed any more, as it was meant for FPC 2.2.x versions.
Graeme Geldenhuys
2011-05-08
Included Motif as one of the default registered styles in fpGUI.
Graeme Geldenhuys
2011-05-08
Corrected the button border sizes in the common style TfpgStyle
Graeme Geldenhuys
2011-05-08
added comments and fixed spelling mistakes in comments.
Graeme Geldenhuys
2011-05-08
globally renamed TFTextFlags to TfpgTextFlags
Graeme Geldenhuys
2011-05-08
globally renamed TFButtonFlags to TfpgButtonFlags
Graeme Geldenhuys
2011-05-06
hook up the Style Manager.
Graeme Geldenhuys
2011-05-06
make the Style Manager available in the fpg_main unit.
Graeme Geldenhuys
2011-05-06
Just grouped the methods of TfpgStyle based on functionality and widgets.
Graeme Geldenhuys
2011-05-06
Implemented a new style method that draws the EditBox background.
Graeme Geldenhuys
2011-05-06
Skeleton style units.
Graeme Geldenhuys
2011-05-03
Fixed a compiler warning. I forgot to set the function result.
Graeme Geldenhuys
2011-05-03
New style method introduced: TfpgStyle.GetButtonShift
Graeme Geldenhuys
2011-05-03
marked various methods with overload.
Graeme Geldenhuys
2011-05-03
Introduced a new overloaded method TfpgStyle.DrawButtonFace()
Graeme Geldenhuys
2011-04-05
Fixes a potential AV when ActiveWidget is freed
Graeme Geldenhuys
2011-03-26
Set the default value for IgnoreDblClick property
Graeme Geldenhuys
2011-03-24
Partial undo of commit 2ffdd747.
Graeme Geldenhuys
2011-03-24
Replaced direct API usage with an already implemented method.
Graeme Geldenhuys
2011-03-24
Replaced old reference to GFX to fpGUI.
Graeme Geldenhuys
2011-03-24
improved charset translation to UTF8
Graeme Geldenhuys
2011-03-08
applied the missing setting for Lazarus IDE so package unit is not added to a...
Graeme Geldenhuys
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-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
[next]