summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkfont-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing entries, thanks to J. Ali Harlow.Tor Lillqvist2004-03-051-0/+6
* gdk/gdk.def Add missing function, trivially implement.Tor Lillqvist2003-08-071-0/+9
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-4/+4
* gdk/win32/gdkprivate-win32.h Rename all global variables and functions toTor Lillqvist2002-11-121-61/+24
* Remove redundant doc comments.Matthias Clasen2002-10-231-13/+0
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-1/+1
* Delete leftover declarations of the obsolete Win32-only functionsTor Lillqvist2002-09-191-361/+6
* Renames:Owen Taylor2002-06-201-2/+2
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-2/+7
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-171-0/+1
* Apply the same fixes and improvements as to the gtk-1-3-win32-productionTor Lillqvist2002-01-101-4/+4
* Use G_N_ELEMENTS(). (unicode_classify): Don't return -1 on encountering anTor Lillqvist2001-12-281-6/+9
* reflect Pango API changeHans Breuer2001-11-231-1/+2
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-091-1/+1
* New file, hand-written wrapper for the Wintab library.Tor Lillqvist2001-10-291-2/+0
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-281-12/+12
* Update to the new pango win32 api.Alexander Larsson2001-08-091-14/+4
* build in the backend dir after auto-generating filesHans Breuer2001-07-281-0/+28
* Include <stdlib.h> for getenv().Tor Lillqvist2001-01-151-3/+3
* g_filename_{to,from}_utf8 now takes an extra parameter.Robert Brady2000-11-121-3/+3
* Include x11/gdkx.h only when building for X11.Tor Lillqvist2000-10-251-11/+9
* gdk/gdk.def Add missing entries.Tor Lillqvist2000-08-121-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-197/+258
* More work on the Win32 backend. More files compile now.Tor Lillqvist2000-07-231-30/+30
* Win32 changes, still doesn't build though.Tor Lillqvist2000-07-111-1/+1
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-011-10/+30
* Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to useTor Lillqvist2000-03-161-1/+1
* Internal GDK error reporting changes: (gdk_win32_gdi_failed) New functionTor Lillqvist2000-03-081-2/+2
* Add an extra parameter so that we don't have to do unnecessary settings toTor Lillqvist2000-02-131-2/+2
* Use g_filename_to_utf8 to convert the font names Windows gives us fromTor Lillqvist2000-02-031-17/+30
* When handling a single character (text length == 1), don't handle it as ifTor Lillqvist1999-12-181-6/+24
* More tweaks. Check only if at least one of those Unicode subrange bits weTor Lillqvist1999-12-121-10/+17
* Fix string measurement code. For now, the rbearing is set to the same asTor Lillqvist1999-12-061-12/+6
* New function. Guesstimate what Unicode subranges a font covers based onTor Lillqvist1999-12-051-97/+655
* Fix two copy&paste errors.Tor Lillqvist1999-11-251-102/+135
* Remove, as this is a file generated by configure (or copied fromTor Lillqvist1999-11-211-4/+4
* Further hacking. Now actually compiles. Haven't tried yet whetherTor Lillqvist1999-11-201-0/+10
* Intermediate commit.Tor Lillqvist1999-11-191-174/+42
* re-adding for manual rename of repository files.Tor Lillqvist1999-11-111-0/+1501
* Just renamed the Win32 backend files to *-win32.Tor Lillqvist1999-11-101-1501/+0
* gdk/win32/gdkdraw.c gdk/win32/gdkfont.c Various minor cleanups andTor Lillqvist1999-11-081-9/+19
* New font private structures, related to fontsets.Tor Lillqvist1999-11-081-147/+749
* Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK toTor Lillqvist1999-11-041-1/+5
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-311-210/+144
* Add more font private data.Tor Lillqvist1999-10-201-14/+170
* Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now,Tor Lillqvist1999-10-131-24/+110
* Change GDK_WINDOWING_WIN32 usage to #ifdef also here.Tor Lillqvist1999-10-021-1/+1
* Update gcc build instructions. Mention gettext is GPL.Tor Lillqvist1999-07-211-0/+10
* Fixes to the win32 backend to actually be able to compile within aTor Lillqvist1999-03-171-1/+1