Commit Graph

3200 Commits (6becde024680503100c94702ed7d1fbf4d01576e)

Author SHA1 Message Date
emersion 9d18d81d48
Merge pull request from RedSoxFan/fix-empty-titlebars 6 years ago
Brian Ashworth 14cb39c772 Fix titlebar when no title or marks 6 years ago
Brian Ashworth 71ae08530a Fix default_orientation auto 6 years ago
emersion 9924d72ab2
Merge pull request from RedSoxFan/fix-3203 6 years ago
Brian Ashworth f52277f66e Fix scratchpad segfault - NULL focused workspace 6 years ago
emersion 67c7cc53ae
Merge pull request from RedSoxFan/ipc-subscribe 6 years ago
Brian Ashworth 1bd8463481 Implement bar gaps 6 years ago
Brian Ashworth bf9a52bab0 Implement support for swaymsg -t SUBSCRIBE [-m] 6 years ago
Brian Ashworth 5341e034df
Merge pull request from martinetd/move_floating 6 years ago
Brian Ashworth e5f90f25d7 Introduce a way to show config warnings in swaynag 6 years ago
Dominique Martinet 2543834172 move to workspace: fix moving floating container to non-empty workspace 6 years ago
emersion b98563d2d7
Fix segfault when destroying unmapped child view 6 years ago
Ryan Dwyer f737854e30
Merge pull request from emersion/handle-subsurface-destroy 6 years ago
emersion 048b96a56d
Merge pull request from RedSoxFan/cmd-res-list 6 years ago
Brian Ashworth 315bca176c Do not strip quotes for cmd_mode 6 years ago
Brian Ashworth 5c6f3d7266 Change execute_command to return a list of results 6 years ago
emersion 1d30b7c0f6
Damage view child when destroyed 6 years ago
emersion fc79b7c2d2
Handle destroyed subsurfaces 6 years ago
Drew DeVault dbf8e1cead
Merge pull request from emersion/rename-gtk-primary-selection 6 years ago
Brian Ashworth a22e7b13ad
Merge pull request from mihaicmn/scratchpad-events 6 years ago
Ryan Dwyer af7a97623b
Merge pull request from emersion/remove-xopen-source 6 years ago
Mihai Coman 39db9b855d IPC: Use consistent function names across ipc-json 6 years ago
Mihai Coman 65c32e41d4 IPC: Add scratchpad containers to get_tree reply 6 years ago
Mihai Coman 6aafdd2321 IPC: Trigger move events for scratchpad containers 6 years ago
emersion c2921b2e61
Merge pull request from RedSoxFan/title-align 6 years ago
Brian Ashworth 0e6e5af983
Merge pull request from emersion/fix-escape-pango 6 years ago
Brian Ashworth e6562c8cd2 Implement title alignment 6 years ago
emersion 91bbb2a7dd
Merge pull request from kupospelov/fix-resize 6 years ago
emersion 3a310f92ab
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 6 years ago
Konstantin Pospelov f9bde0030d resize set: add assertion for an invalid unit 6 years ago
Konstantin Pospelov a7b9e63cbc resize set: fix units for floating containers 6 years ago
emersion b84bf3585c
Fix pango title escaping 6 years ago
emersion 827e5513e0
Merge pull request from baloo/baloo/title_format-pango_markup 6 years ago
Arthur Gautier caee2dff03 fixes pango_markup support with title_format 6 years ago
emersion cc28f9712e
Update for 6 years ago
Florent de Lamotte 7555c7efdc Adding commands for configuring titlebar borders and padding 6 years ago
emersion 77554f545e
Merge pull request from emersion/get-outputs-focused 6 years ago
emersion 2f1050796c
ipc: fix focused in get_outputs reply 6 years ago
emersion bf7af9c690
Merge pull request from c-edw/feature/StripWorkspaceName 6 years ago
Spencer Michaels 70bc4c3ab6 Add scroll factor config option. 6 years ago
emersion cad851805b
Use #if instead of #ifdef 6 years ago
Connor E 4bd46fb079 Implement strip_workspace_name. 6 years ago
Drew DeVault eda3bfeed5
Merge pull request from RyanDwyer/move-view-properties 6 years ago
Ryan Dwyer be9348d25c Move view {x,y,width,height} into container struct 6 years ago
Cole Mickens fb6ef83b16 commands/resize: fix grow vars uninitialized 6 years ago
Ryan Dwyer cb63321de6
Merge pull request from emersion/dispatch-cursor-btn-segfault 6 years ago
Trevor Slocum f4ccc51da0 resize set: convert ppt to px for floating containers 6 years ago
emersion 4ce18d2744
Fix segfault in dispatch_cursor_button 6 years ago
Ryan Dwyer 4e8bf5b328 Fix double free of mode 6 years ago
Ryan Dwyer 2115ebe39d Fix double free when unmapping any view 6 years ago
Drew DeVault 932d6ee0d4
Merge pull request from emersion/swap-unused-function 6 years ago
Drew DeVault 484bf591be
Merge pull request from c-edw/feature/MissingFrees 6 years ago
emersion 98a953a872
Fix unused function in swap command 6 years ago
Drew DeVault 47cca240e2
Merge pull request from emersion/render-software-cursors 7 years ago
Connor E eda1bf769f More frees. 7 years ago
Connor E b5d95f264d Add some missing frees. 7 years ago
emersion 2afd930914
Use #if instead of #ifdef for WLR_HAS_* 7 years ago
emersion 3b8d4a9212
Merge pull request from harishkrupo/master 7 years ago
Harish Krupo d8ad429e39 IPC: Send keyboard layout info in IPC_GET_INPUTS 7 years ago
Drew DeVault 2e43f02427
Merge pull request from RedSoxFan/config-var-repl 7 years ago
Brian Ashworth 62d69e9f14 cmd_ws_auto_back_and_forth: fix negation 7 years ago
Brian Ashworth 12876932a9 Allow multiple outputs for workspace output 7 years ago
Brian Ashworth b277000601 Alter config variable replacement process 7 years ago
emersion 528f129c98
Render software cursors with wlr_output_render_software_cursors 7 years ago
Connor E b865dabeba Use parse_boolean where possible. 7 years ago
Drew DeVault 7fa7f4f48d
Merge pull request from 7415963987456321/master 7 years ago
7415963987456321 965abe077a Remove extra line 7 years ago
Connor E 78d07f5be4 Update documentation for focus_follows_mouse. 7 years ago
Brian Ashworth c248e96b84 resize set: implement width and height keywords 7 years ago
sghctoma 7ead20bfcf Fix building with clang 7 years ago
Ryan Dwyer aad2f444f0
Merge pull request from RedSoxFan/side-gaps 7 years ago
Brian Ashworth 9e8aa39530 Implement per side and per direction outer gaps 7 years ago
Brian Ashworth 6a42643784 gaps: remove duplicate inner gaps 7 years ago
Connor E 4a21981855 Add focus_follows_mouse always. () 7 years ago
Ryan Walklin 5032acb7a5 Add relative output transform 7 years ago
Drew DeVault 25bea8f6a5
Merge branch 'master' into effective-damage 7 years ago
Rouven Czerwinski f54287eaf3 config: mention that reload message is also printed on validation 7 years ago
Rouven Czerwinski 5fdffea99a commands/exec_always: defer command on config validation 7 years ago
Brian Ashworth c8c1ecaf25 Fix focus_wrapping yes 7 years ago
emersion d0bb450681
Merge pull request from mwenzkowski/fix-gaps 7 years ago
emersion 0e85b92250
Use wlr_surface_get_effective_damage 7 years ago
mwenzkowski 67866dc378 gaps: Improve error reporting 7 years ago
mwenzkowski 60df5cc9f8 Correct manpage regarding gaps command 7 years ago
madblobfish 7d8ed7a3a7 added space after table in sway.5 manpage 7 years ago
madblobfish 417a10f477 removed unneeded code fragment 7 years ago
Cole Mickens ef888321ba ipc: move refresh from output to output->current_mode 7 years ago
Cole Mickens 71686ed0e7 fix: restore refresh to the modes_array 7 years ago
Drew DeVault c18cd9dd03
Merge pull request from Snaipe/singlekey-binding-trigger 7 years ago
Cole Mickens d05aeb77a0 sway-ipc: includes current_mode for each output 7 years ago
emersion f90ff1210b
Teardown compositor when failing to drop permissions 7 years ago
emersion 9dae68eba5
Make it clear that being able to restore root is a failure 7 years ago
mwenzkowski cd0bae80b6 Fix 7 years ago
Ryan Dwyer 9fc736f4e1 Move view marks properties to container struct 7 years ago
Drew DeVault 480b03b734
Merge pull request from RyanDwyer/border-props-to-container 7 years ago
Ryan Dwyer bf19f63a79 Wrap to fartherest output when running focus output 7 years ago
Ryan Dwyer 528c7495bb Move view border properties to container struct 7 years ago
Drew DeVault e21a23348b
Merge pull request from atomnuker/master 7 years ago
Ryan Dwyer 7be309710d Remove enum movement_direction 7 years ago
Rostislav Pehlivanov b0fb2846fe Revert "Respect border settings when rendering lone tabbed/stacked child" 7 years ago
Rostislav Pehlivanov a67e1b5873 Revert "tree/view.c: fix uninitialized variables warning" 7 years ago