コミットグラフ

39 コミット

作成者 SHA1 メッセージ 日付
守矢諏訪子 62f4492304 ちんぽ 2023-08-23 22:55:55 +09:00
MadcowOG a5dbf902cf If monitors on the compositor side are disable, they are removed as globals client side.
So we need to recreate them after they are turned back on.
Also, used g_object_unref on PangoFontDescription rather than pango_font_description_free which would cause a crash.
2023-05-12 14:28:26 -07:00
MadcowOG 895bd53e8c Added a reset for axis values after a discete scroll 2023-05-03 22:11:56 -07:00
MadcowOG fe5c722969 Update monitors when we finish creating them. 2023-04-27 23:01:38 -07:00
MadcowOG b75d7cb4e2 Added clarification on tags in config.def.h. 2023-04-27 16:16:35 -07:00
MadcowOG 2568d3cc23 Fixed free on stack problem with shm. 2023-04-26 13:53:52 -07:00
MadcowOG 67cafa3de1 Removed wrong import config.def.h 2023-04-24 18:55:09 -07:00
MadcowOG 4ae6e8d5b1 Messed up list resizing, forgot to multiply allocated amount by the sizeof(void*). 2023-04-22 16:11:51 -07:00
MadcowOG 3a6c255b97 Moved monitor main initialization point to in setup rather than in registry_global_add.
Placing the initialization of the monitor (other than for wl_output and xdg_name) in the registry_global_add can cause problems when we depend on a global for some fields.
2023-04-22 03:26:42 -07:00
MadcowOG cfaa4348e8 Added HotspotListener and renamed prcocess_hotspots to hotspots_process to try and keep up with conventions. 2023-04-22 01:44:58 -07:00
MadcowOG 7e5da8e27b Forgor to add the n in strncmp. 2023-04-21 23:40:28 -07:00
MadcowOG ee82bc6975 Simple update all monitors function so that any file can an update if they need to. 2023-04-21 19:26:38 -07:00
MadcowOG fd25c74881 Changed list_cmp_find to look for 0 from compare to signal the same data.
So wrapper function of stdlib cmp function are easier to make.
2023-04-21 14:48:11 -07:00
MadcowOG 58c4d285ba Missed one for the last commit 2023-04-20 15:34:04 -07:00
MadcowOG 90582a831d Formatted for consistency, moved some struct Tag* declarations outside of loops because I feel like it (probably won't hurt).
Changed some of the LENGTH usages to use the bar::tags field rather than the config.def.h tags so that things are a bit more consistent.
In bar_create when creating tags I index tags directly as opposed to using the already initialized and declared tags variable.
2023-04-20 15:23:18 -07:00
MadcowOG 492591e4b9 added pipline_hide so that future patches can use it. Some will. 2023-04-20 04:05:10 -07:00
MadcowOG ddf6b54da7 Removed the unused logging functions 2023-04-19 18:22:48 -07:00
MadcowOG 50f998560c Refactor, everything is basically just a callback at this point, but they appear to be more stable. 2023-04-19 17:04:52 -07:00
MadcowOG e3ffe98a7b Moved all of the elipses stuff to the add_elipses function. 2023-03-05 19:51:32 -08:00
MadcowOG 8109350836 Nicer looking die message. Now we actually flush stderr when we die too. 2023-03-05 17:45:01 -08:00
MadcowOG 8f57527b31 It's probably just best that we don't die if we don't recognize a command. Also, specified an error was dwl-bar related in error message. 2023-03-05 17:06:38 -08:00
MadcowOG fffce78d8c Aligned some text. 2023-03-04 00:10:25 -08:00
MadcowOG 8e9a737f78 Fixed oversized status bars overwriting other components. 2023-03-04 00:09:57 -08:00
MadcowOG fa4e0c27ab Added man page and changed usage message. 2023-02-28 02:16:01 -08:00
MadcowOG 02e11f77bb Removed out-of-date todos 2023-02-26 17:13:04 -08:00
MadcowOG 497199c4ea Removed a static from a function implmentation 2023-02-26 16:39:40 -08:00
MadcowOG cdeb1f8c7a Shortened another statement 2023-02-26 16:28:40 -08:00
MadcowOG a0a03b0728 shortened statement. 2023-02-26 15:48:20 -08:00
MadcowOG adb0eab04a Small function rename 2023-02-25 03:25:26 -08:00
MadcowOG 26ac269df4 Removed unnecessary function 2023-02-24 04:01:29 -08:00
MadcowOG 63296c343b Fixed memory leak. 2023-02-24 02:57:30 -08:00
MadcowOG 6a5ed5eab9 Added makefile and other stuff 2023-02-22 21:54:23 -08:00
MadcowOG 5af382d9c0 Removed unused button configs. 2023-02-22 08:36:58 -08:00
MadcowOG 62e693fe11 Just changed some syntax 2023-02-22 08:34:02 -08:00
MadcowOG ab491b03d6 Shortened some if statements. 2023-02-21 17:36:29 -08:00
MadcowOG 862239a655 Remove logging functions 2023-02-21 17:20:21 -08:00
MadcowOG 3da57b6c26 small formatting change 2023-02-21 17:07:07 -08:00
MadcowOG 32473754af Changes to be merged into standard dwl-bar 2023-02-21 15:59:29 -08:00
MadcowOG 870fcf2620 The actual initial commit. 2023-02-19 11:30:40 -08:00