Displaying 3 results from an estimated 3 matches for "windowtypestr".
2007 Jun 03
1
N_ macro
I have just updated the place plugin to use integers
rather than strings with restrictions (as per the other
plugins).
The only thing which is now using the N_ macro is
windowTypeString which I think can be removed.
I think some plugins may still be using this so I have
not removed it just yet.
Once this is gone it will be possible to remove the N_
macro as well, is this OK?
Regards
Mike
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...aded to get plugin metadata
Check for supported ABI earlier and do not try to read
Add extensible logging framework
Code formatting
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
Use ints for place modes
Remove the N_ macro and windowTypeString
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
Remove string restrictions
Re-write options if there are new ones in the plugin
Tidy up
Use consistent variable naming conventions
Merge branch 'master' of git+ssh://git...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...it makes sense
Use correct variable naming conventions
Load plugins if not loaded to get plugin metadata
Check for supported ABI earlier and do not try to read
Add extensible logging framework
Code formatting
Use ints for place modes
Remove the N_ macro and windowTypeString
Remove string restrictions
Re-write options if there are new ones in the plugin
Tidy up
Use consistent variable naming conventions
Use fleur cursor for move. Patch from Trevi?o
This patch breaks --disable-gconf
Patrick Niklaus (7):
Improve action readi...