Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add xcb_flush after bar_update in main loop.
[spectrwm.git]
/
spectrwm.c
2012-09-23
Reginald Kennedy
Add xcb_flush after bar_update in main loop.
blob
|
commitdiff
2012-09-23
Reginald Kennedy
Remove unused global variable.
blob
|
commitdiff
|
diff to current
2012-09-23
Reginald Kennedy
Change bar_action handling to eliminate the need for...
blob
|
commitdiff
|
diff to current
2012-09-06
Reginald Kennedy
Add new bar_enabled_ws[x] config option.
blob
|
commitdiff
|
diff to current
2012-09-06
Reginald Kennedy
Change bar_toggle_ws to enable overall visibility of...
blob
|
commitdiff
|
diff to current
2012-09-06
Reginald Kennedy
Add new key binding: bar_toggle_ws (M-S-b)
blob
|
commitdiff
|
diff to current
2012-09-05
Reginald Kennedy
Fix buttonpress sometimes not releasing the pointer...
blob
|
commitdiff
|
diff to current
2012-09-05
Reginald Kennedy
Fix mouse and keyboard binds to work regardless of...
blob
|
commitdiff
|
diff to current
2012-09-05
Reginald Kennedy
Fix possible segfault when a floater receives a configu...
blob
|
commitdiff
|
diff to current
2012-08-29
David Hill
plug some memory leaks.
blob
|
commitdiff
|
diff to current
2012-08-29
Reginald Kennedy
Change bar_ext from 'unsigned char' to 'char'.
blob
|
commitdiff
|
diff to current
2012-08-29
Reginald Kennedy
Fix segfault when mouse enters/clicks an area outside...
blob
|
commitdiff
|
diff to current
2012-08-29
Reginald Kennedy
Add missing prototype in swm_hack.c.
blob
|
commitdiff
|
diff to current
2012-08-28
David Hill
MERGE_MEMBERS is unused.
blob
|
commitdiff
|
diff to current
2012-08-28
David Hill
sysconf returns long
blob
|
commitdiff
|
diff to current
2012-08-28
David Hill
clean -Wshadow
blob
|
commitdiff
|
diff to current
2012-08-28
David Hill
add remaining missing prototypes
blob
|
commitdiff
|
diff to current
2012-08-28
David Hill
print_win_geom is SWM_DEBUG only
blob
|
commitdiff
|
diff to current
2012-08-28
David Hill
add missing spawn_ prototypes
blob
|
commitdiff
|
diff to current
2012-08-28
David Hill
add missing prototypes
blob
|
commitdiff
|
diff to current
2012-08-27
Reginald Kennedy
Fix scan_xrandr to fallback when a scan results in...
blob
|
commitdiff
|
diff to current
2012-08-27
David Hill
couple more const's
blob
|
commitdiff
|
diff to current
2012-08-27
David Hill
sprinkle some const
blob
|
commitdiff
|
diff to current
2012-08-27
Reginald Kennedy
Add tilde ~ expansion to autorun command in the config.
blob
|
commitdiff
|
diff to current
2012-08-26
Reginald Kennedy
Remove setquirk error; just ignore when attempting...
blob
|
commitdiff
|
diff to current
2012-08-26
Reginald Kennedy
Fix use of free'd memory.
blob
|
commitdiff
|
diff to current
2012-08-26
Reginald Kennedy
Add support for Xcursor.
blob
|
commitdiff
|
diff to current
2012-08-26
Reginald Kennedy
Fix 'focus_mode = default' to ignore pointer position...
blob
|
commitdiff
|
diff to current
2012-08-24
Reginald Kennedy
Fix issue when switching to a workspace in fullscreen...
blob
|
commitdiff
|
diff to current
2012-08-24
Reginald Kennedy
Fix stacking of transients and new windows in max_stack...
blob
|
commitdiff
|
diff to current
2012-08-23
Reginald Kennedy
Fix focus issue when a window is manipulated via EWMH.
blob
|
commitdiff
|
diff to current
2012-08-23
Reginald Kennedy
Fix keyboard move and resize operation delay.
blob
|
commitdiff
|
diff to current
2012-08-22
Reginald Kennedy
Fix uninitialized variable warning.
blob
|
commitdiff
|
diff to current
2012-08-22
Reginald Kennedy
Fix follow mode window unmap focus issue.
blob
|
commitdiff
|
diff to current
2012-08-22
Reginald Kennedy
Fix manual focus mode not allowing empty regions to...
blob
|
commitdiff
|
diff to current
2012-08-22
Reginald Kennedy
Fix new windows not always being handled in a prompt...
blob
|
commitdiff
|
diff to current
2012-08-22
Reginald Kennedy
Fix switchws issue when swapping with an empty workspace.
blob
|
commitdiff
|
diff to current
2012-08-22
Reginald Kennedy
Take input focus into consideration when determining...
blob
|
commitdiff
|
diff to current
2012-08-22
Reginald Kennedy
Fix focus when transient windows get unmapped, but...
blob
|
commitdiff
|
diff to current
2012-08-21
Reginald Kennedy
Fix follow_cursor focus mode and rename option value...
blob
|
commitdiff
|
diff to current
2012-08-21
Reginald Kennedy
Fix focus issue when swapping visible workspaces.
blob
|
commitdiff
|
diff to current
2012-08-21
Reginald Kennedy
Fix unmapnotify to update the win mapping and iconic...
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Fix focus on iconify.
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Silence the -Wconditional-uninitialized warning with...
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
In Linux Makefile, only set CC when it isn't already...
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Fix switchws to unfocus the focused win before operatin...
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Add WM_HINT_INPUT compatibility macro for old xcb-util...
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Add border with unfocused color for all windows in...
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Replace map_window_raised with map_window function.
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Unmap after map in switchws.
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Convert SWM_ARG_ID_FOCUSCUR into a function called...
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Fix focus_win function to correctly set window focus.
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Fix stack_config by adding a focus_flush().
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Fix search_resp by adding xcb_flush.
blob
|
commitdiff
|
diff to current
2012-08-20
Reginald Kennedy
Change manual focus mode; focus is set with mouse button 1.
blob
|
commitdiff
|
diff to current
2012-08-16
Reginald Kennedy
Fix focus_win to call unfocus_win when appropriate.
blob
|
commitdiff
|
diff to current
2012-08-15
Reginald Kennedy
Fix grabbuttons.
blob
|
commitdiff
|
diff to current
2012-08-15
Reginald Kennedy
Fix mouse button grab.
blob
|
commitdiff
|
diff to current
2012-08-15
Reginald Kennedy
Add new 'manual' focus_mode.
blob
|
commitdiff
|
diff to current
2012-08-12
Reginald Kennedy
Fix floating window positioning.
blob
|
commitdiff
|
diff to current
2012-08-12
Reginald Kennedy
Fix xcb_create_window() call in workaround().
blob
|
commitdiff
|
diff to current
2012-08-12
Reginald Kennedy
Fix xcb_poly_fill_rectangle() call in bar_print().
blob
|
commitdiff
|
diff to current
2012-08-07
Reginald Kennedy
Fix window configuration issue affecting programs such...
blob
|
commitdiff
|
diff to current
2012-08-06
Reginald Kennedy
Only try to set focus on a window once it is known...
blob
|
commitdiff
|
diff to current
2012-08-04
Reginald Kennedy
Fix segfault when a ConfigureRequest is sent to a windo...
blob
|
commitdiff
|
diff to current
2012-08-04
Reginald Kennedy
Fix numlock issues.
blob
|
commitdiff
|
diff to current
2012-08-02
Marco Peereboom
fix cygwin, from MrD <mrw@eandem.co.uk>
blob
|
commitdiff
|
diff to current
2012-07-31
Marco Peereboom
remove beta
blob
|
commitdiff
|
diff to current
2012-07-31
Marco Peereboom
add BETA for now
blob
|
commitdiff
|
diff to current
2012-07-31
Reginald Kennedy
Default font backend should be font set.
blob
|
commitdiff
|
diff to current
2012-07-31
Reginald Kennedy
Implement bar_font check to choose between Xft and...
blob
|
commitdiff
|
diff to current
2012-07-31
Reginald Kennedy
Add new shutdown_cleanup function to eliminate duplicat...
blob
|
commitdiff
|
diff to current
2012-07-29
Reginald Kennedy
Fix get_win_name to try _NET_WM_NAME (UTF-8) before...
blob
|
commitdiff
|
diff to current
2012-07-29
Reginald Kennedy
Use legacy XFontSet when user specifies an X core font...
blob
|
commitdiff
|
diff to current
2012-07-27
Marco Peereboom
fix some more unused param warnings
blob
|
commitdiff
|
diff to current
2012-07-27
Marco Peereboom
shut a bunch of warnings up
blob
|
commitdiff
|
diff to current
2012-07-27
Reginald Kennedy
Eliminate more shadows.
blob
|
commitdiff
|
diff to current
2012-07-27
Reginald Kennedy
Fix check_conn.
blob
|
commitdiff
|
diff to current
2012-07-27
Reginald Kennedy
Rename a variable.
blob
|
commitdiff
|
diff to current
2012-07-27
David Hill
fix typo
blob
|
commitdiff
|
diff to current
2012-07-27
Reginald Kennedy
Fix check_conn to work with older libxcb versions.
blob
|
commitdiff
|
diff to current
2012-07-27
Reginald Kennedy
Add another check before attempting to use RandR.
blob
|
commitdiff
|
diff to current
2012-07-27
Reginald Kennedy
Don't query the RandR extension unless it is present.
blob
|
commitdiff
|
diff to current
2012-07-26
Reginald Kennedy
Add a check_conn() function for debugging purposes.
blob
|
commitdiff
|
diff to current
2012-07-26
Reginald Kennedy
Add variable for debug purposes.
blob
|
commitdiff
|
diff to current
2012-07-26
Reginald Kennedy
Check return value of get_screen.
blob
|
commitdiff
|
diff to current
2012-07-25
Reginald Kennedy
Only get xrandr extension data if xrandr is supported.
blob
|
commitdiff
|
diff to current
2012-07-25
Reginald Kennedy
Get actual LOGIN_NAME_MAX value from sysconf.
blob
|
commitdiff
|
diff to current
2012-07-24
Reginald Kennedy
Fix bar 'random' class:instance bar output.
blob
|
commitdiff
|
diff to current
2012-07-23
Reginald Kennedy
Eliminate PSC (path separator char) macro.
blob
|
commitdiff
|
diff to current
2012-07-23
Reginald Kennedy
Add tilde (~) expansion to bar_action and program[...
blob
|
commitdiff
|
diff to current
2012-07-23
Reginald Kennedy
New debug output for FocusIn and LeaveNotify.
blob
|
commitdiff
|
diff to current
2012-07-22
Reginald Kennedy
Fix user bar_font not being applied to dmenu.
blob
|
commitdiff
|
diff to current
2012-07-21
Reginald Kennedy
Use a more generalized check for xcb-util < 0.3.8
blob
|
commitdiff
|
diff to current
2012-07-20
Reginald Kennedy
Remove unneeded variables and some whitespace.
blob
|
commitdiff
|
diff to current
2012-07-20
David Hill
use _icccm_ in the function name to stay current
blob
|
commitdiff
|
diff to current
2012-07-20
David Hill
Add myself to the copyright
blob
|
commitdiff
|
diff to current
2012-07-20
David Hill
another potential memleak
blob
|
commitdiff
|
diff to current
2012-07-20
David Hill
we don't do anything with xcb_grab_pointer_reply, so...
blob
|
commitdiff
|
diff to current
2012-07-20
David Hill
plug memleak
blob
|
commitdiff
|
diff to current
next