summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* put text after #endif in commentManish Singh1998-12-091-0/+1
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-0912-712/+831
* Allocate correct amount of memory for strings.Owen Taylor1998-12-091-2/+2
* Released GTK+ 1.1.6GTK_1_1_6CST 1998 Shawn T. Amundson1998-12-094-2/+109
* added gtk_type_query() which returns a newly allocated structure holdingTim Janik1998-12-083-7/+41
* Fixed order of arguments to gdk_window_transient_for().Owen Taylor1998-12-081-1/+1
* Functions to test the toolbar space style.Andrew T. Veliath1998-12-083-20/+148
* Remove random unnecessary includes of standard headers.Owen Taylor1998-12-071-4/+0
* ""Damon Chaplin1998-12-071-73/+104
* Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, andOwen Taylor1998-12-071-2/+4
* Removed the unused cursor field in the structure.Federico Mena Quintero1998-12-072-114/+118
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-075-48/+408
* when marshalling connect_object signals, don't pass the data pointerTim Janik1998-12-071-1/+1
* 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