summaryrefslogtreecommitdiffstats
path: root/source/dialogs/window.c
AgeCommit message (Expand)Author
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-04Indent code.Dave Davenport
2017-02-18Add openbox to the naughty listDave Davenport
2017-02-17Rename token_match to helper_token_match.Dave Davenport
2017-02-11Only switch to the desktop first if we are on AweSome WMDave Davenport
2017-02-11Add an window manager detection function to startup.Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2016-12-26Make workspace name also searchableDave Davenport
2016-12-26Strip pango markup from workspace names when detecting I3.Dave Davenport
2016-11-29Don't destroy the window, but send close request to window.Dave Davenport
2016-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport
2016-11-14Fix #498: Right count for unicode charaters in column code.Dave Davenport
2016-11-12Fix #497: Create cache dir if not exists.Dave Davenport
2016-11-07Issue #454 pass our window id along in the change active window requestDave Davenport
2016-10-15Fix issue #482: Set work directoryDave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
2016-08-30Test #454 unmap window before switching.Dave Davenport
2016-07-31Fix memory leak, re-indentDave Davenport
2016-07-18Add selection indicator to dmenu mode.Dave Davenport
2016-07-16Fix memory leakDave Davenport
2016-07-16[Window] Chomp resultDave Davenport
2016-07-12Allow for more advanced window 'line' formattingDave Davenport
2016-07-06Remove work-around for older i3 version (< 4.9)Dave Davenport
2016-06-28Fix tests and crash.Dave Davenport
2016-06-28Fix windowcd command and allow custom Window string formatDave Davenport
2016-06-21Copy memory instead of mixing malloc and g_malloc'ed memories (and freeing th...Dave Davenport
2016-06-01Merge remote-tracking branch 'origin/master' into highlight_matchDave Davenport
2016-05-30Remove initializationDave Davenport
2016-05-30First throw at issue #403, show wm name.Dave Davenport
2016-05-30Issue #411: Show list of Keyboard bindings with rofi, from rofi.Dave Davenport
2016-05-26Fix combi mode 'bang' behaviour, improve levenshtein with combiDave Davenport
2016-05-22Remove the is_ascii mess.Dave Davenport
2016-05-21Go Regex GoDave Davenport
2016-05-12window: Make custom action run a command on the windowQuentin Glidic
2016-05-12window: Kill the window on delete-entryQuentin Glidic
2016-05-06Add option to view background image instead of screenshot in fake transparenc...Dave Davenport
2016-04-28When switching windows also switch the desktopDimitar Yordanov
2016-04-26Issue: 386: Fix getting desktop number propertyDave Davenport
2016-04-10Move history to getline and remove magic limit.Dave Davenport
2016-04-10Issue: #381: Try to handle X11 input and UTF-8 better.Dave Davenport
2016-03-24Cleanup unused type specifier (dialogs).Dave Davenport
2016-03-20Fix positioning window on top of window.Dave Davenport
2016-03-17Issue 213: Memcpy the right size for atomsDave Davenport
2016-03-12Tried to fix strlen on NULLDave Davenport
2016-03-04Check for the availability of the xinerama extension.Dave Davenport
2016-03-02Cleanups (cppcheck)Dave Davenport
2016-03-01Fix #348, give a warning when font failed to parseDave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-28Run indenterDave Davenport