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