summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* propagate ::selection-done emissions up to the topmost menu shell.Tim Janik1999-05-111-6/+22
* Unset the user data on the window before destroying it.Owen Taylor1999-05-072-3/+29
* Removed stray GtkPlugButton declaration.Owen Taylor1999-05-063-3/+5
* in the ItemFactory test, link radio items together, and show howTim Janik1999-05-0617-257/+213
* Use width,height = 0, 0 to mean - here to edge of window, instead of -1,Owen Taylor1999-05-042-4/+5
* Add a gtkrc file for iso-8859-2 locales.Owen Taylor1999-05-042-5/+16
* remove unused variable.Tim Janik1999-04-291-1/+0
* When redrawing characters on non-visible entry, use appropriate '*'Owen Taylor1999-04-271-4/+9
* compute destination cell from drag coordinates.Lars Hamann1999-04-262-135/+180
* properly initialize translate_* fields. (gtk_item_factory_finalize):Tim Janik1999-04-211-3/+6
* Fixed leak of rc_style list when lookup succeeeds.Owen Taylor1999-04-211-0/+2
* Add a / before the directory name to keep directory names from eachother.Tomas Ogren1999-04-181-1/+1
* #include "gdkkeysyms.h" for gdk_XConvertCase #definesManish Singh1999-04-171-13/+3
* fixed undo_selection bug. fixed resync_selection bug.Lars Hamann1999-04-142-7/+11
* Add some missing GDK_THREADS_ENTER()/LEAVE around timeouts. (Patches fromOwen Taylor1999-04-093-7/+22
* use gtk_widget_activate() rather than emit_by_name.Tim Janik1999-04-082-2/+10
* Don't clamp position here prematurely -- we might not have the rightOwen Taylor1999-04-081-10/+17
* Add error traps so if the other end of the connection dies, we survive.Owen Taylor1999-04-061-9/+23
* Only unhighlight when we've previously highlighted.Owen Taylor1999-04-062-10/+28
* made "->" into a "." of previous change so it compilesManish Singh1999-04-021-13/+15
* added functions from GLE, gtk_arg_reset() to free the value and reset typeTim Janik1999-03-304-9/+280
* Include <string.h> instead of <strings.h>.Owen Taylor1999-03-293-3/+2
* Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>Owen Taylor1999-03-291-1/+1
* get $HOME from g_get_home_dir() (gtk-pmc-990123-0.patch.gz).Tim Janik1999-03-254-184/+143
* type/macro fixups.Tim Janik1999-03-243-9/+11
* only redraw children that are visible *and* mapped (i.e. drawable).Tim Janik1999-03-224-11/+16
* unmap clist if neccessary, unrealize title buttons.Lars Hamann1999-03-211-12/+21
* only connect/disconnect to GtkWidgetClass::event to block mouse events.Lars Hamann1999-03-192-94/+25
* plugging problems reported by "Bruce Mitchener, Jr." <bruce@puremagic.com>Tim Janik1999-03-177-11/+42
* make sure gtk_style_copy copies theme informationStuart Parmenter1999-03-171-12/+13
* bumped version number to Gtk+1.2.1, interface 0, binary 1.Tim Janik1999-03-171-0/+6
* ensure the item factory class has been created.Tim Janik1999-03-168-233/+344
* added button_passive flag.Lars Hamann1999-03-152-112/+193
* swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since itGeorge Lebl1999-03-151-2/+2
* fixed a few width/height mixups.Lars Hamann1999-03-102-21/+4
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-102-18/+38
* unref the item factory after window's destruction.Tim Janik1999-03-106-139/+185
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-091-0/+1
* before adding a child to a conatiner, make sure it is (default)Tim Janik1999-03-071-0/+6
* count object_signal values > 1 as TRUE also.Tim Janik1999-03-011-1/+1
* minor fix.Tim Janik1999-02-271-1020/+0
* Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0CST 1999 Shawn T. Amundson1999-02-254-1/+16
* still request the extra width or height if the corresponding scrollbar isTim Janik1999-02-251-4/+4
* don't add extra width or height if the requested size is mandatory (i.e.Tim Janik1999-02-251-10/+17
* New function gtk_menu_reorder_child() from Tim Janik.CST 1999 Shawn T. Amundson1999-02-252-0/+22
* Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out byOwen Taylor1999-02-251-14/+17
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-252-4/+4
* Unset the clip mask for the GC if we set it. (Patch from Lars HamannOwen Taylor1999-02-251-0/+2
* added function to check if a specific signal handler connection existsTim Janik1999-02-242-44/+71
* if the widget is not editable, don't silently eat up GDK_Return, GDK_HomeTim Janik1999-02-241-1/+7