Commit Graph

254 Commits

Author SHA1 Message Date
Emmanuel Lepage Vallee 69d5aac0fa Fix set_menu() 2014-01-08 23:32:42 -05:00
Emmanuel Lepage Vallee a1144564ab Replace old item_style attributes by a more flexible array 2014-01-08 00:59:57 -05:00
Emmanuel Lepage Vallee e20c6921dc Make F-key widget scale better to lower size 2014-01-05 22:51:42 -05:00
Emmanuel Lepage Vallee 95c37a93b9 Merge some radial menu work from 2011 and 2012 2014-01-05 22:12:48 -05:00
Emmanuel Lepage Vallee 63bb804a45 'Bar' menu cleanup, minor bug fixes 2014-01-05 17:35:23 -05:00
Emmanuel Lepage Vallee 4db83034b8 Refactor menu layout to maximize code sharing 2014-01-05 01:04:40 -05:00
Emmanuel Lepage Vallee 9aab9b0d3c Add separator widget 2014-01-04 18:51:07 -05:00
Emmanuel Lepage Vallee 4af6f6387b Add :set_menu function to all widgets 2014-01-04 18:10:35 -05:00
Emmanuel Lepage Vallee 55f1b2a0c1 Add :set_tooltip() method to all wibox.widgets 2014-01-04 16:51:50 -05:00
Emmanuel Lepage Vallee 4e54b38991 Add sub_menu_on option 2014-01-04 01:27:52 -05:00
Emmanuel Lepage Vallee 5ff71f7385 Add new 'bar' menu type 2014-01-04 00:49:20 -05:00
Emmanuel Lepage Vallee 33938c49cc Add new screenshot 2014-01-03 01:47:28 -05:00
Emmanuel Lepage Vallee 471c5e0d9f Add the most useless widget of them all, the PieChart 2014-01-01 23:55:55 -05:00
Emmanuel Lepage Vallee 4e93654aa5 Fix right click in embeded menus 2013-12-31 16:13:11 -05:00
Emmanuel Lepage Vallee ace65ad586 Fix scroll widget 2013-12-31 15:55:51 -05:00
Emmanuel Lepage Vallee 1a72280ccb Add tooltip module 2013-12-31 00:01:02 -05:00
Emmanuel Lepage Vallee 0525f86dcc Fix regression in alt+tab when there is no focussed client 2013-12-30 23:53:07 -05:00
Emmanuel Lepage Vallee 8f1c8d8323 Add ability to toggle a client (in the current tag) directly from the alt+tab menu 2013-12-20 00:25:54 -05:00
Emmanuel Lepage Vallee 5c140a93ac Add new impl (implementation) section with the alt+tab menu 2013-12-19 00:23:44 -05:00
Emmanuel LEpage Vallee 76d34dd93d Improve HiDPI support and fix 0 item submenus 2013-11-10 23:18:23 -05:00
Emmanuel Lepage Vallee 10fb812c23 Try to fix issue #3 (I sill cannot reproduce it) 2013-10-26 18:42:59 -04:00
Emmanuel Lepage Vallee fc48ca261f Add 'disable_markup' option 2013-09-30 22:19:38 -04:00
Emmanuel Lepage Vallee 6899f18aac Use header background for table headers (if available) 2013-08-09 03:39:56 -04:00
Emmanuel Lepage Vallee fdfbab2f52 Only display scroll widget when there is enough item 2013-08-09 02:34:49 -04:00
Emmanuel Lepage Vallee 4ee2071335 Make sure f-keys are updated when scrolling 2013-08-09 02:07:27 -04:00
Emmanuel Lepage Vallee 1bd4a54d54 Prevent menus from being off screen 2013-08-09 01:42:28 -04:00
Emmanuel Lepage Vallee 658d090567 Implement issue #2 2013-08-07 15:32:44 -04:00
Emmanuel Lepage Vallee 93d03651a9 Fix issue #1 2013-08-07 00:35:49 -04:00
Emmanuel Lepage Vallee 2357ca5e18 Add screenshot 2013-08-05 00:50:37 -04:00
Emmanuel Lepage Vallee 1985084227 More doc 2013-08-03 22:36:13 -04:00
Emmanuel Lepage Vallee 90154d83ab Add README 2013-08-03 01:03:43 -04:00
Emmanuel Lepage Vallee f399a651c5 Fix clear 2013-07-23 02:12:19 -04:00
Emmanuel Lepage Vallee 9a4430ab4c Add embeded menus (menus in menus) support 2013-07-21 04:15:56 -04:00
Emmanuel Lepage Vallee 576f6dd576 Add more theme options 2013-07-18 00:03:19 -04:00
Emmanuel Lepage Vallee 2ec8d4bef7 Add border and header support for the table widget 2013-07-15 00:33:43 -04:00
Emmanuel Lepage Vallee 5f37caab7f Add a basic table widget 2013-07-14 01:58:39 -04:00
Emmanuel Lepage Vallee e8027779dc Add bg/fg pattern support 2013-07-13 01:05:46 -04:00
Emmanuel Lepage Vallee 1a03ad281a Use Pango to render F-keys prefixes for menues (better on high-DPI screens) 2013-07-08 21:31:33 -04:00
Emmanuel Lepage Vallee 4484e671a7 Add full support for max_items in the vertical menu 2013-07-07 18:18:55 -04:00
Emmanuel Lepage Vallee 34f7e74a92 Make vertical menu code more modular, easier to maintain 2013-07-07 00:39:17 -04:00
Emmanuel Lepage Vallee 6fc984e59d Add 'underlay' options to item. This add a surface under the text 2013-07-05 01:32:14 -04:00
Emmanuel Lepage Vallee f47d527649 Restore full F-keys support for vertical menus 2013-07-05 00:57:30 -04:00
Emmanuel Lepage Vallee 7bad049fab Bypass LGI performance issues by creating a pixmap cache for vertical menus 2013-07-04 13:19:01 -04:00
Emmanuel Lepage Vallee 7daa8c8c4e Fix filter regression 2013-07-04 02:30:01 -04:00
Emmanuel Lepage Vallee 884b843327 Add icon margin 2013-07-04 02:22:58 -04:00
Emmanuel Lepage Vallee 3403fb56f3 Improve menu loading speed with some caching 2013-07-04 01:51:01 -04:00
Emmanuel Lepage Vallee 42e12e297c Add 'add_widget' function to menus, allow to add arbitrary widgets as menu items 2013-07-04 01:20:46 -04:00
Emmanuel Lepage Vallee 82421bf8bb Add menu 'auto_resize' option for horizontal menus 2013-07-01 18:25:25 -04:00
Emmanuel Lepage Vallee 9dc5137d92 Add menu 'auto_resize' option for vertical menus 2013-07-01 18:18:25 -04:00
Emmanuel Lepage Vallee 70c27a360c Make it possible to change item text and icon dynamically 2013-06-22 22:30:27 -04:00