summaryrefslogtreecommitdiff
path: root/gtk/gtkaccellabel.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Convert underscores in keyval names to spaces. (#131480)Owen Taylor2004-02-241-0/+14
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* Implement Owen's susggestion from #80764. Fixes #101314.Soeren Sandmann2002-12-161-24/+48
* Don't recalculate the acceleration label in an idle handler.Soeren Sandmann2002-12-141-37/+2
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-4/+12
* Fix use of uninitialized variable.Owen Taylor2002-10-181-12/+27
* Deprecation cleanupManish Singh2002-10-111-23/+24
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-2/+2
* Mark <Control>, <Shift>, <Release>, <Alt> for translation.Owen Taylor2002-02-271-3/+18
* Register all stock icons "unscaled" so that we don't have icons onlyOwen Taylor2002-02-271-1/+1
* Display any "g_unicode_isgraph()" char literally, not just latin1.Owen Taylor2002-02-261-6/+7
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-3/+2
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-19/+4
* Replace GTK_NO_CHECK_CASTS by G_DISABLE_CAST_CHECKS.Matthias Clasen2002-01-071-0/+8
* Fix some warnings.Darin Adler2001-12-151-1/+0
* Forgotten file.Matthias Clasen2001-12-061-0/+7
* Return FALSE from expose handlers.Alex Larsson2001-12-031-1/+1
* Remove improper use of g_locale_to_utf8() to convert from latin-1, and doOwen Taylor2001-11-291-8/+1
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-10/+12
* fix allocation to be relative to paned->allocation, now that this is aTim Janik2001-11-201-5/+5
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-155/+216
* refetch the accelerator when the accel object is changed. Fixes bugJames Henstridge2001-08-071-0/+2
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-43/+44
* gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead ofOwen Taylor2001-07-191-2/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-7/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+18
* Remove creative formatting.Owen Taylor2001-05-131-38/+50
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-0/+1
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-16/+16
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-13/+9
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-4/+2
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-3/+3
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-2/+2
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-9/+19
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-6/+7
* s/refcount/ref_count/.Tim Janik2000-02-131-2/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-191-1/+1
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-1/+1
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-1/+15
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-2/+2
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-1/+1
* only take the padding into account if there is an accelerator.Tim Janik1998-07-101-1/+2
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-9/+20