aboutsummaryrefslogtreecommitdiff
path: root/swaybar
AgeCommit message (Expand)AuthorFilesLines
2018-03-27swaybar: correctly render min_width for stringsJonathan Rouleau2-1/+8
2018-03-24Merge remote-tracking branch 'remotes/origin/bugfix/iconsnotfound' into 0.15David McKinney1-1/+5
2018-03-24Fixed missing icons bug in index.theme parsing and a path concatenation bug i...David McKinney1-1/+5
2018-02-04Handle swaybar status line errorsCalvin Lee3-8/+84
2018-01-12Calculate positions of empty blocks in swaybarPeter Rice1-4/+6
2018-01-07Handle forward/back mouse buttons in swaybarPeter Rice1-0/+6
2017-12-29Keep tray separategnidorah1-1/+3
2017-12-29Fix icon updating on secondary outputsgnidorah2-1/+25
2017-12-29Allow correct item to get icon updates for both kde and gtk implementationgnidorah1-1/+1
2017-12-29Fix `get_icon`Calvin Lee3-14/+36
2017-12-29Add `dbus_get_prop_async` utilityCalvin Lee3-293/+120
2017-12-29Plug memory `dbus_message_iter_get_signature` leakCalvin Lee3-14/+14
2017-12-29Correct context menu placement if bar is bottomCalvin Lee2-1/+7
2017-12-29Reply in case of object path itemgnidorah1-2/+4
2017-12-29Allow correct item to get icon updatesCalvin Lee1-1/+7
2017-12-29Improve Icon Theme ImplimentationCalvin Lee1-5/+27
2017-12-29Prevent segfault in `get_items()`Calvin Lee2-18/+30
2017-12-29Allow multiple object paths for each connectionCalvin Lee2-2/+16
2017-12-29Allow paths to icons in iconName propertygnidorah1-1/+35
2017-12-29Allow registering StatusNotifierItems by obj pathCalvin Lee3-31/+308
2017-12-17Adaptions for API change in json-c v0.130.15.1Björn Esser1-3/+2
2017-12-17Revert "Merge remote-tracking branch 'besser82/bugfix/json-c' into 0.15"Drew DeVault1-2/+3
2017-12-14Adaptions for API change in json-c v0.13Björn Esser1-3/+2
2017-10-28Removed trailing comma from swaybar click event jsonJoona Romppanen1-1/+1
2017-10-15Fix include path to input-event-codes.h for FreeBSD.Johannes Lundberg1-0/+4
2017-10-14Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.Johannes Lundberg1-1/+1
2017-09-23swaybar protocol: handle button 4 and 5John Axel Eriksson1-0/+19
2017-08-30styling fixesakokshar@redhat.com1-2/+2
2017-08-29styling fixesakokshar@redhat.com3-12/+12
2017-08-29style fixesakokshar@redhat.com1-2/+1
2017-08-29click_events as documented at https://i3wm.org/docs/i3bar-protocol.htmlakokshar@redhat.com3-10/+127
2017-08-12Prevent crash if DBus connection is NULLCalvin Lee1-1/+1
2017-07-20[swaybar] fix non-dbus buildTobias Blass1-1/+1
2017-07-16Fix memory leaks in swaybar trayCalvin Lee4-1/+9
2017-07-13Fix name validation in sni_watcher.cCalvin Lee1-2/+12
2017-07-13Don't trust SNI names, fixes #1274Calvin Lee2-5/+15
2017-07-08Adjust _XOPEN_SOURCE value for build on FreeBSD and fix pointer comparison er...Johannes Lundberg4-5/+5
2017-06-29Revert "swaybar: Group child processes for signalling"Drew DeVault1-2/+1
2017-06-26Fix #1252Drew DeVault1-0/+6
2017-06-23Handle getline failure in icon theme parsingMykyta Holubakha1-9/+5
2017-06-14Merge branch 'master' into trayDrew DeVault1-1/+2
2017-06-13Remove Xembed SupportCalvin Lee2-21/+0
2017-06-12swaybar: Group child processes for signallingYury Krivopalov1-1/+2
2017-06-08Fix Catching NewIcon SignalCalvin Lee2-4/+13
2017-06-07Reorganize Tray CodeCalvin Lee3-119/+139
2017-06-07Fix cairo blending on tray iconsDrew DeVault1-0/+3
2017-06-07Implement Tray IconsCalvin Lee11-39/+2199
2017-04-26Add -DVERSION flag for release version numbersSebastian Noack1-5/+1
2017-03-10UnGNUify the codebaseDrew DeVault5-1/+7
2016-12-15Handle malloc failure in ipc_recv_responseDrew DeVault1-0/+3