summaryrefslogtreecommitdiff
path: root/gtk/gtkfontsel.c
Commit message (Expand)AuthorAgeFilesLines
* Check for FreeType using freetype-config, since we can't rely on Xft toOwen Taylor2000-12-201-0/+2
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-3/+6
* Derive from GtkDialog, and use stock buttons. Should be 100% sourceHavoc Pennington2000-11-061-32/+29
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-5/+6
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-1/+1
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-3153/+299
* handle "(nil)" foundries, patch from Grigorios Magklis.Tim Janik2000-05-191-6/+9
* Merges from gtk-1-2Owen Taylor2000-03-141-19/+41
* Add some sanity checks if the widget passed to gtk_drag_get_data() was notOwen Taylor2000-02-011-9/+0
* Adapt cast macros to standard.Raja R Harinath1999-11-221-12/+14
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-311-0/+5
* On Win32, expand possible hex escapes in the font family (put there byTor Lillqvist1999-09-301-3/+45
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-16/+16
* Delete the gdk_DC when exiting, just to be sure.Tor Lillqvist1999-09-211-1/+2
* gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors wasTor Lillqvist1999-09-131-1/+1
* Update gcc build instructions. Mention gettext is GPL.Tor Lillqvist1999-07-211-0/+4
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-251-0/+7
* updated spanish & walloon language files,Pablo Saratxaga1999-04-051-26/+27
* Make code compile with unknown value of GDK_WINDOWINGPavel Machek1999-03-301-0/+3
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* Configure now generates a gdkconfig.h file, in similar way as GLib'sTor Lillqvist1999-03-131-20/+252
* Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out byOwen Taylor1999-02-251-14/+17
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* When translating N_() strings, use _(), not gettext(), since we reallyOwen Taylor1999-01-281-2/+2
* eliminated some queue_draws when invoking gtk_widget_set_state, since thatTim Janik1999-01-111-18/+18
* Check for features.h.Jeff Garzik1999-01-011-1/+7
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-241-1/+2
* Add @INTLLIBS@. gtk-scier-981116-0.patch Sean CierOwen Taylor1998-12-181-65/+66
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-7/+7
* ""Damon Chaplin1998-12-071-73/+104
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-2/+3
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-6/+6
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-5/+5
* removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy.Lars Hamann1998-11-051-17/+36
* renamed from gtk_object_data_set_destroy to fit the gtkobject.h API.Tim Janik1998-10-301-309/+594
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-345/+345
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-13/+13
* Fixed 2 bugs in font selection - initialising array sizes and checking thatDamon Chaplin1998-07-251-2/+6
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-4/+4
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-11/+15
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-74/+45
* Use pointer<->int conversion macros to avoid warnings.Federico Mena Quintero1998-06-181-24/+20
* Moved font lists from the klass structure to a static structure inOwen Taylor1998-06-161-141/+174
* Actually add in the files...Owen Taylor1998-06-151-0/+3221