14
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added an entry explaining how to use a different terminal program.
Shawn Betts
as sabetts
More... over 23 years ago
rp_current_window was being left a dangling pointer in some cases in remove_from_window_list(). BAD!
Shawn Betts
as sabetts
More... over 23 years ago
fixed a bug in destroy_window() where last_window wasn't being called if the only destroy event was on a mapped window.
Shawn Betts
as sabetts
More... over 23 years ago
altered the handler() function, although it is currently not being used.
Shawn Betts
as sabetts
More... over 23 years ago
hopefully put an end to BadWindow crashes by waiting until the last DestroyNotify event before switching to the last window in destroy_window().
Shawn Betts
as sabetts
More... over 23 years ago
drawing the windows from tail to head wasn't working. the numbers are still in the wrong order...
Shawn Betts
as sabetts
More... over 23 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... over 23 years ago
added entries for the 'C-t k' and 'C-t K' keystrokes.
Shawn Betts
as sabetts
More... over 23 years ago
cleaned up more crashes when killing and deleting windows.
Shawn Betts
as sabetts
More... over 23 years ago
removed to call last_window since it is already called earlier.
Shawn Betts
as sabetts
More... over 23 years ago
initial check in CVS: ----------------------------------------------------------------------
Shawn Betts
as sabetts
More... over 23 years ago
integrated the number sources. windows now keep the number they're given.
Shawn Betts
as sabetts
More... over 23 years ago
Added the number sources.
Shawn Betts
as sabetts
More... over 23 years ago
put the initialization of signal handlers far up in the initialization.
Shawn Betts
as sabetts
More... over 23 years ago
handles the creation of unique window numbers.
Shawn Betts
as sabetts
More... over 23 years ago
scanwins now checks for override_redirect windows and skips them (we don't manage these).
Shawn Betts
as sabetts
More... over 23 years ago
in add_to_window_list new_window->state was not being set, causing ratpoison to wrongly map jump to windows that were not mappped.
Shawn Betts
as sabetts
More... over 23 years ago
Fixed the ClassHints crashes by using the GetWMName function instead (The way we're supposed to do it).
Shawn Betts
as sabetts
More... over 23 years ago
fixed up the make rules.
Shawn Betts
as sabetts
More... over 23 years ago
added a makefile enty for the info file and install information in the info file.
Shawn Betts
as sabetts
More... over 23 years ago
added functionality to delete and destroy a window
Shawn Betts
as sabetts
More... over 23 years ago
forgot the newline at the end :)
Shawn Betts
as sabetts
More... over 23 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... over 23 years ago
added copyright notice.
Shawn Betts
as sabetts
More... over 23 years ago
documentation
Shawn Betts
as sabetts
More... over 23 years ago
initial checkin.
Shawn Betts
as sabetts
More... over 23 years ago
fixed up some last_window() bugs where ratpoison was not properly switching to the last accessed window.
Shawn Betts
as sabetts
More... over 23 years ago
- Fixed some of the X_SetInputFocus bugs that were crashing ratpoison. - 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>
Shawn Betts
as sabetts
More... over 23 years ago
initial checkin
Shawn Betts
as sabetts
More... over 23 years ago