summaryrefslogtreecommitdiff
path: root/src/xtoq/XtoqController.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-29xtoq: Handlers for window miniaturization and de-miniaturization.Jess VanDerwalker1-0/+13
2012-08-29libxcwm, xtoq: Handlers for window name change event.Jess VanDerwalker1-0/+6
2012-04-05Merge branch 'jess'Jeremy Huddleston1-23/+98
2012-04-05Separate xcwm_context_t into two types, a context and a windowJess VanDerwalker1-9/+9
2012-04-05Removal of dead code from XtoqController.*Jess VanDerwalker1-5/+0
2012-04-05Improved handling of window movement. Comments for *.h file. (from milestone4...Jess VanDerwalker1-19/+99
2012-03-26Formatting changes using uncrustifyJeremy Huddleston1-51/+50
2012-03-21API: Change namespace from xtoq_ to xcwm_Jeremy Huddleston1-11/+11
2012-03-21API: Begin obfuscation of private typesJeremy Huddleston1-1/+1
2012-03-21API: Move xtoq.h into /include as public APIJeremy Huddleston1-1/+1
2012-03-10Merge with milestone4-input.Jess VanDerwalker1-7/+22
2012-03-10removed dead code, added notifications from App to controller, catching mouse...Braden Wooley1-2/+3
2012-03-09commented methods and image and input methods and functionsAaron Skomra1-2/+18
2012-03-08Added doxygen style comments to XtoqApplication,h and also to functions I mad...bhuddle1-3/+58
2012-03-05Fixed some compiler warnings.Jess VanDerwalker1-3/+1
2012-03-03Added closing of the application when the application is closed properly. How...David Snyder1-0/+1
2012-02-28Removed duplicate defintion of windowDidMoveJess VanDerwalker1-0/+4
2012-02-28added conversion to and from xserver, and added to the move/resize methodsBraden Wooley1-0/+4
2012-02-28Merged Ben H. startup code with milestone3 code. Fixed issues in merge. Will ...Jess VanDerwalker1-3/+8
2012-02-28Fixes for merge issues.Jess VanDerwalker1-6/+1
2012-02-28Fixes to get merge with master to work. Does not update image of window corre...Jess VanDerwalker1-6/+0
2012-02-28Work on resolving merge issues.Jess VanDerwalker1-7/+0
2012-02-28Jess: Work on merging the master branch with Milestone3Aaron Skomra1-1/+11
2012-02-28merged with masterAaron Skomra1-1/+3
2012-02-28In the library - fixed test_xtoq_get_image to return a pointer, created xtoq_...Aaron Skomra1-0/+1
2012-02-28Have the idea of damage working, need to write some data structures to manage...Aaron Skomra1-1/+5
2012-02-28Commented out auto-connect to Xorg. Static screen set to ':0', added some min...bhuddle1-0/+12
2012-02-28correctly displaying some damage on the screenAaron Skomra1-1/+2
2012-02-28Applied Jeremy's patch. Program crashes somewhere in ApplicationWillFinishLa...bhuddle1-1/+1
2012-02-28funky damage- David and Aaron's damage changes, Aaron's mouse click coordinat...Aaron Skomra1-1/+6
2012-02-27trying to merge with masterbhuddle1-33/+16
2012-02-26Menu will now launch Xeyes, Xclock, and Xlogo the same as if it was opened in...bhuddle1-1/+0
2012-02-26Attempting to modify launch_client from XQuartz.bhuddle1-0/+8
2012-02-25Fixes to get merge with master to work. Does not update image of window corre...Jess VanDerwalker1-6/+0
2012-02-25Work on resolving merge issues.Jess VanDerwalker1-7/+0
2012-02-25Jess: Work on merging the master branch with Milestone3Aaron Skomra1-2/+14
2012-02-25Merge branch 'master' into milestone3Aaron Skomra1-2/+18
2012-02-25merged with masterAaron Skomra1-3/+2
2012-02-25Merge remote-tracking branch 'origin/master' into input-damageAaron Skomra1-2/+14
2012-02-25added windowDidResize notification and fixed the windowDidMoveBraden Wooley1-0/+1
2012-02-24In the library - fixed test_xtoq_get_image to return a pointer, created xtoq_...Aaron Skomra1-4/+7
2012-02-24added window move notificationsBraden Wooley1-0/+3
2012-02-23Getting of atoms done at lib init. Added check to make sure window is in list...Jess VanDerwalker1-25/+0
2012-02-23removed winList stuff and added setTitleBraden Wooley1-6/+6
2012-02-22Have the idea of damage working, need to write some data structures to manage...Aaron Skomra1-0/+4
2012-02-22Commented out auto-connect to Xorg. Static screen set to ':0', added some min...bhuddle1-0/+12
2012-02-21correctly displaying some damage on the screenAaron Skomra1-2/+3
2012-02-21saving rootContext and added destroy notificationBraden Wooley1-1/+1
2012-02-20Typedef for callback function to pass to xtoq_start_event_loop. Event loop no...Jess VanDerwalker1-1/+2
2012-02-20Applied Jeremy's patch. Program crashes somewhere in ApplicationWillFinishLa...bhuddle1-1/+1