summaryrefslogtreecommitdiff
path: root/src/plugins/renderers/x11
AgeCommit message (Expand)AuthorFilesLines
2019-09-30x11-render-plugin: Use GTK 3.22's method to get screen size to avoidZhaoQiang1-1/+8
2019-06-05Unify all code's vi format control.ZhaoQiang1-1/+1
2017-12-11x11: don't call gdk_display_get_name before gtk_initRay Strode1-5/+5
2017-01-18x11: implement get_display_nameRay Strode1-1/+8
2016-03-03libply: unify get_device_scale() method in libraryCosimo Cecchi1-47/+4
2016-03-03x11: allow testing the hidpi support codeGiovanni Campagna1-1/+68
2015-01-05x11: Port to GTK+ 3.0Jasper St. Pierre1-77/+26
2014-05-20ReindentRay Strode1-334/+325
2013-12-11build-goo: s/INCLUDES/AM_CPPFLAGS/Ray Strode1-1/+1
2012-10-24x11: make window fullscreen by defaultRay Strode1-30/+71
2012-10-24x11: only create windows when necessaryRay Strode1-28/+30
2012-06-08configure: make gtk optionalRay Strode1-0/+2
2011-07-29x11: translate enter to new lineRay Strode1-1/+1
2010-03-18[x11] default renderer to inactiveScott James Remnant1-4/+7
2010-03-18[x11] ignore terminal completelyScott James Remnant1-10/+0
2010-03-18[terminal] remove references to ply_console_tScott James Remnant1-7/+6
2010-01-13[splash] Rename libplybootsplash to libply-splash-coreRay Strode1-2/+2
2009-11-28[region] Allow rectangles to be sorted before being fed backCharlie Brej1-1/+1
2009-11-28[x11] implement new activate/deactivate methodsRay Strode1-0/+19
2009-11-21[x11] Force refresh area to start at 0,0Charlie Brej1-1/+7
2009-10-12[x11] initialize head on query not mapRay Strode1-1/+2
2009-10-04[x11] Throttle plymouth to X serverx11-rendererRay Strode1-0/+6
2009-10-04[x11] Tile windows initiallyRay Strode1-1/+2
2009-10-04[x11] Move windows when draggedRay Strode1-0/+21
2009-10-04[x11] Hide title barRay Strode1-0/+1
2009-10-04[x11] Ignore ply_console_set_mode callsRay Strode1-0/+9
2009-10-04[x11] Don't allow windows to be resizedRay Strode1-3/+4
2009-10-04[x11] Draw to back pixmap instead of on exposesRay Strode1-47/+34
2009-10-04[x11] Process events only as they come inRay Strode1-16/+28
2009-10-04[renderer] Add start of X11 pluginCharlie Brej2-0/+505