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
/
x11
/
fpg_x11.pas
Age
Commit message (
Expand
)
Author
2010-09-23
Fixed double free libc crash. We assumed we should always free xdndtypes.
Graeme Geldenhuys
2010-09-23
Fixes range-check errors and compiler warnings.
Graeme Geldenhuys
2010-09-23
helper method to do conversion from TAtom to enum for drop actions.
Graeme Geldenhuys
2010-09-23
X11: No need to reference xapplication because this method is inside TfpgX11A...
Graeme Geldenhuys
2010-09-23
X11: Adds remained of the XDND protocol handling routines
Graeme Geldenhuys
2010-09-23
Renamed DND fpGUI message constants to keep with existing naming convention.
Graeme Geldenhuys
2010-09-23
X11: adds HandleDNDposition() for processing XdndPosition messages.
Graeme Geldenhuys
2010-09-23
Adds some application wide variables that we need for tracking XDND data.
Graeme Geldenhuys
2010-09-23
Fix variable types for XGetWindowProperty calls.
Graeme Geldenhuys
2010-09-23
Implemented abstract DoEnableDrops() method.
Graeme Geldenhuys
2010-09-20
Add some programmer comments in X11 backend code.
Graeme Geldenhuys
2010-08-30
Fix bug returning to previous active window after opening modal form
Graeme Geldenhuys
2010-05-17
GDI: did not handle waBorderLess window attribute.
Graeme Geldenhuys
2010-04-30
X11: Fixed bug where 1x1 rectangle is not drawn.
Graeme Geldenhuys
2010-04-29
Added hint directives for non-portable properties.
Graeme Geldenhuys
2010-04-08
X11: temporary change to allow compiling under Mac OS - experimental
Graeme Geldenhuys
2010-03-18
Setting MouseCursor at design time now works correctly under X11.
Graeme Geldenhuys
2010-03-11
Disable compiler hint for something i did for a reason.
Graeme Geldenhuys
2010-03-09
X11: Now fontlist returns non-scaleable fonts too.
Graeme Geldenhuys
2010-03-01
no comment.
Graeme Geldenhuys
2010-03-01
X11: Fix crash when copy-to-clipboard under 64bit Linux.
Graeme Geldenhuys
2010-03-01
X11: correctly handle buffer overflow errors in Xutf8LookupString API call.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2010-02-22
Removed IFDEf's in fpg_main by using fpg_interface unit
Graeme Geldenhuys
2010-02-17
Remove debug writeln() from X11 backend code.
Graeme Geldenhuys
2009-12-21
Fix User/Group Name lookups on *unix file-systems.
Graeme Geldenhuys
2009-10-23
New WindowPosition setting of wpOneThirdDown.
Graeme Geldenhuys
2009-07-28
Minor code formatting
Graeme Geldenhuys
2009-07-14
Add new todo items so I don't forget them
Graeme Geldenhuys
2009-03-22
* Removed X11 alternate implementations for FreeBSD and Linux systems when re...
graemeg
2009-03-20
* Minor X11 debugging improvements.
graemeg
2008-12-09
* Added fpgApplicationRemoveWindowFromModalStack so windows that are in the s...
drewski207
2008-10-26
* Added a X11 only utility app that highlights the window sizes used by widge...
graemeg
2008-10-19
X11: Increased the main evenloop timeout to prevent lag in GUI updates.
graemeg
2008-10-05
* Added a new Canvas.DrawPolygon() method
graemeg
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg
2008-09-27
* Rename all corelib units to the new naming convention.
graemeg