]> icculus.org git repositories - mikachu/openbox.git/history - util/epist/screen.cc
Allow moving fullscreen windows between monitors
[mikachu/openbox.git] / util / epist / screen.cc
2003-01-14 Dana Jansensrm the util directory
2002-11-01 Dana Jansensmake epist compile with the new code base
2002-10-14 Marius Nitaadded user option to modify raise behavior when stacked...
2002-09-12 Marius Nitaadded code that makes sure apps executed by epist don...
2002-09-07 Dana Jansenscall the window's processEvent() directly instead of...
2002-09-03 Marius Nitatook out some debug messages
2002-09-03 Marius Nitasome debug messages for bug testing
2002-09-01 Dana Jansenswhen trying to find a window on the screen to focus...
2002-08-27 Dana Jansensrevert a change for where new windows go in the list
2002-08-26 Dana Jansensdont change last active while cycling around in stacked...
2002-08-26 Dana Jansensdont use an invalid iterator in handleKeypress, also...
2002-08-26 Dana Jansensupdate the active iterator after moving the active...
2002-08-26 Dana Jansensdont use what could be an invalid iterator
2002-08-26 Dana Jansensdont break the focused window iterator
2002-08-26 Dana Jansensin stacked cycling mode, insert new clients at the...
2002-08-26 Dana Jansensdont auto-raise sticky windows, theyre on the current...
2002-08-26 Marius NitaModified the way focus is handled so the focus window...
2002-08-26 Marius NitaFixed a boob mistake which was causing KeyRelease event...
2002-08-26 Marius NitaFixed goof in config interface. All the functions are...
2002-08-26 Marius NitaEpist now supports stacked cycling. :D/-< :D\-<
2002-08-24 Marius NitaSafari_Al's patch which fixes inconsistent capitalizati...
2002-08-22 Marius NitatoggleGrabs action added
2002-08-22 Marius Nitafixed unsigned/signed comparison warnings
2002-08-22 Dana Jansenssupport for showing the root and workspace menu with...
2002-08-22 Dana JansenstoggleDecorations!
2002-08-21 Dana Jansenstoggledecor almost done
2002-08-21 Scott Moynesadded parameter to the move windows. it defaults to 1.
2002-08-21 Scott MoyneschangeWorkspaceHorz() now cycles
2002-08-21 Scott Moynescleaned up changeWorkspaceVert() a bit
2002-08-21 Scott Moynesadded cycling to the grid stuff
2002-08-21 Scott Moynesuber patch.
2002-08-16 Dana Jansensdont lose the last-focused window when all windows...
2002-08-15 Dana Jansensmake sure the increments are > 0.
2002-08-15 Dana Jansensbetter track of the last window on a screen.
2002-08-14 Scott Moynesoops. buglet. extra for loop
2002-08-14 Scott Moynesadded the ability to have numeric arguments for the...
2002-08-09 Scott Moynesfixed spelling mistake
2002-08-07 Dana Jansensbetter support for relative resizing
2002-08-07 Dana Jansenssupport better resizing a delta value instead of an...
2002-08-07 Scott Moynesfixed change workspace and indenting
2002-08-06 Scott MoynesBig fat merge for epist.
2002-08-06 Dana Jansensperhaps fix an infinate loop in here..
2002-07-26 Dana Jansensmake the execute process better
2002-07-25 Dana Jansensdont focus more than one window when cycling!
2002-07-25 Dana Jansenswait for 20 seconds instead of 20 milliseconds for...
2002-07-24 Dana Jansensdon't try pass focus off to windows that dont take it
2002-07-24 Dana Jansensremove a debug cout
2002-07-24 Dana Jansensmake lastActiveWindow more intelligent
2002-07-24 Dana Jansenssmarter window cycling, behave with omnipresent windows
2002-07-24 Dana Jansensremove some unneeded std::'s
2002-07-24 Dana Jansensepist + multihead == <drool>
2002-07-23 Dana Jansensmake more clear
2002-07-23 Dana Jansenscycle windows was looping forever!
2002-07-23 Dana Jansensno more segging when adding removing windows
2002-07-22 Dana Jansenshandle events on the right screen
2002-07-22 Dana Jansensrun execs
2002-07-21 Scott Moyneshandle all combinations of lock modifiers on keypress
2002-07-21 Dana Jansensdont use "exec " anymore cuz then stuff like && doesn...
2002-07-21 Dana Jansensexec stuff with "exec " so the sh isnt left over in...
2002-07-20 Dana Jansensremove the add/remove/active_window debug cout's
2002-07-20 Dana Jansenskeep track of window dimentions
2002-07-20 Dana Jansensimplement toggleMaximize(Vert|Horz|Full)
2002-07-20 Dana Jansensimplement moveWindowUp/Down/Left/Right
2002-07-20 Dana Jansenslet you specify the class for cycling windows per class
2002-07-20 Dana Jansensmake cycling by window class work properly, was using...
2002-07-20 Dana Jansensadd execute command. add string to action class.
2002-07-20 Dana Jansensexec works now
2002-07-20 Dana Jansensrename the sendTo action to sendToWorkspace
2002-07-20 Dana Jansensadded sendTo action
2002-07-20 Dana Jansensadd 'toggleomnipresent' action
2002-07-20 Dana Jansensadd cycling of windows of the same class on all workspaces
2002-07-20 Dana Jansensadd cycling of next/prev window of class
2002-07-20 Dana Jansensadd next/prev window on all workspaces
2002-07-20 Dana Jansensproperly track the active workspace and the number...
2002-07-20 Dana Jansensadd iconifying
2002-07-20 Dana Jansensadd raising and lowering
2002-07-20 Dana Jansensadd the ability to close a window
2002-07-20 Dana Jansensadded window cycling
2002-07-20 Dana Jansensmake the returned action list a const reference
2002-07-20 Dana Jansensremove some debug couts
2002-07-20 Dana Jansenssome cleanups and such.
2002-07-20 Scott MoynesAdded changeWorkspace() and a broken toggleShaded()
2002-07-19 Dana Jansensfix typos
2002-07-19 Scott MoynesAdded an action class and started the even handler.
2002-07-12 Dana Jansensepist now based on the BaseDisplay.