index
:
wayland/weston
0.85
1.0
1.1
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
10.0
11.0
12.0
13.0
14.0
2.0
3.0
4.0
5.0
6.0
7.0
8.0
9.0
main
master
The Weston Wayland Compositor (mirrored from https://gitlab.freedesktop.org/wayland/weston)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-17
shared: Print .c file/line number in x* routines
Bryce Harrington
1
-24
/
+4
2016-03-17
clients & tests: Unify multiple definitions of x*alloc and related functions
Bryce Harrington
2
-0
/
+124
2016-03-08
platform: explicitly cast the return value of weston_platform_get_egl_proc_ad...
Matthias Treydte
1
-4
/
+6
2016-03-08
option-parser: Handle short double-arg options
Bryce Harrington
1
-3
/
+38
2016-03-07
configure: Make jpeglib an optional dependency.
Emmanuel Gil Peyrot
1
-7
/
+23
2016-02-22
config-parser: Check malloc and strdup returns
Bryce Harrington
1
-0
/
+22
2016-02-19
configure: Make WebP support togglable, and improve its error message.
Emmanuel Gil Peyrot
1
-2
/
+9
2015-12-08
cairo-util: return theme location from frame_touch_down
Derek Foreman
2
-9
/
+10
2015-11-13
shared: work around EGL header idiosyncrasy
Ahmet Acar
1
-0
/
+1
2015-07-16
log: Open log file CLOEXEC so child processes don't get the fd
Derek Foreman
2
-8
/
+17
2015-07-16
compositor,shared: add millihz_to_nsec()
Pekka Paalanen
1
-0
/
+14
2015-07-16
shared: introduce timespec-util.h
Pekka Paalanen
1
-0
/
+61
2015-06-15
Unified multiple definitions of container_of() macro.
Jon Cruz
2
-4
/
+38
2015-06-15
Moved the MIN() macro to the helper include.
Jon Cruz
1
-0
/
+11
2015-06-15
Moved helper macro to a discrete include file.
Jon Cruz
3
-4
/
+50
2015-06-15
shared: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
16
-256
/
+304
2015-06-06
Whitespace corrections
Murray Calavera
1
-1
/
+1
2015-03-30
toytoolkit: fix EGL surface creation for lazy drivers
Manuel Bachmann
1
-2
/
+3
2015-03-30
toytoolkit: fix new EGL extensions fallback typedefs
Manuel Bachmann
1
-2
/
+7
2015-03-27
Pass config file from compositor to everything
Pekka Paalanen
2
-0
/
+17
2015-03-27
shared: fail reading a directory as a config file
Pekka Paalanen
1
-0
/
+8
2015-03-26
platform: rename create_egl_window to create_egl_surface
Jonny Lamb
1
-6
/
+6
2015-03-26
platform: remove global variables
Jonny Lamb
1
-26
/
+29
2015-03-26
platform: provide platform_base fallbacks and remove ifdefs
Jonny Lamb
1
-14
/
+33
2015-03-20
clients & tests: use eglCreatePlatformWindowSurfaceEXT when supported
Jonny Lamb
1
-0
/
+23
2015-03-20
clients & tests: use eglGetPlatformDisplayEXT when supported
Jonny Lamb
1
-0
/
+79
2015-02-25
shared: add file_create_dated() helper
Pekka Paalanen
2
-0
/
+158
2014-11-19
cairo-util: fix shadows for small clients
Marek Chalupa
1
-46
/
+83
2014-11-19
toytoolkit: rename tile_mask to render_shadow
Marek Chalupa
2
-8
/
+8
2014-09-22
clients: Maximize window when double touch on title bar
Xiong Zhang
2
-0
/
+56
2014-09-11
load_image: always print a message on failure if filename is not empty
Bill Spitzak
1
-2
/
+12
2014-09-11
parse_options: fail on more malformed options
Bill Spitzak
1
-28
/
+69
2014-09-04
clients: Maximize window when double click on title bar
Xiong Zhang
2
-0
/
+35
2014-08-22
tests: allow running make check without make install
Derek Foreman
2
-0
/
+15
2014-08-19
cairo-util: Draw solid titlebar for frames with only buttons
Boyan Ding
3
-5
/
+10
2014-07-05
cairo-util: Set geometry_dirty in frame_set_title
Boyan Ding
1
-0
/
+1
2014-07-05
cairo-util: Fix geometry for frames with buttons but without title
Boyan Ding
1
-2
/
+2
2014-04-30
cairo-util: Don't show a resize cursor on edges when we're maximized
Jasper St. Pierre
1
-3
/
+8
2014-04-30
cairo-util: Kill a duplicate test
Jasper St. Pierre
1
-2
/
+2
2014-04-07
Make sure config.h is included before any system headers
Andrew Wedgbury
1
-2
/
+2
2014-02-06
xdg-shell: Add set_margin request
Jasper St. Pierre
2
-0
/
+11
2014-02-01
build: Move shared/Makefile.am into toplevel Makefile.am
Kristian Høgsberg
1
-34
/
+0
2014-02-01
build: Move clients/Makefile.am into toplevel Makefile.am
Kristian Høgsberg
1
-1
/
+1
2014-01-19
shared/frame: NULL check before attempting to deref
U. Artie Eoff
1
-7
/
+6
2014-01-19
shared/frame: fix potential memory leak in frame_create
U. Artie Eoff
1
-18
/
+25
2013-12-02
os: use posix_fallocate in creating sharable buffers
Pekka Paalanen
1
-1
/
+18
2013-11-07
cairo-util: Rework frame button handling
Jason Ekstrand
2
-42
/
+122
2013-10-23
window.c: Don't put titlebars on menu windows
Kristian Høgsberg
3
-49
/
+74
2013-10-23
window.c: Use frame code for drawing menus
Kristian Høgsberg
2
-8
/
+20
2013-10-14
Use cairo-util frame in tinytoolkit
Jason Ekstrand
2
-1
/
+97
[next]