~gnustep/gnustep/+git/gnustep-back:app-icon-fix

Last commit made on 2018-07-20
Get this branch:
git clone -b app-icon-fix https://git.launchpad.net/~gnustep/gnustep/+git/gnustep-back

Branch merges

Branch information

Name:
app-icon-fix
Repository:
lp:~gnustep/gnustep/+git/gnustep-back

Recent commits

2d39b0c... by Gregory John Casamento <email address hidden>

Fix for app icon problem.

7ee9b40... by fredkiefer <email address hidden>

* Source/x11/XGServerWindow.m (_setupRootWindow): Make sure the
root name variable is null terminated.

6e797c9... by fredkiefer <email address hidden>

* Source/x11/XGServerWindow.m: Check for bytes_after_ret in
PropGetCheckProperty. Attempt to improve the window border detection.
Based on idea by Tom MacSween <email address hidden>

b9e9f46... by fredkiefer <email address hidden>

Restructure Atom handling to get all atoms at once.
Add new method on XGServer to get the name of the window manager.

75adf61... by Riccardo Mottola <email address hidden>

Be consistent in prepending flags to existing LDFLAGS and CPPLFLAGS

f41d8b2... by fredkiefer <email address hidden>

Commit patch by Yavor Doganov to not build font_cacher when the xlib backend wont use it.
Deprecate art, xlib and xdps.

969b77a... by fredkiefer <email address hidden>

* Source/x11/XGServer.m (_initXContext): Call XInitThreads to
enable drawing in secondary threads.

1a15d03... by fredkiefer <email address hidden>

Replace xlib specific font enumerator with the shared one for fontconfig.
Add glyph cache for GSXftFontInfo.

738ed90... by fredkiefer <email address hidden>

* configure.ac: Add FREETYPE_LIBS to LIBS when building xlib.
* configure: Regenerate

1844073... by fredkiefer <email address hidden>

* configure.ac: Detect freetype with PKG_CHECK_MODULES.
* configure: Regenerate.