summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cursor-tracker: Properly handle invisible cursorswip/split-cursor-trackerRui Matos2014-04-072-15/+35
* split cursor_trackerRui Matos2014-04-0716-692/+984
* xwayland: Don't use glib after forkingJasper St. Pierre2014-04-021-4/+4
* xwayland: Make failing to exec a fatal errorJasper St. Pierre2014-04-021-2/+1
* xwayland: Detect a fail to forkJasper St. Pierre2014-04-021-0/+4
* background: Remove load_still_frameJasper St. Pierre2014-04-022-85/+0
* xwayland: Split another part of the initialization sequence outJasper St. Pierre2014-04-021-6/+15
* xwayland: Split a helper outJasper St. Pierre2014-04-021-11/+20
* xwayland: Make file cosmetically modernJasper St. Pierre2014-04-021-2/+6
* xwayland: Fork the X server ourselvesJasper St. Pierre2014-04-021-64/+37
* xwayland: Move display_name into choose_xdisplayJasper St. Pierre2014-04-021-2/+1
* xwayland: Split out the code that creates the XWayland socketsJasper St. Pierre2014-04-021-8/+18
* xwayland: Move global initialization downJasper St. Pierre2014-04-021-4/+4
* xwayland: Use %m instead of manual strerror(errno)Jasper St. Pierre2014-04-021-4/+2
* wayland: Rename the wl_surface interface handlersJasper St. Pierre2014-04-021-40/+40
* wayland: Replace make_toplevel / window_unmanaging with set_windowJasper St. Pierre2014-04-024-26/+24
* wayland: Implement wl_seat v3Jasper St. Pierre2014-04-022-4/+23
* window-actor: Clean up has_shadowJasper St. Pierre2014-04-021-20/+0
* idle-monitor: Actually get the check for is_wayland_compositor correctlyJasper St. Pierre2014-04-011-1/+1
* idle-monitor-native: Remove another copy/paste errorJasper St. Pierre2014-04-011-1/+0
* idle-monitor-native: ReindentJasper St. Pierre2014-04-011-4/+4
* idle-monitor-native: Fix copy/paste bugJasper St. Pierre2014-04-011-1/+1
* Move edid-parse to backends/Jasper St. Pierre2014-04-013-2/+2
* wayland-stage: Clean up and renameJasper St. Pierre2014-04-012-21/+7
* backend: Fix warningJasper St. Pierre2014-04-011-0/+1
* backend: Fix the nested modeJasper St. Pierre2014-04-011-2/+17
* monitor-manager: Move default get_edid_file / read_edid to base classJasper St. Pierre2014-04-012-16/+17
* configure: Clean up old status lineJasper St. Pierre2014-03-311-1/+0
* Update .gitignoreJasper St. Pierre2014-03-311-0/+1
* configure: Add on subdir-objectsJasper St. Pierre2014-03-311-1/+1
* Start creating different subdirectories for each backendJasper St. Pierre2014-03-3117-19/+21
* Rename meta-xrandr-shared to meta-display-config-sharedJasper St. Pierre2014-03-312-5/+5
* Remove "xrandr" from the name of the generated DBus filesJasper St. Pierre2014-03-314-8/+6
* Rename the DBus interface filesJasper St. Pierre2014-03-313-6/+6
* Move MetaLauncher to meta-backendJasper St. Pierre2014-03-318-80/+53
* meta-wayland: Use meta_clutter_initJasper St. Pierre2014-03-311-2/+3
* Move meta_clutter_init into a new fileJasper St. Pierre2014-03-314-66/+128
* main: Refactor some code slightlyJasper St. Pierre2014-03-311-10/+8
* Move weston-launch to backends/Jasper St. Pierre2014-03-315-4/+4
* Move mutter-Xatomtype to x11/Jasper St. Pierre2014-03-312-1/+1
* Start molding out a new src/backends/ dirJasper St. Pierre2014-03-3125-24/+25
* Rename monitor => meta-monitor-managerJasper St. Pierre2014-03-3114-16/+13
* Rename monitor-config => meta-monitor-configJasper St. Pierre2014-03-315-5/+5
* Move monitor-config to its own header fileJasper St. Pierre2014-03-316-28/+61
* Move the dummy monitor manager to his own subclass / fileJasper St. Pierre2014-03-314-196/+290
* cursor: Do less work if we don't have a connection to GBM at allJasper St. Pierre2014-03-311-25/+27
* cursor: Split out code that loads an image into a GBM bufferJasper St. Pierre2014-03-311-53/+45
* cursor: Always use cogl_wayland_texture_2d_new_from_bufferJasper St. Pierre2014-03-311-21/+6
* cursor: ReindentJasper St. Pierre2014-03-311-21/+21
* cursor: Refactor code to load cursor images outJasper St. Pierre2014-03-311-52/+60