summaryrefslogtreecommitdiff
path: root/clients/resizor.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-0/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2014-05-18clients: Remove the window / user parameters from the menu functionJasper St. Pierre1-2/+1
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2014-01-17resizor: Don't resize if maximizedKristian Høgsberg1-5/+8
2013-10-23terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg1-1/+2
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-1/+1
2013-08-08malloc + memset -> zallocPeter Hutterer1-3/+1
2013-08-07clients: use xmalloc in more placesBrian Lovin1-3/+1
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone1-2/+3
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-2/+2
2012-05-11Update to new libxkbcommon APIKristian Høgsberg1-7/+5
2012-05-10resizor: More resizingKristian Høgsberg1-47/+87
2012-05-07Change button from int to uint32_tDaniel Stone1-1/+1
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone1-1/+1
2012-03-12Add an option parserKristian Høgsberg1-1/+1
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-1/+1
2012-01-19window: menu leak fixesPekka Paalanen1-6/+2
2012-01-19resizor: free the widget on destroyPekka Paalanen1-0/+1
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-1/+1
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg1-17/+16
2012-01-10window: Make resize and redraw handlers widget vfuncsKristian Høgsberg1-10/+3
2012-01-10window: Allocate and flush the window surface in window.cKristian Høgsberg1-5/+1
2012-01-10window: Drop the window widgetKristian Høgsberg1-4/+4
2012-01-09window: Move button handler to widgetKristian Høgsberg1-3/+5
2012-01-06window: Add a window menuKristian Høgsberg1-1/+8
2012-01-06shell: Start implementing the popup surface typeKristian Høgsberg1-3/+3
2011-12-22resizor: add exit key and cleanupsPekka Paalanen1-9/+35
2011-12-19clients: Implement a toy-menu for testing the menu surface typeKristian Høgsberg1-8/+8
2011-12-19resizor: Use symbolic name for BTN_RIGHTKristian Høgsberg1-1/+2
2011-11-22Never include wayland-util.h directlyKristian Høgsberg1-1/+0
2011-11-22Fix inconsistent #include stylePekka Paalanen1-1/+1
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-1/+0
2011-08-29window.c: Drop global handler argumentKristian Høgsberg1-1/+1
2011-08-29clients: Bring clients up to dateKristian Høgsberg1-9/+14
2011-04-11Merge remote-tracking branch 'bnf/surface-frame-event'Kristian Høgsberg1-3/+4
2011-04-11Define global handler on display creationTim Wiederhake1-1/+1
2011-03-17Support per surface frame eventsBenjamin Franzke1-3/+4
2011-01-23remove unused variableTim Wiederhake1-1/+0
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-1/+36
2011-01-19Pass input device and time in key_handler callbackKristian Høgsberg1-2/+2
2011-01-11Fix terminal resizingKristian Høgsberg1-19/+14
2010-12-17Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg1-2/+1
2010-12-16Fix the resizorKristian Høgsberg1-34/+34
2010-12-16Schedule frame callback in the redraw handlerKristian Høgsberg1-5/+7
2010-12-16Add window resize sample clientKristian Høgsberg1-0/+204