summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.c
Commit message (Expand)AuthorAgeFilesLines
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-6/+0
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-32/+1
* Turn off prelighting when gtk-touchscreen-mode is enabled (#135666)Ross Burton2006-03-091-2/+6
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-2/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)Matthias Clasen2005-01-241-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* Deprecation cleanupManish Singh2002-10-111-25/+25
* docs/reference/gtk/tmpl/gtkdialog.sgmlSoeren Sandmann2002-09-011-0/+14
* Minor documentation fixesSoren Sandmann2002-08-101-1/+1
* [ Patch from Padraig O'Briain, #87904 ]Owen Taylor2002-07-251-0/+21
* Make button draw depressed whenever the user clicks / activates it,Owen Taylor2002-02-231-17/+2
* feedback when check and radio buttons are depressed.Soeren Sandmann2002-02-221-2/+21
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-94/+10
* Return FALSE from expose handlers.Alex Larsson2001-12-031-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-155/+8
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-22/+2
* Add optional movement on push to buttons (based on patch from SoerenOwen Taylor2001-08-251-92/+34
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-13/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+17
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-0/+26
* Remove creative formatting.Owen Taylor2001-05-131-50/+90
* don't propagate exposes to NULL child.Tim Janik2001-05-111-4/+5
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-5/+18
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-11/+5
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-3/+57
* doh, this was broken beyond believe.Tim Janik2000-12-131-12/+11
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-30/+0
* Commit GtkToggleButton fix to HEAD too.Anders Carlsson2000-12-021-5/+16
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-2/+2
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* . Free 'nprefix', closing a memory leak. Spaced out the code a bit to makeJeff Garzik1999-01-211-0/+12
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-121-12/+50
* eliminated some queue_draws when invoking gtk_widget_set_state, since thatTim Janik1999-01-111-51/+54
* s/(enter|leave)_button/$1/g, since pthreads.h no longer conflictsManish Singh1998-12-191-2/+2
* rm -rf intl breaks --disable-nls, put it backManish Singh1998-12-171-2/+2
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-0/+4
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* don't show event_window (gtk_toggle_button_map) (gtk_toggle_button_unmap):Lars Hamann1998-11-131-1/+30