Age | Commit message (Collapse) | Author |
|
|
|
|
|
* The SelectedColor is now based on the last active tab.
- If the ColorWheel was active, it takes that selected color
- If the Color Palette Listbox was active, it takes that selected color.
|
|
|
|
|
|
|
|
When the date/time changes to an earlier date while an fpGUI
application is running, all timers stopped firing. Under Windows
all timers are reset.
TODO:
Found out what happens under Linux and how we can detected a
date/time change.
|
|
API.
|
|
* A default font size is now set.
* The Writeln() statement is now hidden under IFDEF's like it
was supposed to be.
|
|
repaint
|
|
* Now the UI Designer can work with that property too
* A few other components got one or two other properties published too.
|
|
|
|
|
|
|
|
Then name says it all.
|
|
|
|
|
|
For speed reasons we paint a basic look of the components while
busy in UI Designer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An earlier commit fixed the selected rectangle offset painting.
I forgot to also fix the node selection via mouse click. They y
offsets was a bit off.
|
|
This is just a start, so a few widgets can be tested with DND. After DND has
be tested more, other widgets will get the published properties too.
|
|
|
|
|
|
|
|
* Reorganized some code
* > 3 data types are now supported. XdndTypeList is now correctly set
for the source window.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HasFormats() function
|
|
|
|
|
|
|
|
* X11 DND now changes the mouse cursor depending if a drop target is
available or not
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are independant of the backend - they contain common code and interface.
TfpgDrag will be used to initiate a drag action (acting as the source of
a drag), and contain the data available for that drag action.
|