index
:
~vignatti/wayland
doc
doc-no-fallback
master
tex
wayland-0.8
xwm-client
xwm-client-OLD
wayland protocol
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
Split into a core repository that only holds the core Wayland libraries
Kristian Høgsberg
19
-8068
/
+0
2011-02-11
fix typo in window.c
Tim Wiederhake
1
-1
/
+1
2011-02-09
window.c: Use eglGetProcAddress to look up extension functions
Kristian Høgsberg
1
-7
/
+15
2011-02-09
window.c: Include wayland-egl.h before EGL headers so we get the right platform
Kristian Høgsberg
2
-5
/
+5
2011-02-07
Add struct wl_egl_display argument to wl_egl_window_create
Kristian Høgsberg
1
-1
/
+2
2011-02-07
Follow wayland-egl renames
Kristian Høgsberg
2
-14
/
+13
2011-02-07
simple-client: Port to wayland-egl and use eglSwapBuffers()
Kristian Høgsberg
2
-121
/
+56
2011-02-07
gears: Remove unused drm_fd field
Kristian Høgsberg
1
-1
/
+0
2011-02-07
Port window.c to use wayland-egl
Kristian Høgsberg
5
-96
/
+60
2011-02-01
window: add null checks
nobled
1
-0
/
+30
2011-02-01
add newlines in error messages
nobled
1
-4
/
+4
2011-01-28
Add initial basic support for fullscreen surfaces
Kristian Høgsberg
2
-18
/
+35
2011-01-27
compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers
Kristian Høgsberg
1
-0
/
+1
2011-01-25
clients/view: Fix memory leak
Tim Wiederhake
1
-0
/
+1
2011-01-25
clients/view: Don't try to show inexistant files
Tim Wiederhake
1
-5
/
+13
2011-01-25
clients/view: Allow relative paths
Tim Wiederhake
1
-5
/
+17
2011-01-25
clients/view: Add mousewheel and arrow keys
Tim Wiederhake
1
-17
/
+51
2011-01-25
clients/view: Remove unnecessary variables
Tim Wiederhake
1
-12
/
+1
2011-01-25
clients/view: Do not browse outside document range
Tim Wiederhake
1
-2
/
+8
2011-01-25
Fix new gcc 4.6 warnings
Kristian Høgsberg
7
-24
/
+9
2011-01-25
Replace gdk_pixbuf_unref with g_object_unref
Darxus@chaosreigns.com
1
-4
/
+4
2011-01-25
window.c: Make title not const
Kristian Høgsberg
1
-2
/
+2
2011-01-25
Remove frame handler prototype
Kristian Høgsberg
1
-4
/
+0
2011-01-25
Merge remote branch 'callum/master'
Kristian Høgsberg
3
-12
/
+91
2011-01-24
fix includes
nobled
1
-1
/
+1
2011-01-23
initialise display
Tim Wiederhake
1
-0
/
+2
2011-01-23
free option context
Tim Wiederhake
1
-0
/
+1
2011-01-23
remove unused variable
Tim Wiederhake
1
-1
/
+0
2011-01-23
document the usage of libtoytoolkit
Tim Wiederhake
3
-1
/
+402
2011-01-23
close terminal window on exit
Tim Wiederhake
1
-2
/
+5
2011-01-23
fix resizing at top/left border
Tim Wiederhake
1
-1
/
+2
2011-01-23
remove declaration without definition from window.h
Tim Wiederhake
1
-8
/
+2
2011-01-23
remove unused function in clients/smoke.c, silence warning
Tim Wiederhake
1
-17
/
+0
2011-01-23
compositor crashes if window width or height is <= 0
Tim Wiederhake
1
-0
/
+6
2011-01-23
add clients to .gitignore
Tim Wiederhake
1
-0
/
+2
2011-01-21
Drive-by optimization of blur_surface()
Kristian Høgsberg
1
-4
/
+2
2011-01-21
Remove unused bits of cairo code
Kristian Høgsberg
1
-8
/
+0
2011-01-21
Add an orange pop-up menu to test the new map_transient request
Kristian Høgsberg
10
-20
/
+140
2011-01-22
Merge branch 'master' of git://anongit.freedesktop.org/wayland
Callum Lowcay
10
-135
/
+850
2011-01-21
terminal: Just send the pty master fd to receive the selection.
Kristian Høgsberg
3
-42
/
+10
2011-01-21
Actually send selected text when pasting
Kristian Høgsberg
1
-8
/
+33
2011-01-21
Use cairo_push_group() for all double buffering, drop window_copy_*()
Kristian Høgsberg
4
-54
/
+23
2011-01-20
Use cairo_push_group() for double buffering in the terminal
Kristian Høgsberg
1
-12
/
+16
2011-01-20
Render selection
Kristian Høgsberg
2
-6
/
+105
2011-01-19
Use libxkbcommon #defines for modifiers
Kristian Høgsberg
3
-17
/
+10
2011-01-19
Add proof-of-concept selection support to terminal
Kristian Høgsberg
3
-0
/
+216
2011-01-19
Pass input device and time in key_handler callback
Kristian Høgsberg
5
-10
/
+28
2011-01-19
Use the global handler in dnd instead of custom drag_offer hook
Kristian Høgsberg
3
-25
/
+12
2011-01-19
window: Add a catch-all global handler hook
Kristian Høgsberg
2
-0
/
+18
2011-01-16
clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
Benjamin Franzke
1
-1
/
+1
[next]