summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-03xwayland: Start to move to new subsurface protocolxwm-client-OLDTiago Vignatti5-121/+204
2012-10-01xwm: Read properties in fact when property changesTiago Vignatti2-12/+23
2012-09-28xwm: Fallback on default when the system cursor is not foundTiago Vignatti2-88/+51
2012-09-27xwm: Defer X mapping to after frame mappingTiago Vignatti2-6/+22
2012-09-27toytoolkit: Process deferred tasks on fifo order insteadTiago Vignatti1-1/+1
2012-09-26Protect window callbacks from deleted windowsPekka Vuorela1-3/+11
2012-09-26shell: Start the desktop-shell client in the idle handlerTiago Vignatti1-7/+9
2012-09-25xwayland: Improve the "grab on top or left" resize caseTiago Vignatti4-91/+112
2012-09-13xwayland: Fix focus handlingTiago Vignatti4-12/+83
2012-09-13toytoolkit: Export theme flags hook for clientsTiago Vignatti2-1/+12
2012-09-13xwayland: Draw window frame using toytoolkitTiago Vignatti5-403/+323
2012-09-13toytoolkit: Export shell_surface default listener hookTiago Vignatti2-5/+21
2012-09-13xwayland: Fix window positioning via new protocolTiago Vignatti7-8/+111
2012-09-13clients: xwm: Use own structure for frame windowTiago Vignatti2-37/+51
2012-09-13clients: xwm: Remove all references for westonTiago Vignatti2-132/+132
2012-09-13Introduce new Xwayland private protocol and implementationTiago Vignatti9-206/+527
2012-09-13xwayland/clients: Hard move WM to client directoryTiago Vignatti2-0/+0
2012-09-13xwayland: Split some part that will be on the client sideTiago Vignatti4-1492/+1527
2012-09-13xwm: Make window activate free of weston_surface and listenerTiago Vignatti1-5/+12
2012-09-13xwm: Get rid of compositor's loop handlersTiago Vignatti1-54/+22
2012-09-13xwm: Remove support for transient windowsTiago Vignatti2-50/+9
2012-09-13xwayland: Drop selection supportTiago Vignatti3-6/+4
2012-09-13xwm: Disable opaque_rect settingsTiago Vignatti1-1/+4
2012-09-13xwm: Make window configure function free of weston_surfaceTiago Vignatti1-3/+8
2012-09-13xwayland: Move hash implementation to sharedTiago Vignatti5-6/+6
2012-09-13xwm: Change weston_log for fprintfTiago Vignatti1-34/+34
2012-09-13xwayland: Remove useless structureTiago Vignatti1-4/+0
2012-09-13xwayland: Split up into a WM specific header fileTiago Vignatti5-94/+119
2012-09-13xwayland: Staticize weston_wm_set_selection and read_and_dump_propertyTiago Vignatti3-8/+2
2012-09-13xwayland: launcher: Standardize 'wxs' for weston_xserver variablesTiago Vignatti1-51/+51
2012-09-13xwayland: Rename get_resources functionTiago Vignatti1-2/+2
2012-09-12text: Add reset requets to protocolJan Arne Petersen5-0/+39
2012-09-12text: Add support for control keys to the protocolJan Arne Petersen6-5/+53
2012-09-12text: Add delete_surrounding_text to protocolJan Arne Petersen6-0/+76
2012-09-12text: Add support for pre-edit stringJan Arne Petersen4-4/+54
2012-09-12keyboard: Use a qwerty virtual keyboard layoutJan Arne Petersen1-35/+171
2012-09-12text: Split text and input-method protocolsJan Arne Petersen9-56/+123
2012-09-12text: Fix set_surrounding_text requestJan Arne Petersen4-28/+44
2012-09-12editor: Add support for setting a preeditJan Arne Petersen1-2/+89
2012-09-12editor: Add support for selectionJan Arne Petersen1-1/+75
2012-09-12editor: Insert commit-string at cursorJan Arne Petersen1-10/+24
2012-09-12editor: Add support for cursorJan Arne Petersen1-0/+100
2012-09-12editor: Extract text handling into text_layoutJan Arne Petersen1-5/+94
2012-09-12editor: Make text_entry a widgetJan Arne Petersen1-86/+94
2012-09-12text: Add some documentation to the text protocolJan Arne Petersen1-3/+70
2012-09-12text: Introduce input_method_context interfaceJan Arne Petersen3-15/+139
2012-09-12text: Have only one text_model_factoryPhilipp Brüschweiler3-21/+58
2012-09-12text: Remove surface arg in create_text_modelJan Arne Petersen5-10/+7
2012-09-12compositor: Accumulate obscured damage into the primary plane damageAnder Conselvan de Oliveira1-1/+0
2012-09-12compositor: new intersection algorithmPekka Paalanen2-504/+653