Commit Graph

  • 6d8e05d0b9
    apply basic settings config Ryan 2023-09-26 22:31:31 -0400
  • 22c25c5b79
    create initial configuration Ryan 2023-09-26 22:27:48 -0400
  • 1a1dbf4bc7
    apply tray patch feature/tray Ryan 2023-09-26 21:00:07 -0400
  • fcc7e9be56
    create separate status scheme master Ryan 2023-09-26 21:57:04 -0400
  • 41781f98e8
    apply ipc-unstable-v2 patch Ryan 2023-09-26 20:56:38 -0400
  • 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. MadcowOG 2023-05-12 14:28:26 -0700
  • 895bd53e8c Added a reset for axis values after a discete scroll MadcowOG 2023-05-03 22:11:56 -0700
  • fe5c722969 Update monitors when we finish creating them. MadcowOG 2023-04-27 23:01:38 -0700
  • b75d7cb4e2 Added clarification on tags in config.def.h. MadcowOG 2023-04-27 16:16:35 -0700
  • 2568d3cc23 Fixed free on stack problem with shm. MadcowOG 2023-04-26 13:53:52 -0700
  • 67cafa3de1 Removed wrong import config.def.h MadcowOG 2023-04-24 18:55:09 -0700
  • 4ae6e8d5b1 Messed up list resizing, forgot to multiply allocated amount by the sizeof(void*). MadcowOG 2023-04-22 16:11:51 -0700
  • 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. MadcowOG 2023-04-22 03:26:42 -0700
  • cfaa4348e8 Added HotspotListener and renamed prcocess_hotspots to hotspots_process to try and keep up with conventions. MadcowOG 2023-04-22 01:44:58 -0700
  • 7e5da8e27b Forgor to add the n in strncmp. MadcowOG 2023-04-21 23:40:28 -0700
  • ee82bc6975 Simple update all monitors function so that any file can an update if they need to. MadcowOG 2023-04-21 19:26:38 -0700
  • 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. MadcowOG 2023-04-21 14:48:11 -0700
  • 58c4d285ba Missed one for the last commit MadcowOG 2023-04-20 15:34:04 -0700
  • 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. MadcowOG 2023-04-20 15:23:18 -0700
  • 492591e4b9 added pipline_hide so that future patches can use it. Some will. MadcowOG 2023-04-20 04:05:10 -0700
  • ddf6b54da7 Removed the unused logging functions MadcowOG 2023-04-19 18:22:48 -0700
  • af12508547 Merge refactor MadcowOG 2023-04-19 18:20:11 -0700
  • 84ce7337a8 Moved patch links to the wiki and added a link to the wiki. So hopefully people will see the patches. MadcowOG 2023-04-19 17:51:21 -0700
  • 50f998560c Refactor, everything is basically just a callback at this point, but they appear to be more stable. MadcowOG 2023-04-19 17:04:52 -0700
  • 4bee0474a0 Properly close the fd and only unlink fifo MadcowOG 2023-03-29 18:14:36 -0700
  • dfbc79a558 Removed double free MadcowOG 2023-03-29 18:03:35 -0700
  • 1aae27409b Note to self: use strncpy always. MadcowOG 2023-03-29 12:25:41 -0700
  • 0a9f987d22 Fix for issue #2 MadcowOG 2023-03-24 18:05:03 -0700
  • e3ffe98a7b Moved all of the elipses stuff to the add_elipses function. MadcowOG 2023-03-05 19:51:32 -0800
  • 3ed31ac69a Fixed the ipc link. MadcowOG 2023-03-05 19:23:35 -0800
  • 8109350836 Nicer looking die message. Now we actually flush stderr when we die too. MadcowOG 2023-03-05 17:45:01 -0800
  • 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. MadcowOG 2023-03-05 17:06:38 -0800
  • fffce78d8c Aligned some text. MadcowOG 2023-03-04 00:10:25 -0800
  • 8e9a737f78 Fixed oversized status bars overwriting other components. MadcowOG 2023-03-04 00:09:57 -0800
  • 0a3d7cfe27 Modified man page. MadcowOG 2023-02-28 02:50:24 -0800
  • fa4e0c27ab Added man page and changed usage message. MadcowOG 2023-02-28 02:16:01 -0800
  • 7736560ae5 Changed patch section for ipc MadcowOG 2023-02-26 17:18:29 -0800
  • 02e11f77bb Removed out-of-date todos MadcowOG 2023-02-26 17:13:04 -0800
  • 497199c4ea Removed a static from a function implmentation MadcowOG 2023-02-26 16:39:40 -0800
  • cdeb1f8c7a Shortened another statement MadcowOG 2023-02-26 16:28:40 -0800
  • 8f2766dc09 Making patches better. MadcowOG 2023-02-26 16:20:11 -0800
  • e1bb60ab5f Shortened gitignore stuff. MadcowOG 2023-02-26 15:54:40 -0800
  • a0a03b0728 shortened statement. MadcowOG 2023-02-26 15:48:20 -0800
  • adb0eab04a Small function rename MadcowOG 2023-02-25 03:25:26 -0800
  • 971db63deb Added to gitignore to account for build files. MadcowOG 2023-02-25 01:33:33 -0800
  • 26ac269df4 Removed unnecessary function MadcowOG 2023-02-24 04:01:29 -0800
  • 63296c343b Fixed memory leak. MadcowOG 2023-02-24 02:57:30 -0800
  • 71b11d0df8 Added some links for somebar and raphi MadcowOG 2023-02-23 01:05:16 -0800
  • 05b1bdedf9 Noted ipc patching in readme MadcowOG 2023-02-23 01:01:56 -0800
  • c0e8e2473f added ipc patch MadcowOG 2023-02-22 23:27:45 -0800
  • 539e8d84c7 Readme change and removed unneeded protocol MadcowOG 2023-02-22 22:41:40 -0800
  • 8528cd7f88 Fixed Makefile MadcowOG 2023-02-22 22:19:14 -0800
  • 6a5ed5eab9 Added makefile and other stuff MadcowOG 2023-02-22 21:54:23 -0800
  • 5af382d9c0 Removed unused button configs. MadcowOG 2023-02-22 08:36:58 -0800
  • 62e693fe11 Just changed some syntax MadcowOG 2023-02-22 08:34:02 -0800
  • ab491b03d6 Shortened some if statements. MadcowOG 2023-02-21 17:36:29 -0800
  • 862239a655 Remove logging functions MadcowOG 2023-02-21 17:20:21 -0800
  • 3da57b6c26 small formatting change MadcowOG 2023-02-21 17:07:07 -0800
  • 36c2219a77 Small change, still trying to figure out how git works. MadcowOG 2023-02-21 16:10:55 -0800
  • 2c5a288c81 Revert "small change" MadcowOG 2023-02-21 16:06:43 -0800
  • 32473754af Changes to be merged into standard dwl-bar MadcowOG 2023-02-21 15:59:29 -0800
  • 8edf4c3fa0 small change MadcowOG 2023-02-19 11:43:14 -0800
  • 2a4b55b70c More info in readme. MadcowOG 2023-02-19 11:39:55 -0800
  • 870fcf2620 The actual initial commit. MadcowOG 2023-02-19 11:30:40 -0800
  • e0df2fcb23
    Typo MadcowOG 2023-02-19 19:14:05 +0000
  • e75d29d5b9
    Initial commit MadcowOG 2023-02-19 19:13:34 +0000