aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/core/mb-wm-util.c
AgeCommit message (Collapse)Author
2020-10-08Add SPDX-License-Identifier: GPL-2.0-or-laterMatthew
Fixes [YOCTO #13319] Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2008-03-072008-03-07 Tomas Frydrych <tf@o-hand.com>Tomas Frydrych
* matchbox/core/mb-wm-util.c: * matchbox/core/mb-wm-util.h: (mb_wm_util_pixels_to_points): Utility function for conversion from pixel font sizes to points. * matchbox/theme-engines/mb-wm-theme-xml.h: * matchbox/theme-engines/mb-wm-theme.c: (xft_load_font): (xml_element_start_cb): Allow units to be specified with font sizes; default to pixels. * matchbox/theme-engines/mb-wm-theme-png.c: (xft_load_font): (mb_wm_theme_png_paint_decor): Handle font units in xft/Pango backends.
2008-02-192008-02-19 Tomas Frydrych <tf@o-hand.com>Tomas Frydrych
* configure.ac, *.am, *.h: Changes for building mbwm2 as a library (based on patch by Johan Bilien): Moved 'src' to 'matchbox'; fixed up headers to use #include <>. Moved config.h to matchbox/mb-wm-config.h. Added --enable-libmatchbox configure option, libmatchbox2.pc.in