summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-0710-158/+151
* Allow a NULL marshaller. (gtk_signal_connect_by_type): Allow onlyMarius Vollmer1998-12-063-2/+27
* Grey out arrows if wrap == FALSE and interval borders are reached.Stefan Jeske1998-12-061-14/+27
* Fixed long-standing typo in aspect ratio computation code. (pointed out byOwen Taylor1998-12-061-3/+2
* call toggle_row with valid row numbers only (toggle_row): check ifLars Hamann1998-12-041-3/+8
* fixed for-loop.Lars Hamann1998-12-042-18/+28
* Changed to 5 min from 10 seconds, so it doesn't abort while users have anOwen Taylor1998-12-031-1/+9
* Use GTK_STATE_INSENSITIVE for the foreground of cells for CLists in theOwen Taylor1998-12-031-3/+11
* moved checks upon focus setting from gtk_window_real_set_focus toTim Janik1998-12-034-51/+99
* Fixes for low-color displays and a slight enhancement for true-colorCST 1998 Shawn T. Amundson1998-12-031-38/+60
* lets #define GTK_HAVE_FEATURES_1_1_6 before we release it this timeManish Singh1998-12-021-0/+4
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-0215-90/+166
* new class method/signal row_move. new public function. emit a row_moveLars Hamann1998-12-025-47/+222
* configure.in gdk/Makefile.am Put -DFOO stuff into Makefile.am INCLUDES.Manish Singh1998-12-011-4/+10
* fixed a stupid error of mine about the run type values.Tim Janik1998-12-011-6/+7
* Surround debug variable with #ifdef to silence gcc.Jeff Garzik1998-11-301-0/+5
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-30100-131/+132
* Added initializer to quiet gcc warning. Added assertion to check for nullJeff Garzik1998-11-301-1/+3
* merged testgtkrc with the pre-themes one, removed system specificTim Janik1998-11-302-66/+187
* added an event watcher for enter/leave based on signal emission hooks.Tim Janik1998-11-305-17/+226
* made 'page_num' argument a gint: switch_page signal delivers valid pageMichael Krause1998-11-291-2/+2
* set composite names.Tim Janik1998-11-291-0/+2
* removed default initialization check, people must use gtk_type_init();Tim Janik1998-11-295-64/+199
* Removed bogus expose_event handler - we had two expose_event handlers!Owen Taylor1998-11-281-18/+0
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-2844-504/+443
* check for existing viewport first, and don't add one if there already isManish Singh1998-11-281-5/+15
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-2823-311/+309
* New function to get the source widget of a drag.Owen Taylor1998-11-273-6/+73
* define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead ofLars Hamann1998-11-264-29/+68
* reverted bogus and undocumented!!! changes from Jay Cox (98/11/23Tim Janik1998-11-266-30/+32
* Edited section on the ScrolledWindow.Owen Taylor1998-11-244-53/+65
* Fixed up copyright message.Owen Taylor1998-11-243-24/+52
* Include radio buttons when setting relief for button items.Andrew T. Veliath1998-11-241-0/+2
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-245-5/+5
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-2411-0/+2694
* Bugfix from Brandon Long <blong@fiction.net> - Do the intended thing withJeff Garzik1998-11-241-7/+7
* Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.cjaycox1998-11-238-36/+36
* make a saner default adjustment (from 0 to 100) instead. I'm not sure ifManish Singh1998-11-231-1/+1
* Define this so we can check for latest GTK features.Martin Baulig1998-11-231-0/+4
* When setting relief, also affect toggle buttons.Havoc Pennington1998-11-231-1/+3
* remove extraneous commaManish Singh1998-11-231-1/+1
* removed assertements for constructed containers again, since thisTim Janik1998-11-233-6/+4
* minor bugletTim Janik1998-11-231-1/+2
* disconnect hadj & vadj, not 2 * hadj.Tim Janik1998-11-231-7/+9
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-2360-1447/+2590
* Minor indent fix on gtk_handle_box_get_arg protoAndrew T. Veliath1998-11-211-3/+3
* Add shadow_type and gtk_handle_box_set_shadow_type function (plus aAndrew T. Veliath1998-11-212-2/+79
* Fix for marking days from Dan Reish <dreish@izzy.net>.CST 1998 Shawn T. Amundson1998-11-201-1/+2
* return the nth GtkCTreeNode in row_list. (from Samuel SolonLars Hamann1998-11-184-0/+53
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-181-4/+8