Commit Graph

  • ec3901a81e Rewrite the xcursor caching code Uli Schlachter 2022-12-04 08:55:46 +0100
  • e281fa3a32
    Grammar correction. (#3744) croyleje 2022-12-03 17:30:08 -0500
  • 56835aef4a
    fix xrandr 1.5 virtual monitors. issue 3132 (#3743) Sean Chapel 2022-12-03 14:18:44 -0800
  • 5ea5f50368
    Grammar correction. croyleje 2022-12-03 10:58:29 -0500
  • 0d65c4befd fix xrandr 1.5 virtual monitors. issue 3132 Sean Chapel 2022-11-22 22:29:06 -0800
  • 90460b47d3
    mousegrabber: add possible nil value as cursor. Closes #3721. (#3724) Kievits Rene 2022-11-14 16:37:42 +0100
  • 17eee18d8b
    Merge pull request #3461 from poisson-aerohead/screenshot-lib Emmanuel Lepage Vallée 2022-11-13 22:29:53 -0800
  • e088fe9aed tests: Improve the awful.screenshot test coverage. Emmanuel Lepage Vallee 2022-09-06 00:43:26 -0700
  • 9207b78f81 doc: Add `awful.screenshot` examples. Emmanuel Lepage Vallee 2022-09-06 00:13:36 -0700
  • 6a862f786b doc: Add support for `awfu.screenshot` in the `awful` template. Emmanuel Lepage Vallee 2022-09-06 00:12:32 -0700
  • fc9b06787b shims: Implement the titlebar size API properly. Emmanuel Lepage Vallee 2022-09-05 22:57:19 -0700
  • d92a1c498b awful.screenshot: Allow to export widgets instead of files. Emmanuel Lepage Vallee 2022-09-05 22:36:03 -0700
  • f55a334972 awful.screenshot: Add a delay feature. Emmanuel Lepage Vallee 2022-09-05 21:56:02 -0700
  • b7dcece40c awful.screenshot: Add keyboard support. Emmanuel Lepage Vallee 2022-09-05 17:44:21 -0700
  • fa971ceb7c tmp add keygrabber signal Emmanuel Lepage Vallee 2022-09-05 17:23:42 -0700
  • 6338412b5f awful.key: Fix the `modifiers` property. Emmanuel Lepage Vallee 2022-09-05 17:20:56 -0700
  • c391fc7fe4 keygrabber: Add `:remove_keybinding()`. Emmanuel Lepage Vallee 2022-09-05 15:57:23 -0700
  • f0a7f904f9 keygrabber: Add a new signal to catch awful.keys activations. Emmanuel Lepage Vallee 2022-09-05 15:50:43 -0700
  • aca9136b02 screenshot: Cleanup the API. Emmanuel Lepage Vallee 2022-09-05 01:10:40 -0700
  • 37ec7cd173 Clean up logging from Lua 5.1 and 5.2 error debug. Add a little more test coverage. Brian Sobulefsky 2022-08-24 00:45:49 -0700
  • 9d9fedf945 Likely solution to lua 5.1 and 5.2 bug. Brian Sobulefsky 2022-08-24 00:17:41 -0700
  • e8584f47b4 Debugging lua 5.1, lua 5.2 error. Brian Sobulefsky 2022-08-23 22:52:03 -0700
  • fb77f90959 Zeroing in on lua 5.1 and 5.2 bug on GitHub. Brian Sobulefsky 2022-08-23 22:40:11 -0700
  • 00925a3039 Keep debugging lua on GitHub. Brian Sobulefsky 2022-08-23 22:33:55 -0700
  • ea3f82bdf0 Debugging Lua 5.1 and 5.2 on GitHub. Brian Sobulefsky 2022-08-23 22:18:40 -0700
  • 1eb8371341 Error message addition to debug lua 5.1 and 5.2 out on GitHub jobs. Brian Sobulefsky 2022-08-23 22:09:55 -0700
  • 036b4551c7 Add more descriptive error message to screenshot test. Brian Sobulefsky 2022-08-23 21:48:04 -0700
  • 75943e788b Add some more test coverage to get this PR to the requisite 91%. Brian Sobulefsky 2022-08-23 21:38:29 -0700
  • 8f7750e6f2 Add tests for the snipper tool and the snip (defined geometry) routine to increase test coverage. Brian Sobulefsky 2022-08-22 21:26:28 -0700
  • 52e0242ec6 Move some filesystem related logic in the screenshot lib to gears request from awesome maintainers. Brian Sobulefsky 2022-07-17 09:39:02 -0700
  • 1fdefad750 Fix the failed test case and some issues regarding variable naming. There will still be one more commit to replace some of the screenshot module code with available functionality from gears (e.g. the filesystem module). Brian Sobulefsky 2022-02-03 21:20:50 -0800
  • 5a7faa0010 Develop the awful.screenshot module into an object oriented format. Add tests for the awful.screenshot module. Brian Sobulefsky 2022-02-02 23:47:44 -0800
  • efc9adae7c Corrections to the lua documentation comment syntax. Brian Sobulefsky 2021-11-13 12:27:05 -0800
  • 18ee0d6bf7 Add luadoc comments for awful.screenshot.init and fix a typo in the mousegrabber callback (use the filename convenience variable 'fname'). Brian Sobulefsky 2021-10-11 21:39:34 -0700
  • 12a3fae456 This commit begins the development of a more appropriate user facing screenshot API. It extends a prior commit which extended the lower level content API, which had been a property of the client object but is now available as a property of the screen object and a method of the root object. Brian Sobulefsky 2021-10-11 20:54:47 -0700
  • c8016f0c0d template: Fix forced_height/forced_width and other fixup. Emmanuel Lepage Vallee 2022-11-13 15:58:03 -0800
  • 452d21a634 tests: Test `wibox.template` `:set_property()`. Emmanuel Lepage Vallee 2022-10-23 00:20:25 -0700
  • 8fc30ae693 Port all "old" `widget_template` to use `wibox.template`. Emmanuel Lepage Vallee 2022-10-22 21:58:01 -0700
  • 7aab54ed19 template: Make sure the template is loaded when calling `get_children_by_id`. Emmanuel Lepage Vallee 2022-10-22 21:22:37 -0700
  • cc7feb932c doc: Fix a compiler warning. Emmanuel Lepage Vallee 2022-10-22 21:01:50 -0700
  • 07590962e5 template: Rename to `wibox.template`. Emmanuel Lepage Vallee 2022-10-22 21:00:13 -0700
  • d52422cac8 Reorder function parameters David Kosorin 2022-11-10 05:21:48 +0100
  • 8a7e6fe6ea
    doc: improve dark theme Evan Sarris 2022-11-04 15:19:48 -0600
  • d84dc1e593
    doc(w.l.overflow): Fix typo Lucas Schwiderski 2022-10-31 16:26:45 +0100
  • d4a2fb06b0
    bug(w.l.overflow): Fix resetting the widget Lucas Schwiderski 2022-10-31 16:22:54 +0100
  • 5077c8381b
    wibox.widget.slider: Add a handle cursor property (#3734) Emily 2022-10-31 18:05:13 +0100
  • 29cfdc1a0a
    doc(w.l.overflow): Fix constructor documentation Lucas Schwiderski 2022-10-31 15:51:20 +0100
  • 0f2445eb85 wibox.widget.slider: Tiny fix Call-Me-Apro 2022-10-30 21:22:02 +0100
  • dac8efd8a7 wibox.widget.slider: Move handle_cursor variable to the function it belongs in Call-Me-Apro 2022-10-30 21:15:55 +0100
  • 6e5ea10269 wibox.widget.slider: Remove an unneeded or statement Call-Me-Apro 2022-10-30 20:52:22 +0100
  • 10e1245787 wibox.widget.slider: Add a beautiful variable for handle_cursor Call-Me-Apro 2022-10-30 15:37:51 +0100
  • f5ffb660a9 wibox.widget.slider: Add a beautiful variable for handle_cursor Call-Me-Apro 2022-10-30 15:34:26 +0100
  • 954d32e4fb wibox.widget.slider: Add a handle cursor property Call-Me-Apro 2022-10-30 09:36:28 +0100
  • ad3f0201ec wibox.widget.slider: Add a handle cursor property Call-Me-Apro 2022-10-30 09:36:28 +0100
  • cbad4bbfb8 Menu items can be disabled David Kosorin 2022-10-27 19:41:33 +0200
  • 64cdd5d2f2 rewritten widget to make it itself a container and work with widget_template Rene Kievits 2022-10-27 20:49:11 +0200
  • 7ce50649e8 mousegrabber: add possible nil value as cursor. Closes #3721. Rene Kievits 2022-10-21 20:14:28 +0200
  • 58f4f94f6d implemented widget_template from #3421 Rene Kievits 2022-10-24 11:41:47 +0200
  • 3765efaccc wibox.template: Remove the `args` in favor of passing the template directly. Emmanuel Lepage Vallee 2022-10-22 20:32:12 -0700
  • 67b2b26683 template: Bring to feature parity with the awful.widget.common implementation. Emmanuel Lepage Vallee 2022-10-16 01:30:57 -0700
  • 495922c31c shims: Fix some missing client property::* signals. Emmanuel Lepage Vallee 2022-10-16 01:24:51 -0700
  • a7932b127f add(w.w.template) template can't be a callback Aire-One 2021-11-26 19:32:42 +0100
  • 2dab6c336c add(w.w.template) set_template check widget Aire-One 2021-11-26 00:45:03 +0100
  • 2542c3b04a add(w.w.template) constructor accepts widget props Aire-One 2021-11-26 00:44:11 +0100
  • d5382b0881 add(spec) more `wibox.widget.template` tests Aire-One 2021-11-26 00:42:51 +0100
  • 8803878e1f doc(w.w.template) 3rd party lib usage example Aire-One 2021-11-12 16:05:22 +0100
  • bfe4832c63 doc(w.w.template) current methods Aire-One 2021-11-12 16:03:52 +0100
  • 45a458a2b7 doc(w.w.template) module description Aire-One 2021-11-12 16:02:24 +0100
  • aaec225545 fix(w.w.template) free queued_updates array Aire-One 2021-11-11 19:34:10 +0100
  • cd5dda385e fix(w.w.template) draw Aire-One 2021-11-11 19:28:49 +0100
  • f12bb57c66 fix(w.w.template) fit and layout methods Aire-One 2021-11-11 19:24:24 +0100
  • 33d5de52c6 add(w.w.template) constructor `buttons` param Aire-One 2021-11-11 17:44:52 +0100
  • 086eb146f6 add(w.w.template) implement widget as child Aire-One 2021-11-11 17:41:13 +0100
  • e7db5e3049 fix: format Aire-One 2021-10-23 16:05:49 +0200
  • f4088ca4e1 fix: rename parameter Aire-One 2021-10-23 16:04:27 +0200
  • 29ea4ddba9 fix(spec) remove dead code Aire-One 2021-10-01 01:22:50 +0200
  • b824d99c05 fix(update_args) move to _private property Aire-One 2021-10-01 01:17:27 +0200
  • 2f2beb69cb add: natural management of update arguments Aire-One 2021-09-30 00:06:24 +0200
  • a005967191 fix: variable declaration Aire-One 2021-09-29 22:39:43 +0200
  • d5dbb9d32e add(update_callback) allow nil callback Aire-One 2021-09-29 22:34:38 +0200
  • 18ae7bb56d add(spec) `wibox.widget.template` unit tests Aire-One 2021-08-28 14:36:01 +0200
  • d09a704d7f fix(spec) add `awesome.api_level` preload Aire-One 2021-08-28 14:31:32 +0200
  • 08109a6d60 add(w.w.template) template widget Aire-One 2021-08-28 14:30:22 +0200
  • a436478731
    fix floating snap (#3719) Lily 2022-10-22 22:38:52 +0100
  • 836ba19e0d
    Merge pull request #3712 from raven2cz/master Emmanuel Lepage Vallée 2022-10-22 14:38:27 -0700
  • a8a421209e SVG comments removed. Antonin Fischer 2022-10-22 08:42:15 +0200
  • e3f16f86b2 replace callbacks with signals; add set_text and change and made set_text_markup private Rene Kievits 2022-10-21 13:03:55 +0200
  • 49a8079d31 fix inputbox naming inconsistency Rene Kievits 2022-10-21 12:48:55 +0200
  • 549403f976 Change hint to placeholder Rene Kievits 2022-10-21 12:34:20 +0200
  • 58b4859f53 Fix require loop and add inputbox to awful.widget.init Rene Kievits 2022-10-21 11:11:48 +0200
  • d10839e002 awful.widget: Add a new inputbox widget to type and get text. Rene Kievits 2022-10-21 09:24:23 +0200
  • 26032bf018
    shape: Add a "solid shadow" shape. (#3489) Emmanuel Lepage Vallée 2022-10-16 02:29:09 -0700
  • aacb2690fe
    fix floating snap Lily 2022-10-11 18:54:41 +0100
  • 963622af8e
    fix: Use user-provided Lua binary to run scripts (#3715) Lucas Schwiderski 2022-10-11 07:42:33 +0200
  • d640314a9f
    fix: Use user-provided Lua binary to run scripts Lucas Schwiderski 2022-10-10 11:46:28 +0200
  • 5b097a1a6f
    Merge pull request #3 from raven2cz/raven2cz/ldoc_themes Tonda Fischer 2022-10-08 13:42:27 +0200
  • 24329c4b98 Best svg filter for dark modes. Antonin Fischer 2022-10-08 13:41:14 +0200
  • 783f84810f
    Merge pull request #2 from raven2cz/raven2cz/ldoc_themes Tonda Fischer 2022-10-08 10:45:57 +0200
  • 663a49b7ab #3712: Inverted svg images. Antonin Fischer 2022-10-08 10:45:04 +0200
  • 2652cc3ebd
    Merge pull request #1 from raven2cz/raven2cz/ldoc_themes Tonda Fischer 2022-10-07 09:12:05 +0200