コミットグラフ

62 コミット

作成者 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 af12508547 Merge refactor 2023-04-19 18:20:11 -07:00
MadcowOG 84ce7337a8 Moved patch links to the wiki and added a link to the wiki. So hopefully people will see the patches. 2023-04-19 17:51:21 -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 4bee0474a0 Properly close the fd and only unlink fifo 2023-03-29 18:14:36 -07:00
MadcowOG dfbc79a558 Removed double free 2023-03-29 18:03:35 -07:00
MadcowOG 1aae27409b Note to self: use strncpy always. 2023-03-29 12:25:41 -07:00
MadcowOG 0a9f987d22 Fix for issue #2 2023-03-24 18:05:03 -07:00
MadcowOG e3ffe98a7b Moved all of the elipses stuff to the add_elipses function. 2023-03-05 19:51:32 -08:00
MadcowOG 3ed31ac69a Fixed the ipc link. 2023-03-05 19:23:35 -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 0a3d7cfe27 Modified man page. 2023-02-28 02:50:24 -08:00
MadcowOG fa4e0c27ab Added man page and changed usage message. 2023-02-28 02:16:01 -08:00
MadcowOG 7736560ae5 Changed patch section for ipc 2023-02-26 17:18:29 -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 8f2766dc09 Making patches better. 2023-02-26 16:22:51 -08:00
MadcowOG e1bb60ab5f Shortened gitignore stuff. 2023-02-26 15:54: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 971db63deb Added to gitignore to account for build files. 2023-02-25 01:33:33 -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 71b11d0df8 Added some links for somebar and raphi 2023-02-23 01:05:16 -08:00
MadcowOG 05b1bdedf9 Noted ipc patching in readme 2023-02-23 01:01:56 -08:00
MadcowOG c0e8e2473f added ipc patch 2023-02-22 23:27:45 -08:00
MadcowOG 539e8d84c7 Readme change and removed unneeded protocol 2023-02-22 22:41:40 -08:00
MadcowOG 8528cd7f88 Fixed Makefile 2023-02-22 22:19:14 -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