summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.c
Commit message (Expand)AuthorAgeFilesLines
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-337/+755
* Handle the case without XKB properly.Owen Taylor2001-06-211-39/+1
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-2/+2
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-4/+0
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-031-6/+6
* Make GtkIconSource an opaque datatype, and add a bunch of accessorHavoc Pennington2001-03-191-42/+36
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-80/+417
* Switch to using an enum with registration for icon sizes, instead ofHavoc Pennington2001-03-121-4/+10
* fixed compiler warnings by inserting some consts. Added missingMET 2001 Sven Neumann2001-03-051-40/+45
* HELL! premature insanity, back out old rc-data changes.Tim Janik2001-02-041-77/+0
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-17/+95
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-12/+12
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-171-34/+12
* Only build im-xim if USE_X11 is enabled s/strcpy/memcpy/ to save a fewElliot Lee2000-11-281-1/+1
* The return value of g_getenv() isn't freeable, so g_strdup it.Robert Brady2000-11-151-1/+1
* Add new objects.Tor Lillqvist2000-11-141-8/+12
* GCompareFunc -> GEqualFunc where applicable.Sebastian Wilhelmi2000-11-131-10/+10
* Make parent_class static.Owen Taylor2000-11-121-15/+108
* Make sure not to get a double directory separator in case the homeTor Lillqvist2000-10-281-6/+19
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Move more text widget headers into the private header listHavoc Pennington2000-09-261-10/+358
* Use g_path_get_dirname instead of g_dirname, which is deprecated.Sebastian Wilhelmi2000-09-051-4/+3
* Add gtk_widget_modify_{fg,bg,text,base,font}.Owen Taylor2000-08-221-0/+23
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Include the build directory.Tor Lillqvist2000-07-251-9/+9
* Restore code to paint the background of the text area which wasOwen Taylor2000-07-171-124/+160
* Remove gtk_rc_append_default_pixmap_path(), since it wasn't adding anOwen Taylor2000-07-141-29/+0
* Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4Owen Taylor2000-07-141-7/+8
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-43/+121
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-128/+164
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-48/+54
* Export the gtk_private_signals and gtk_private_n_signals variables, theyTor Lillqvist2000-04-131-7/+23
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-0/+4
* Adapt cast macros to standard.Raja R Harinath1999-11-221-115/+283
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-2/+0
* Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK toTor Lillqvist1999-11-041-1/+1
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-311-1/+5
* correct checking for BeOS checkManish Singh1999-10-041-10/+10
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-1/+1
* Don't draw anything if width or height is zero. Don't print a warning ifTor Lillqvist1999-07-101-0/+2
* Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor headerTor Lillqvist1999-06-141-1/+1
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-251-1/+1
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* Check for lstat.Tor Lillqvist1999-03-161-0/+4
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-23/+100
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* It was reported by Owen Taylor <otaylor@redhat.com>, that LC_ALL produceTimur Bakeyev1999-01-211-1/+1
* Under some systems (notably, BSDI), there is no LC_MESSAGES category inTimur I. Bakeyev1999-01-201-0/+4
* Allow a bg_pixmap of "<none>", as there was no way to set the backgroundOwen Taylor1999-01-171-1/+10
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-151-0/+1