]> Pileus Git - ~andy/gtk/history - gtk
Set the usize on the tearoff window so when we reparent the window out,
[~andy/gtk] / gtk /
1998-12-18 Owen TaylorSet the usize on the tearoff window so when we reparent...
1998-12-18 Tim Janikadded gdk_flush() after g_main_run(), so we get the...
1998-12-18 Owen TaylorAdd @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier
1998-12-17 Owen TaylorRemove the info tag from the context so if the source...
1998-12-17 Owen TaylorFree previous label->label_wc.
1998-12-17 Shawn T. AmundsonReleased GTK+ 1.1.9
1998-12-17 Manish Singhrm -rf intl breaks --disable-nls, put it back
1998-12-17 Owen TaylorRemove unnecessary cast.
1998-12-16 Arturo Espinosa*** empty log message ***
1998-12-16 Owen TaylorDo nothing on empty string, quietly.
1998-12-16 Owen TaylorRedraw the character under the cursor when removing...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 CST 1998 Shawn T... Released GTK+ 1.1.8
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-16 Owen TaylorCreate buttons, not combos again.
1998-12-16 Lars Hamannremoved clist flag : GTK_CLIST_DRAG_SELECTION added...
1998-12-16 Owen TaylorUse base[NORMAL] instead of bg[PRELIGHT] so CLists...
1998-12-16 Jeff GarzikRemove --with-threads, unused GTK_THREAD_FLAGS
1998-12-15 Owen TaylorMoved gtk_label_set() compatiblity define from <gtkcomp...
1998-12-15 Owen TaylorAdded gdk_text_extents_wc()
1998-12-15 Owen TaylorAdded GTK_USER_DRAW flag.
1998-12-15 Owen TaylorFixed up some warnings.
1998-12-15 Owen TaylorRemoved unused variable, fixed minor memory leak.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-14 Owen TaylorAppend locale-specific suffixes to default rc file...
1998-12-14 Stefan JeskeOnly call gtk_spin_button_update if the spinbutton...
1998-12-14 Owen TaylorAdded gettext-10.35
1998-12-14 Tim Janikmade GtkWidget::grab_focus a RUN_LAST and RUN_ACTION...
1998-12-14 Tim Janikfixed submenu popup timeouts, we decide whether or...
1998-12-14 Federico Mena QuinteroAdded a "grab_focus" signal for widgets. When the signa...
1998-12-13 Tim Janikmade GtkMenuItem::activate a GTK_RUN_ACTION signal.
1998-12-12 Owen TaylorMark child->window as destroyed so we don't destroy...
1998-12-11 Owen TaylorAdded "style_set" handlers.
1998-12-11 Owen TaylorAdd in a "style_set" handler so that the background...
1998-12-11 CST 1998 Shawn T... Released GTK+ 1.1.7
1998-12-11 Manish Singhavoid void pointer math
1998-12-11 Owen TaylorAdded gtk_drag_source_unset()
1998-12-11 Owen TaylorUse gdk_window_get_origin() instead of gdk_window_get_p...
1998-12-10 Jeff Garzikuse g_snprintf, eliminate need for string.h include...
1998-12-09 Owen TaylorAdd in missing 'flags' field to target list.
1998-12-09 Manish Singhput text after #endif in comment
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-12-09 Owen TaylorAllocate correct amount of memory for strings.
1998-12-09 CST 1998 Shawn T... Released GTK+ 1.1.6
1998-12-08 Tim Janikadded gtk_type_query() which returns a newly allocated...
1998-12-08 Owen TaylorFixed order of arguments to gdk_window_transient_for().
1998-12-08 Andrew T. VeliathFunctions to test the toolbar space style.
1998-12-07 Owen TaylorRemove random unnecessary includes of standard headers.
1998-12-07 Damon Chaplin""
1998-12-07 Owen TaylorUse IPC_RMID _after_ doing XShmAttach. This should...
1998-12-07 Federico Mena QuinteroRemoved the unused cursor field in the structure.
1998-12-07 Owen TaylorNew functions gtk_window_set_transient_for() - set...
1998-12-07 Tim Janikwhen marshalling connect_object signals, don't pass...
1998-12-07 Tim Janikreverted marius change to expose the type systems inter...
1998-12-06 Marius VollmerAllow a NULL marshaller. (gtk_signal_connect_by_type...
1998-12-06 Stefan JeskeGrey out arrows if wrap == FALSE and interval borders...
1998-12-06 Owen TaylorFixed long-standing typo in aspect ratio computation...
1998-12-04 Lars Hamanncall toggle_row with valid row numbers only (toggle_row...
1998-12-04 Lars Hamannfixed for-loop.
1998-12-03 Owen TaylorChanged to 5 min from 10 seconds, so it doesn't abort...
1998-12-03 Owen TaylorUse GTK_STATE_INSENSITIVE for the foreground of cells...
1998-12-03 Tim Janikmoved checks upon focus setting from gtk_window_real_se...
1998-12-03 CST 1998 Shawn T... Fixes for low-color displays and a slight enhancement...
1998-12-02 Manish Singhlets #define GTK_HAVE_FEATURES_1_1_6 before we release...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-12-02 Lars Hamannnew class method/signal row_move. new public function...
1998-12-01 Manish Singhconfigure.in gdk/Makefile.am Put -DFOO stuff into Makef...
1998-12-01 Tim Janikfixed a stupid error of mine about the run type values.
1998-11-30 Jeff GarzikSurround debug variable with #ifdef to silence gcc.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-30 Jeff GarzikAdded initializer to quiet gcc warning. Added assertion...
1998-11-30 Tim Janikmerged testgtkrc with the pre-themes one, removed syste...
1998-11-30 Tim Janikadded an event watcher for enter/leave based on signal...
1998-11-29 Michael Krausemade 'page_num' argument a gint: switch_page signal...
1998-11-29 Tim Janikset composite names.
1998-11-29 Tim Janikremoved default initialization check, people must use...
1998-11-28 Owen TaylorRemoved bogus expose_event handler - we had two expose_...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-28 Manish Singhcheck for existing viewport first, and don't add one...
1998-11-28 Tim Janikdeprecated gtk_widget_freeze_accelerators and
1998-11-27 Owen TaylorNew function to get the source widget of a drag.
1998-11-26 Lars Hamanndefine GtkCTreeNode as boxed type use GTK_CTREE_NODE_TY...
1998-11-26 Tim Janikreverted bogus and undocumented!!! changes from Jay...
1998-11-24 Owen TaylorEdited section on the ScrolledWindow.
1998-11-24 Owen TaylorFixed up copyright message.
1998-11-24 Andrew T. VeliathInclude radio buttons when setting relief for button...
1998-11-24 Jeff GarzikRemoved DEFS "+=" mess that breaks recent automakes...
1998-11-24 Owen TaylorAdded layout widget for scrolling arbitrarily big areas...
1998-11-24 Jeff GarzikBugfix from Brandon Long <blong@fiction.net> - Do the...
1998-11-23 jaycoxModified Files: gtkclist.c gtkclist.h gtkctree.c gtkctr...
1998-11-23 Manish Singhmake a saner default adjustment (from 0 to 100) instead...
1998-11-23 Martin BauligDefine this so we can check for latest GTK features.
1998-11-23 Havoc PenningtonWhen setting relief, also affect toggle buttons.
1998-11-23 Manish Singhremove extraneous comma
1998-11-23 Tim Janikremoved assertements for constructed containers again...
1998-11-23 Tim Janikminor buglet
1998-11-23 Tim Janikdisconnect hadj & vadj, not 2 * hadj.
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-21 Andrew T. VeliathMinor indent fix on gtk_handle_box_get_arg proto
1998-11-21 Andrew T. VeliathAdd shadow_type and gtk_handle_box_set_shadow_type...
next