compositor-x11: Rename the output make to "weston-X11"
[platform/upstream/weston.git] / clients / resizor.c
2014-05-18 Jasper St. Pierreclients: Remove the window / user parameters from the...
2014-04-07 Andrew WedgburyMake sure config.h is included before any system headers
2014-01-17 Kristian Høgsbergresizor: Don't resize if maximized
2013-10-23 Kristian Høgsbergterminal: Add context menu with new terminal/copy/paste
2013-10-14 Jason EkstrandRename frame_create and frame_set_child_size with a...
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-08-07 Brian Lovinclients: use xmalloc in more places
2013-02-20 Kristian HøgsbergPass argc pointer to parse_options()
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-11 Kristian HøgsbergUpdate to new libxkbcommon API
2012-05-11 Kristian Høgsbergresizor: More resizing
2012-05-07 Daniel StoneChange button from int to uint32_t
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-03-12 Kristian HøgsbergAdd an option parser
2012-01-31 Kristian Høgsbergwindow: Dont take width and height in window constructor
2012-01-19 Pekka Paalanenwindow: menu leak fixes
2012-01-19 Pekka Paalanenresizor: free the widget on destroy
2012-01-11 Kristian Høgsbergwindow: Make decorations just a widget
2012-01-11 Kristian Høgsbergwindow: Get rid of the window child allocation concept
2012-01-10 Kristian Høgsbergwindow: Make resize and redraw handlers widget vfuncs
2012-01-10 Kristian Høgsbergwindow: Allocate and flush the window surface in window.c
2012-01-10 Kristian Høgsbergwindow: Drop the window widget
2012-01-09 Kristian Høgsbergwindow: Move button handler to widget
2012-01-07 Kristian Høgsbergwindow: Add a window menu
2012-01-06 Kristian Høgsbergshell: Start implementing the popup surface type
2011-12-22 Pekka Paalanenresizor: add exit key and cleanups
2011-12-19 Kristian Høgsbergclients: Implement a toy-menu for testing the menu...
2011-12-19 Kristian Høgsbergresizor: Use symbolic name for BTN_RIGHT
2011-11-23 Kristian HøgsbergMerge remote-tracking branch 'vignatti/evdev'
2011-11-22 Kristian HøgsbergNever include wayland-util.h directly
2011-11-22 Pekka PaalanenFix inconsistent #include style
2011-09-19 Kristian Høgsbergwindow: Stop using glib mainloop in toy toolkit
2011-08-29 Kristian Høgsbergwindow.c: Drop global handler argument
2011-08-29 Kristian Høgsbergclients: Bring clients up to date
2011-04-11 Kristian HøgsbergMerge remote-tracking branch 'bnf/surface-frame-event'
2011-04-11 Tim WiederhakeDefine global handler on display creation
2011-03-17 Benjamin FranzkeSupport per surface frame events
2011-01-25 Kristian HøgsbergMerge remote branch 'callum/master'
2011-01-23 Tim Wiederhakeremove unused variable
2011-01-21 Kristian HøgsbergAdd an orange pop-up menu to test the new map_transient...
2011-01-21 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-19 Kristian HøgsbergPass input device and time in key_handler callback
2011-01-12 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-11 Kristian HøgsbergFix terminal resizing
2010-12-17 Kristian HøgsbergUpdate surface.attach and change surface.map to surface...
2010-12-17 Kristian HøgsbergFix the resizor
2010-12-16 Kristian HøgsbergSchedule frame callback in the redraw handler
2010-12-16 Kristian HøgsbergAdd window resize sample client