summaryrefslogtreecommitdiff
path: root/src/XAtom.cc
AgeCommit message (Collapse)Author
2002-08-21add support for the kde-override hint, making the windows get no decorations.Dana Jansens
also, read the window type as an array, as it is supposed to be read.
2002-07-16add sendClientMessageDana Jansens
2002-07-12add support for the WM_CLASS property.Dana Jansens
make getValue for a string array return the right number in nelements.
2002-07-10add another return, and return a value for a non-void funtion.Dana Jansens
2002-07-10missing a ;Dana Jansens
2002-07-10add some returns so the compiler doesnt get confusedDana Jansens
2002-07-05use the True/False as is the blackbox code standard.Dana Jansens
2002-07-05fix a memleak reported by valgrindDana Jansens
2002-06-28make getting a list of strings work rightDana Jansens
2002-06-27make fully max'd windows properly snapDana Jansens
2002-06-21merge from netwm-merge2 to netwm-merge3. Basically, all of netwm that we ↵Dana Jansens
intend to support is 'supported'. Just need to squash bugs now.
2002-05-30merge in netwm branch at tag netwm-merge2Dana Jansens
2002-05-28merging in netwm changes at merge point "netwm-merge1". This add the XAtom ↵Dana Jansens
class, and sets the net_supported_wm_check related atoms.
2002-05-25import from bb-cvsDana Jansens
added slit and enable-clobber defines back in Makefile.am
2002-05-24better string get/setDana Jansens
2002-05-23added XAtom class, and it all now compiles.Dana Jansens
2002-05-17new versions of the X classesDana Jansens
added an Atom in XAtom and functionality in XScreen and XDisplay
2002-05-16added the X classes to the build process though they aren't sued by anything ↵Dana Jansens
else yet. They now compile too.
2002-05-16adding new X base classes which encapsulate all X server interationDana Jansens