| Age | Commit message (Collapse) | Author |
|
property
|
|
|
|
|
|
with gnome-session
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lots of modifications to the render API, prefixing everything, making proper
names for everything. the structures are not hidden/opaque yet, but the naming scheme of the public API works much better now.
|
|
|
|
|
|
|
|
only take a w and h in paint(). best font layout ever.
|
|
|
|
|
|
needed for some charcters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emacs, hopefully :)
|
|
checked and so rules all, that might need to change.. however, it now uses base-size only for aspect ratios and base-size/min-size for other sizing shit, as per the ICCCM.
|
|
If a base size is not provided, the minimum size is to be used in its place and vice versa.
Added support for this.
|
|
|
|
|
|
config_opaque_resize is not on
|
|
|
|
|
|
client_reconfigure function, which just calls client_configure with the window's current location and dimensions, user=TRUE and final=TRUE.
add support for the VIDMODE extension in client_configure, namely, fullscreen windows are positioned at the point of the viewport rather than at 0,0.
call client_reconfigure when uniconifying a window, so that fullscreen windows are put at the point of the view port.
|
|
|
|
|
|
|