summaryrefslogtreecommitdiff
path: root/clients/resizor.c
Commit message (Expand)AuthorAgeFilesLines
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-0/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* clients: Remove the window / user parameters from the menu functionJasper St. Pierre2014-05-181-2/+1
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* resizor: Don't resize if maximizedKristian Høgsberg2014-01-171-5/+8
* terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg2013-10-231-1/+2
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-1/+1
* malloc + memset -> zallocPeter Hutterer2013-08-081-3/+1
* clients: use xmalloc in more placesBrian Lovin2013-08-071-3/+1
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-1/+1
* Use enum wl_keyboard_key_state instead of integerDaniel Stone2012-05-311-2/+3
* Use enum wl_pointer_button_state instead of integerDaniel Stone2012-05-311-2/+2
* Update to new libxkbcommon APIKristian Høgsberg2012-05-111-7/+5
* resizor: More resizingKristian Høgsberg2012-05-101-47/+87
* Change button from int to uint32_tDaniel Stone2012-05-071-1/+1
* Change key/button grab bindings to take unsigned stateDaniel Stone2012-05-071-1/+1
* Add an option parserKristian Høgsberg2012-03-121-1/+1
* window: Dont take width and height in window constructorKristian Høgsberg2012-01-311-1/+1
* window: menu leak fixesPekka Paalanen2012-01-191-6/+2
* resizor: free the widget on destroyPekka Paalanen2012-01-191-0/+1
* window: Make decorations just a widgetKristian Høgsberg2012-01-101-1/+1
* window: Get rid of the window child allocation conceptKristian Høgsberg2012-01-101-17/+16
* window: Make resize and redraw handlers widget vfuncsKristian Høgsberg2012-01-101-10/+3
* window: Allocate and flush the window surface in window.cKristian Høgsberg2012-01-101-5/+1
* window: Drop the window widgetKristian Høgsberg2012-01-101-4/+4
* window: Move button handler to widgetKristian Høgsberg2012-01-091-3/+5
* window: Add a window menuKristian Høgsberg2012-01-061-1/+8
* shell: Start implementing the popup surface typeKristian Høgsberg2012-01-061-3/+3
* resizor: add exit key and cleanupsPekka Paalanen2011-12-221-9/+35
* clients: Implement a toy-menu for testing the menu surface typeKristian Høgsberg2011-12-191-8/+8
* resizor: Use symbolic name for BTN_RIGHTKristian Høgsberg2011-12-191-1/+2
* Never include wayland-util.h directlyKristian Høgsberg2011-11-221-1/+0
* Fix inconsistent #include stylePekka Paalanen2011-11-221-1/+1
* window: Stop using glib mainloop in toy toolkitKristian Høgsberg2011-09-191-1/+0
* window.c: Drop global handler argumentKristian Høgsberg2011-08-291-1/+1
* clients: Bring clients up to dateKristian Høgsberg2011-08-291-9/+14
* Merge remote-tracking branch 'bnf/surface-frame-event'Kristian Høgsberg2011-04-111-3/+4
|\
| * Support per surface frame eventsBenjamin Franzke2011-03-171-3/+4
* | Define global handler on display creationTim Wiederhake2011-04-111-1/+1
|/
* remove unused variableTim Wiederhake2011-01-231-1/+0
* Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg2011-01-211-1/+36
* Pass input device and time in key_handler callbackKristian Høgsberg2011-01-191-2/+2
* Fix terminal resizingKristian Høgsberg2011-01-111-19/+14
* Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg2010-12-171-2/+1
* Fix the resizorKristian Høgsberg2010-12-161-34/+34
* Schedule frame callback in the redraw handlerKristian Høgsberg2010-12-161-5/+7
* Add window resize sample clientKristian Høgsberg2010-12-161-0/+204