195 Commits (c640c3015f3a7ea2987bd7854d13ff282f90804f)

Author SHA1 Message Date
Brian Ashworth af87c7a1af Address emersion's feedback on peek_line
7 years ago
Brian Ashworth fbca3bbacb Fix condition in peek_line
7 years ago
Brian Ashworth 8bfa2def88 Address first round of review for generic blocks
7 years ago
Brian Ashworth 51bb9d8573 Support braces on next line for config blocks
7 years ago
Ryan Dwyer db38b9bbf3 Clean up container title functions
7 years ago
Brian Ashworth 0944d3fd9c Change scale from int32_t to double for pango
7 years ago
emersion 6eda10e4ca
Fix pango markup
7 years ago
Heghedus Razvan 789a877b37 Fix crash when using pango markup font
7 years ago
Dominique Martinet 25af959fe9 Fix gcc string truncation warnings
7 years ago
Drew DeVault d053acbed6 R E N D E R I N G
7 years ago
Drew DeVault 066143adef Add password buffer, refactor rendering/surfaces
7 years ago
Drew DeVault b32bf595ae Initial swaylock port
7 years ago
Drew DeVault a28730edee Move swaybg background rendering into common/
7 years ago
Drew DeVault c507727ad2 Fix use-after-free with block hotspots
7 years ago
Drew DeVault 849c3515ab Use statically allocated text buffer
7 years ago
Drew DeVault cab1352801 Start port of swaybar to layer shell
7 years ago
Drew DeVault 382e8af418 Allow sway IPC clients to fall back to i3 socket
7 years ago
Drew DeVault d39bda76c4 Address review comments
7 years ago
Drew DeVault 632bb948b7 Add solid-color rendering to swaybg
7 years ago
Dominique Martinet d4ddfec32e common/log: finish removing most log functions
7 years ago
Dominique Martinet 67985e9031 sway: change all sway_log to wlr_log
7 years ago
Dominique Martinet f9413adde7 build: add wlroots dependency to common
7 years ago
Tony Crisci 517af37cc9 remove relevant CMakeLists.txt
7 years ago
Tony Crisci cc310cffb0 meson: common static library
7 years ago
Tony Crisci 88cc7e3178 use meson subdirectories
7 years ago
Dominique Martinet 977c1f6a30 common/util: replace WLC_BIT_MOD_* by WLR_MODIFIER_*
7 years ago
Drew DeVault 733993a651 Move everything to sway/old/
7 years ago
Calvin Lee 016261fd64 Print log level even if STDERR is not a tty
7 years ago
johalun 7fef283044 FreeBSD fixes
8 years ago
Mykyta Holubakha f470fa58a3 Replace spaces with tabs in resolve_path
8 years ago
Drew DeVault 586eca0e4c Fix link to dotfiles, closes #1193
8 years ago
Jerzi Kaminsky 8ecb490679 Make sway_abort() report location
8 years ago
Jerzi Kaminsky c9694ee63d Add resolve_path() to utils
8 years ago
Jerzi Kaminsky 709b53bd43 Fix location reported by sway_assert
8 years ago
Jerzi Kaminsky eb3b1ec5f1 Fix variadic forwarding in sway_assert
8 years ago
Drew DeVault 9aed9d9359 UnGNUify the codebase
8 years ago
Calvin Lee 34e2c70abc Feature for #1078: Configurable swaylock colors
8 years ago
wil 1b87193c3d Added "layout promote" command.
8 years ago
Drew DeVault d75a747a3d Handle config-related allocation failures
8 years ago
Drew DeVault 4c6c65e70c Handle malloc failures from read_line
8 years ago
Drew DeVault 9ad1e6b40f Handle malloc failure in ipc_recv_response
8 years ago
Drew DeVault 416417a54c Reorganize includes
8 years ago
Johannes Lundberg 949933c5c3 Fix to make ipc client code FreeBSD compatible.
8 years ago
progandy bf4056a2c6 common: use strtoul in parse_color to avoid clamp
8 years ago
Zandr Martin 98aa59fdda
implement solid color rendering for swaybg
8 years ago
Tony Crisci 70360c5c07 Add timestamp to log messages
8 years ago
Drew DeVault c8917395c0 Remove SIGSERV and SIGABORT handler
8 years ago
David Eklov 26842ff383 Add get_log_level() to encapsulate v (current log level)
9 years ago
Zandr Martin 9ecb43ea3b
couple small fixes
9 years ago
Zandr Martin 2298143d09
cleanup + add timeouts for pid_workspace list
9 years ago
Zandr Martin 66caee645c Merge branch 'master' into assign-command
9 years ago
Zandr Martin 03d79b41c7
semi-working (only non-client/server wayland apps)
9 years ago
Roosembert Palacios 230591fa4e
Common: Readline: Ignore newline on '\' escaped line ends.
9 years ago
Zandr Martin 9ccc92705e implement stable sort for lists
9 years ago
Eric Engestrom cc9d1cacbb common: refactor sway_log()
9 years ago
Eric Engestrom f53ddbe800 common: fix double-close in error_handler()
9 years ago
Eric Engestrom a1bb58017b Fix off-by-one bug in log functions
9 years ago
Eric Engestrom aece36cd22 common: fix potential buffer overflow
9 years ago
Daniel Lockyer 235cfd93b2 common/stringop.c: a premature decrement meant an element of argv was never released
9 years ago
Tomáš Čech bcdeb72189 Explicitly mark static linking in CMake
9 years ago
Tomáš Čech 468ddfb34d Fix missing include paths
9 years ago
Eric Engestrom 3e8081514d Fix spelling mistakes
9 years ago
Dominique Martinet 234932723c CMake: add missing wlc include dir for common and swaygrab
9 years ago
Mikkel Oscar Lyderik 1d010afbf7 Abort when receiving 0 bytes in IPC call
9 years ago
Mikkel Oscar Lyderik 5e253fdd9a Correctly exit sway on errors.
9 years ago
Mikkel Oscar Lyderik bacd40d6db Fix clang warnings
9 years ago
Drew DeVault e5bb08cc18 Print /proc/<pid>/maps on segfault
9 years ago
Mikkel Oscar Lyderik 32ae26e519 Add quotes to multiword arguments.
9 years ago
Mikkel Oscar Lyderik c8cf3f70f9 numlen(0) == 1
9 years ago
Mikkel Oscar Lyderik 2707be7199 use log10 in numlen
9 years ago
Drew DeVault a416715372 Revert "s/numlen/log10/g"
9 years ago
Drew DeVault 038bb8cc7c s/numlen/log10/g
9 years ago
Mikkel Oscar Lyderik dffacea831 Add function for getting list of modifier names.
9 years ago
Mikkel Oscar Lyderik 95e0f44c73 Move modifier name table to common/util.c
9 years ago
Mikkel Oscar Lyderik 7298a9c67a Add type to returned response.
9 years ago
progandy 8fefdb3c64 swaybar: fix memory leaks
9 years ago
robotanarchy c3e9ee5e43 replace non-standard qsort_r with qsort
9 years ago
robotanarchy 470e59b291 fix backtrace detection in CMake
9 years ago
robotanarchy 94cac7a014 use CMake's FindBacktrace for backtrace feature detection
9 years ago
Mikkel Oscar Lyderik cf56c41c10 Move sway/util.c to common/util.c
9 years ago
Drew DeVault e277d4e094 Subscribe to workspace change events and redraw
9 years ago
Christoph Gysin 76920d2759 remove archive from git, add *.a to gitignore
9 years ago
Drew DeVault 71afa38890 Add swaylock protocol, add resource destructors
9 years ago
Christoph Gysin cce9c338c0 cmake: build common code only once
9 years ago
Drew DeVault 5a369b3132 Only strip comments at the start of a line
9 years ago
Drew DeVault 8b1de6df30 Fix incorrect #include on ipc-client.c
9 years ago
Drew DeVault 062c74b7d0 Add command line to swaygrab
9 years ago
Drew DeVault 27f03c705d Move IPC client into common, refactor IPC
9 years ago
Drew DeVault 9a15371ba3 Parse command line args for swaymsg
9 years ago
taiyu 9d50f88cef fix list sorting
9 years ago
S. Christoffer Eliesen 5531dbe1b2 cmd_workspace: Don't fill up config->workspace_outputs with duplicates.
9 years ago
S. Christoffer Eliesen a33e3badad list: Add list_seq_find.
9 years ago
Drew DeVault fd1a59def3 Clean up CMake stuff
9 years ago
Ben Boeckel ec013d1f1a common: create a static library
9 years ago
Drew DeVault bfcabe48ef Start fleshing out wayland client implementation
9 years ago