libs-back/Source/x11
Sergii Stoian 528660834c * Source/x11/XGServerWindow.m (_createNetIcon:result:size:): fixed
off-by-one mistake during alpha handling. Enable disabled code and
  remove temprorary one.
  (window::::): set NetWM icon to window for all EWMH capable WMs even
  it's WindowMaker.
  (image_mask): new function to create alpha mask for image. It's based
  on xgps_cursor_mask() code with additional argument `alpha_treshold`.
  This function may be used for images (alpha_treshold == 0) with real
  alpha mask and for cursors (if no Xcursor library is used - no alpha
  is used, no shadows in cursors, alpha_treshold == 158 is used to cut
  transparent pixels).
  (_createAppIconPixmaps): icon pixmap creation rewritten to support
  images with alpha channel using wraster functions. Use image_mask().
  (restrictWindow:toImage:): use image_mask() instead of
  xgps_cursor_mask().
  (xgps_cursor_mask): removed as image_mask() replaced it.
  Guard xgps_cursor_image( with #if - will not be compiled if Xcursor
  is used.
  (imagecursor:::): use image_mask() instead of xgps_cursor_mask().
2020-01-13 01:34:11 +02:00
..
.cvsignore Update FSF Address 2005-05-26 22:51:53 +00:00
context.c * Source/x11/context.c: check for NULL from XRenderFindVisualFormat 2011-11-04 18:04:12 +00:00
convert.c Fix memory leaks in convert.c 2018-12-31 23:42:17 +04:00
GNUmakefile Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-back 2008-12-19 13:05:05 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
raster.c Allow non-resizable windows to be resized programmatically. 2007-10-12 09:32:27 +00:00
scale.c Add XIM Input Method, UPdate to wraster 0.80.2 2003-07-22 04:28:43 +00:00
wrasterP.h Add/fix copyright and licenses. 2005-07-01 20:43:10 +00:00
xdnd.c Update FSF Address 2005-05-26 22:51:53 +00:00
XGDragView.m Fix some clang static analyser warnings reported by 2017-04-16 11:57:05 +00:00
XGGLContext.m * Source/cairo/CairoGState.m 2015-05-26 12:00:49 +00:00
XGGLFormat.m * Source/x11/XGGLContext.m, 2013-09-08 18:19:12 +00:00
XGServer.m * Source/x11/XGServerEvent.m (initializeMouse): new method. Calls -mouseOptionsChanged: 2019-04-11 01:50:30 +03:00
XGServerEvent.m * Source/x11/XGServerEvent.m (mouseOptionsChanged:): change double-click 2019-04-12 15:45:39 +03:00
XGServerWindow.m * Source/x11/XGServerWindow.m (_createNetIcon:result:size:): fixed 2020-01-13 01:34:11 +02:00
XIMInputServer.m * Source/x11/XIMInputServer.m: If the requested XIM style 2013-09-10 20:00:11 +00:00
xutil.c Add XIM Input Method, UPdate to wraster 0.80.2 2003-07-22 04:28:43 +00:00
XWindowBuffer.m Fix some clang static analyser warnings reported by 2017-04-16 11:57:05 +00:00