summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-14*** empty log message ***sabetts
2000-09-07added some content!sabetts
2000-09-07added copyright noticesabetts
2000-09-07needed for autoconfsabetts
2000-09-07moved to the docs/ dirsabetts
2000-09-07moved to src/sabetts
2000-09-07restructured tree, added automake and autoconf to the build process.sabetts
2000-09-06added a rename window key.sabetts
2000-09-06reverted rxvt to xterm. added a rename window key.sabetts
2000-09-05respects return value of update_window_name in property_notify().sabetts
2000-09-05in property_notify(), when the name of a window changes, update thesabetts
program bar.
2000-08-31handles getting input from the user.sabetts
2000-08-31made bar_x and bar_y global so I could use them in input.c.sabetts
2000-08-31Added an input_window to allow the user to type data. This is used tosabetts
jump to a window by name. Added functionality to jump to a window by name.
2000-08-30switched the default term from 'xterm' to 'rxvt'.sabetts
2000-08-30added an entry explaining how to use a different terminal program.sabetts
2000-08-30rp_current_window was being left a dangling pointer in some cases insabetts
remove_from_window_list(). BAD!
2000-08-30fixed a bug in destroy_window() where last_window wasn't being calledsabetts
if the only destroy event was on a mapped window.
2000-08-30altered the handler() function, although it is currently not beingsabetts
used.
2000-08-30hopefully put an end to BadWindow crashes by waiting until the lastsabetts
DestroyNotify event before switching to the last window in destroy_window().
2000-08-28drawing the windows from tail to head wasn't working. the numbers are still ↵sabetts
in the wrong order...
2000-08-28*** empty log message ***sabetts
2000-08-28added entries for the 'C-t k' and 'C-t K' keystrokes.sabetts
2000-08-28cleaned up more crashes when killing and deleting windows.sabetts
2000-08-27removed to call last_window since it is already called earlier.sabetts
2000-08-27initial check insabetts
CVS: ----------------------------------------------------------------------
2000-08-27integrated the number sources. windows now keep the number they'resabetts
given.
2000-08-27Added the number sources.sabetts
2000-08-27put the initialization of signal handlers far up in the initialization.sabetts
2000-08-27handles the creation of unique window numbers.sabetts
2000-08-27scanwins now checks for override_redirect windows and skips them (wesabetts
don't manage these).
2000-08-27in add_to_window_list new_window->state was not being set, causingsabetts
ratpoison to wrongly map jump to windows that were not mappped.
2000-08-27Fixed the ClassHints crashes by using the GetWMName function insteadsabetts
(The way we're supposed to do it).
2000-08-26fixed up the make rules.sabetts
2000-08-26added a makefile enty for the info file and install information in the infosabetts
file.
2000-08-26added functionality to delete and destroy a windowsabetts
2000-08-26forgot the newline at the end :)sabetts
2000-08-26*** empty log message ***sabetts
2000-08-26added copyright notice.sabetts
2000-08-26documentationsabetts
2000-08-26initial checkin.sabetts
2000-08-26fixed up some last_window() bugs where ratpoison was not properly switching tosabetts
the last accessed window.
2000-08-26- Fixed some of the X_SetInputFocus bugs that were crashing ratpoison.sabetts
- Now responds to Raise and Lower X events (fixes the C-x 5 o bug with emacs) - Added numbers to each window and the ability to jump to that window by hitting Prefix <window num>
2000-08-25initial checkinsabetts