window: use libwayland-cursor instead of libXcursor
[platform/upstream/weston.git] / clients / desktop-shell.c
2012-05-22 Ander Conselvan... window: use libwayland-cursor instead of libXcursor
2012-05-16 Kristian HøgsbergMove cairo-util to shared/
2012-05-10 Kristian Høgsbergwindow.c: Just use float instead of GLfloat, remove...
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
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-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-03-25 Tiago Vignatticonfig-parser: consolidate shell files into weston...
2012-03-12 Kristian HøgsbergConsolidate image loading code and move to shared/
2012-03-12 Kristian HøgsbergAdd an option parser
2012-03-06 Kristian Høgsbergdesktop-shell: Simplify unlock dialog redraw function
2012-02-29 Rodney Lorrimarweston: Change path for default terminal launcher to...
2012-01-31 Kristian Høgsbergwindow: Dont take width and height in window constructor
2012-01-27 Scott MoreauImplement CONFIG_KEY_UNSIGNED_INTEGER
2012-01-27 Kristian HøgsbergMerge remote-tracking branch 'pq/transform-v1'
2012-01-27 Pekka Paalanendesktop-shell: print what failed on exec
2012-01-26 Kristian Høgsbergdesktop-shell: Build in sensible defaults
2012-01-25 Kristian Høgsbergdesktop-shell: Support tiling of background images
2012-01-25 Kristian Høgsbergcairo-util: Add png loader and image type sniffing
2012-01-25 Kristian Høgsbergdesktop-shell: Fall back to solid color if there's...
2012-01-19 Pekka Paalanendesktop-shell: don't crash on menu
2012-01-19 Pekka Paalanenwindow: menu leak fixes
2012-01-18 Pekka Paalanendesktop-shell: fix the unlock dialog decorations
2012-01-11 Kristian Høgsbergwindow: Move focus widget to struct input
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: Keep widgets in a tree instead of a list
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: Return pointer type from widget enter handler
2012-01-09 Kristian Høgsbergdesktop-shell: Rename panel_widget to panel_launcher
2012-01-09 Kristian Høgsbergwindow: Move button handler to widget
2012-01-09 Kristian Høgsbergwindow: Replace widget focus handler with a enter/leave...
2012-01-08 Kristian Høgsbergwindow: Move widget focus handler to the widget
2012-01-08 Kristian Høgsbergwindow: Rename item to widget
2012-01-07 Kristian Høgsbergwindow: Add a window menu
2012-01-06 Kristian Høgsbergshell: Start implementing the popup surface type
2012-01-03 Kristian HøgsbergMore weston rename fixes
2011-12-08 Kristian HøgsbergUse '-' to separate words in file names
2011-12-08 Pekka Paalanendesktop-shell: add option to not use locking
2011-12-08 Pekka Paalanenmove config parser to a convenience library
2011-12-07 Pekka Paalanendesktop-shell: no need to unset WAYLAND_SOCKET
2011-12-04 Pekka Paalanendesktop-shell: update protocol and client to wl_shell_s...
2011-11-23 Benjamin Franzkedesktop-shell: Make panel and background output dependent
2011-11-23 Benjamin Franzkedesktop-shell: Unlock dialog needs to be a custom window
2011-11-23 Benjamin Franzkedesktop-shell: Fix some indents
2011-11-23 Kristian HøgsbergMerge remote-tracking branch 'vignatti/evdev'
2011-11-22 Pekka PaalanenFix inconsistent #include style
2011-11-15 Kristian Høgsbergcompositor: Hide surfaces by setting surface->output...
2011-11-15 Pekka Paalanendesktop-shell: add unlock dialog
2011-11-15 Pekka Paalanendesktop-shell: screen locking protocol
2011-11-15 Kristian Høgsbergconfig: Don't print warning when XDG_CONFIG_HOME isn...
2011-11-15 Pekka Paalanenwindow: add a helper for config file paths
2011-11-15 Kristian Høgsbergwindow: Add a cheesy parser for ini-files, use it in...
2011-11-03 Pekka Paalanendesktop-shell: launch from the compositor
2011-10-20 Kristian Høgsbergcairo-util: Add helper to load jpeg files
2011-10-12 Kristian Høgsbergdesktop-shell: Add beginning of pop-up menu to panel
2011-09-21 Kristian Høgsbergwindow.c: Move window items to window.c
2011-09-19 Kristian Høgsbergwindow: Stop using glib mainloop in toy toolkit
2011-09-08 Kristian Høgsbergdesktop-shell: Scale background image to output size
2011-09-08 Kristian Høgsbergdesktop-shell: Add launcher for the Wayland terminal
2011-09-06 Kristian Høgsbergclients: Add a simple desktop-shell app