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
/
prototypes
/
fpgui2
/
source
Age
Commit message (
Expand
)
Author
2007-07-16
* Added the missing units to the Windows fpGFX2 package
graemeg
2007-07-16
* listbox: implemented a Strings ListBox.
graemeg
2007-07-16
* scrollbar: code formatting
graemeg
2007-07-15
(no commit message)
graemeg
2007-07-15
* Did some code cleanup in gui_scrollbar.pas
graemeg
2007-07-15
* Added a Timer to TfpgScrollBar to continue scrolling when the mouse button ...
drewski207
2007-07-15
* ListBox: Fixed scrollbar positioning.
graemeg
2007-07-15
fpgui2:
graemeg
2007-07-14
* Fixed memo scrollbar position and logic
drewski207
2007-07-14
fpgui2: Optimized the ShowMessage dialog to wordwrap and not split words in h...
graemeg
2007-07-14
* fpgui2: Added a new gui_dialogs unit. This is where most dialogs will
graemeg
2007-07-14
fpgui2: implemented CaptureMouse and ReleaseMouse for TfpgBaseWindow.
graemeg
2007-07-14
fpgui2: Fixed the interpolation support under X11. Needs testing under Window...
graemeg
2007-07-13
* More work done on the Canvas.StretchDraw and Interpolation support. Not 100...
graemeg
2007-07-13
fpgui2 changes:
graemeg
2007-07-13
fpgui2: refactored the SetWindowTitle method.
graemeg
2007-07-13
fpgui2: reverted the event changes made of yesterday.
graemeg
2007-07-12
fpgui2: Implemented WindowToScreen which translates coordinates.
graemeg
2007-07-12
fpgui2 prototype changes (Linux only):
graemeg
2007-07-12
* Added a new Timer demo to the prototype fpgui2.
graemeg
2007-07-11
Prototype: Implemented end user OnMouseDown and OnMouseUp event properties
graemeg
2007-07-11
* Defined some Event Types. Mostly for usage of end user
graemeg
2007-07-11
* Minor fix in Canvas.GetPixel under Windows
graemeg
2007-07-10
* Minor fix to get Canvas.Pixels[] to work under Windows.
graemeg
2007-07-10
* Implemented Canvas.Pixels[]
graemeg
2007-07-10
* Fixed the svn eol style properties for the new prototype example.
graemeg
2007-07-10
* Fixed the mouse wheel support under Windows.
graemeg
2007-07-10
* Reenabled the Mouse click and doubleclick events for Windows.
graemeg
2007-07-10
* Fixed compilation errors under Windows. * Fixed the MouseEnter and MouseEx...
graemeg
2007-07-09
* DoMouseEnterLeaveCheck implemented in Windows. This needs testing as I was ...
graemeg
2007-07-07
* Added 140 predefined web (html) colors used by NS and MSIE.
graemeg
2007-07-07
* Refactored the Window class.
graemeg
2007-07-07
* Completed the implementation of the HelloWord example
graemeg
2007-07-06
* Refactored the last few methods of the Canvas class. Soon I'll tackel the o...
graemeg
2007-07-06
Refactored a lot of the Canvas class. Only tested under Linux, but should wor...
graemeg
2007-07-06
Added a new fpGUI based on multiple handles. One handle per Widget. Also adde...
graemeg