summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-15text: fix weston key bindings with input methodsJan Arne Petersen6-39/+62
2013-02-15simple-im: fix for protocol changesJan Arne Petersen1-1/+19
2013-02-15keyboard: add support for invoke_actionJan Arne Petersen1-6/+26
2013-02-15editor: add support for invoke_actionJan Arne Petersen1-11/+41
2013-02-15text: add support for invoke_action requestJan Arne Petersen3-1/+26
2013-02-15editor: Add content type exampleJan Arne Petersen1-17/+20
2013-02-15keyboard: Add support for a numeric layoutJan Arne Petersen1-16/+110
2013-02-15text: Add content type support to text protocolJan Arne Petersen3-2/+66
2013-02-15editor: add support for pre-edit stylingJan Arne Petersen3-285/+170
2013-02-15keyboard: Add support for pre-edit stylingJan Arne Petersen1-24/+61
2013-02-15editor: support commit on resetJan Arne Petersen1-5/+49
2013-02-15text: add serial argument to text protocolJan Arne Petersen6-16/+83
2013-02-15text: add pre-edit styling support to protocolJan Arne Petersen6-42/+129
2013-02-15shell: Set the DPMS state if the screensaver fails to launch or diesAnder Conselvan de Oliveira1-0/+9
2013-02-14compositor-x11: Wait for configure_notify for fullscreenKristian Høgsberg1-6/+18
2013-02-14xwm: Don't leak pending.input regionKristian Høgsberg1-0/+1
2013-02-14xwm: Fix silly region mathKristian Høgsberg1-8/+4
2013-02-14xwm: Fix input region regression from commit changesKristian Høgsberg1-1/+3
2013-02-14shell: Fix bug when input panel is shown twiceJan Arne Petersen1-0/+3
2013-02-14shell: Add back ability to rotate unresponsive surfacesKristian Høgsberg1-12/+25
2013-02-14window.c: Don't allow moving a maximized windowKristian Høgsberg1-0/+6
2013-02-14shell: Bypass fullscreen scaling if surface width and height match outputRob Bradford1-0/+7
2013-02-14weston-launcher: Add missing newline in error messageMartin Andersson1-1/+1
2013-02-14window: create Cairo surfaces on demand for redrawPekka Paalanen2-7/+42
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 Paalanen2-38/+45
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-02-14configure.ac: Add version to bug URL as wellKristian Høgsberg1-1/+1
2013-02-14configure.ac: Change bugs.freedesktop.org product to WaylandScott Moreau1-1/+1
2013-02-13compositor: Init fade surface color properlyAnder Conselvan de Oliveira1-1/+1
2013-02-13screenshot: Print warning if we're not launched from westonKristian Høgsberg1-0/+7
2013-02-12xwm: Support _NET_WM_STATE_FULLSCREENKristian Høgsberg3-31/+204
2013-02-11Use __func__ in log message instead of hard coded function nameScott Moreau1-1/+1
2013-02-08tests: add test for buffer release eventPekka Paalanen1-0/+69
2013-02-08tests: export create_shm_buffer() helperPekka Paalanen2-16/+22
2013-02-08tests: add frame callback waiting helpersPekka Paalanen2-9/+30
2013-02-08tests: Add XWayland testTiago Vignatti5-3/+161
2013-02-07configure: prevent premature HAVE_GLU checkKonno, Joe1-1/+1
2013-02-07tests: fix assignment typo, should be comparisonU. Artie Eoff1-1/+1
2013-02-07fbdev: Add an fbdev compositor backend using pixman and evdevPhilip Withnall3-1/+1211