summaryrefslogtreecommitdiff
path: root/clients/window.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Fix missing corner resize cursors in Kubuntu (oxy-white theme)Dima Ryazanov1-8/+16
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-4/+4
2013-05-10window: add DBG code for leaf management and redrawsPekka Paalanen1-3/+91
2013-05-10window: throttle resizing to the main surfacePekka Paalanen1-4/+9
2013-05-10window: prevent EGL sub-surface deadlockPekka Paalanen1-0/+32
2013-05-10clients: add subsurfaces demoPekka Paalanen1-0/+30
2013-05-10window: implement per-surface redrawsPekka Paalanen1-27/+61
2013-05-10window: create sub-surfacesPekka Paalanen1-3/+146
2013-05-10window: implement shm triple-bufferingPekka Paalanen1-25/+41
2013-04-16window: Add a log handler for window.c clientsKristian Høgsberg1-0/+8
2013-04-03window: don't execute the selected menu item when getting popup_doneGiulio Camuffo1-1/+0
2013-03-19toytoolkit: implement cursor-size config keyEmilio Pozuelo Monfort1-1/+3
2013-03-19toytoolkit: avoid redrawing a window between maximize and configureMoD1-0/+42
2013-03-19window: restore maximized state from fullscreen mode if necessaryRafal Mielniczuk1-5/+15
2013-03-19window: save allocation only for toplevel windowRafal Mielniczuk1-1/+3
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2013-02-20window: fix display_acquire_window_surface()Pekka Paalanen1-0/+1
2013-02-14window.c: Don't allow moving a maximized windowKristian Høgsberg1-0/+6
2013-02-14window: create Cairo surfaces on demand for redrawPekka Paalanen1-7/+38
2013-02-14window: let menu and tooltip redraw use widget sizePekka Paalanen1-8/+6
2013-02-14window: remove the transparent flag as unusedPekka Paalanen1-5/+0
2013-02-14window: move cairo_surface into struct surfacePekka Paalanen1-40/+30
2013-02-14window: add surface pointer to widgetPekka Paalanen1-5/+7
2013-02-14window: move input and opaque regions into struct surfacePekka Paalanen1-57/+57
2013-02-14window: move 'widget' member into struct surfacePekka Paalanen1-10/+19
2013-02-14window: assimilate window_get_resize_dx_dy() into the call sitePekka Paalanen1-24/+15
2013-02-14window: move buffer type and transform into struct surfacePekka Paalanen1-38/+43
2013-02-14window: move toysurface and allocation to struct surfacePekka Paalanen1-44/+64
2013-02-14window: create new struct surface with wl_surfacePekka Paalanen1-30/+66
2013-02-14window: destroy the 2nd shm buffer, if both releasedPekka Paalanen1-10/+12
2013-02-14window: check the initial wl_display_dispatch()Pekka Paalanen1-1/+6
2013-02-14window: improve EGL-related error messagesPekka Paalanen1-8/+10
2013-01-28toytoolkit: Remove left-over pixman dependencyKristian Høgsberg1-2/+0
2013-01-24clients: add global_remove handler stubsPekka Paalanen1-1/+23
2013-01-10window: Free allocated memory on error pathRob Bradford1-0/+1
2013-01-07window: Fall back to cairo image when cairo EGL isn't availableKristian Høgsberg1-4/+4
2012-12-14window: Allow clients to choose the fullscreen methodAnder Conselvan de Oliveira1-1/+10
2012-12-06window: add a note about freeing shm buffersPekka Paalanen1-0/+15
2012-12-06clients: destroy wl_registry on exitPekka Paalanen1-0/+1
2012-11-30window: Add a widget default cursor convenience helperKristian Høgsberg1-5/+17
2012-11-30window: change boolean to flags in toysurface::prepare()Pekka Paalanen1-5/+16
2012-11-30window: Add a way to retrieve a window's output transformAnder Conselvan de Oliveira1-0/+23
2012-11-30window: Let clients set buffer transformationsAnder Conselvan de Oliveira1-4/+32
2012-11-30window: Honour opaque field for windows without a frameAnder Conselvan de Oliveira1-7/+10
2012-11-30Fix a crash when opening two terminal windows and closing the first one.Dima Ryazanov1-0/+6
2012-11-27window: honour wl_buffer.releasePekka Paalanen1-37/+76
2012-11-27window: fix tooltip text extentsPekka Paalanen1-5/+28
2012-11-27window: simplify window_create_surfacePekka Paalanen1-19/+24
2012-11-27window: convert shm path to toysurfacePekka Paalanen1-80/+178
2012-11-27window: add toysurface abstraction and port EGL pathPekka Paalanen1-121/+184