]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2001-04-27 Sven Neumannbefore creating links, check if pkg-config files exist...
2001-04-26 Michael Nattererremoved invalid multibyte sequence. fixed invalid end...
2001-04-26 Jonathan Blandfordclean up column dragging code. Revealed some (potential...
2001-04-26 Chookij VanathamAdded Hebrew Punctuation/Point Marks to the text.
2001-04-26 Owen Taylorremove some left-over files
2001-04-26 Owen TaylorFix optimization that was correct for the use here...
2001-04-26 Owen TaylorRemove deprecation of gtk_window_set_default_size(...
2001-04-25 Owen TaylorAdd note about GTK_ENABLE_BROKEN.
2001-04-25 Owen TaylorTest for window == NULL in a number of cases.
2001-04-25 Havoc Penningtonset_decorations_hint and set_functions_hint were still...
2001-04-24 Alexander LarssonForgot the ChangeLog entry.
2001-04-24 Alexander Larssoni2001-04-24 Alexander Larsson <alexl@redhat.com>
2001-04-24 Havoc Penningtonhandle 0-height empty/invisible lines.
2001-04-23 Jonathan Blandfordadd missing '}' that got munched by #endif.
2001-04-23 Sven Neumanngtk/Makefile.am gtk/gtkplug.c on request of Owen, rever...
2001-04-23 Sven Neumannput into #ifdef GDK_WINDOWING_X11 to make GTK+ compile...
2001-04-22 Owen TaylorAdd $(MATH_LIB).
2001-04-22 Keld Jørn SimonsenTranslations from Keld
2001-04-21 Kenneth ChristiansenTranslations from keld
2001-04-20 Alexander LarssonAPI Change. Take GdkColor arguments instead of gdouble...
2001-04-19 Owen TaylorFile containing #defines for XEMBED protocol.
2001-04-18 Havoc Penningtonadd signals and binding set, so keybindings are configu...
2001-04-18 Havoc PenningtonHandle numeric keypad keysyms; bug #50201
2001-04-18 Havoc PenningtonClose bug #50615:
2001-04-18 Havoc Penningtonallow shrinking the image window to test that we clip...
2001-04-18 Owen TaylorTry changing mode on shm segments to 0600. We'll see...
2001-04-18 Havoc Penningtonfix to properly queue resizes when the image is set
2001-04-18 Owen TaylorIntroduce an extra child of toplevel windows that serve...
2001-04-18 Owen TaylorReturn FALSE, not TRUE. (Fixes #52925)
2001-04-17 Owen TaylorReleased 1.3.4
2001-04-17 Owen TaylorDon't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
2001-04-17 Owen TaylorRemove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN
2001-04-16 Owen TaylorRemove explicit pointer grabs, since they are no longer...
2001-04-16 Hans Breueradded all exports required to link PyGtk 0.7.1
2001-04-13 Hans Breuerupdated
2001-04-13 Owen TaylorFix up to refer to GTK+, not to GLib; fix some wording...
2001-04-13 Owen TaylorAdd $(top_builddir) to includes as necessary, Run gtkdo...
2001-04-12 Tim Janikget this to compile.
2001-04-12 Anders CarlssonIt's pixbuf_pos, not pixbufpos.
2001-04-12 Jonathan Blandfordfix a fixme.
2001-04-12 Christian RoseFixed Swedish translation. Thanks to Göran Uddeborg
2001-04-11 Alexander LarssonPass pkg-config options before the other args so it...
2001-04-10 Christian RoseUpdated Swedish translation.
2001-04-09 Tim Janikincrement version to 1.3.4 (binary 0, interface 0).
2001-04-04 Denis Oliver... gtk_calendar_button_press: check for action_func !...
2001-04-04 Sven Neumanncorrected path to gtk.immodules
2001-04-04 Valek FrobUpdated russian translation.
2001-04-04 Tim JanikReleased Gtk+-1.3.3.
2001-04-04 Tim Janikstay in builddir and read/write files to/from source...
2001-04-03 Sven Neumannsorry, I only wanted to commit .cvsignore
2001-04-03 Sven Neumannshut up CVS
2001-04-03 Jonathan Blandfordremoved set_sort_column, as it was moved to the GtkTree...
2001-04-03 Owen TaylorUpdated.
2001-04-03 Tim Janikchanged gtk_item_factory_dump_items() and gtk_item_fact...
2001-04-03 Alexander LarssonAdd empty gdk_setting_get().
2001-04-03 Tim Janikuse more elaborate variable names.
2001-04-02 Jonathan BlandfordBug fix to make trees work again when not sorted.
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-04-02 Owen TaylorApplied patch from Ron Steinke to add signal accumulato...
2001-04-02 Jonathan BlandfordBOXED,BOXED,BOXED,BOXED): new marshaller.
2001-04-02 Owen TaylorAdd missing changelog entry.
2001-04-02 Owen TaylorAvoid chaining up to parent impl, since we have a INPUT...
2001-04-02 Owen TaylorReference param spec when caching property values,...
2001-04-02 Owen TaylorFix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_S...
2001-04-02 Alexander LarssonAdd gdk_window_begin_resize_drag and gdk_window_begin_m...
2001-04-02 Owen TaylorAdd boxed type for GtkRequistion. Use it for ::size...
2001-04-01 Tim Janikraise window for non _NET window managers.
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-04-01 Jonathan Blandfordfor (i = 0; i < 100; i ++) g_print ("I will confirm...
2001-04-01 Jonathan BlandfordInitial work on implementing the GtkTreeSortable interf...
2001-04-01 Tim Janikfixups.
2001-04-01 Tim Janikfixed a bunch of notifications, added reference counts...
2001-03-31 Hans Breuerdisable USE_MMX for msvc build cause the assembler...
2001-03-31 James Henstridgefix use of magic constant "-1" in the aux info structure.
2001-03-30 Alexander LarssonRemove leaks.
2001-03-30 Mike Kestneradded value_changed signal which proxies for the adjust...
2001-03-30 Jonathan BlandfordNow we listen to the reorder signal.
2001-03-29 Owen TaylorAdd private function to get the aux info structure...
2001-03-29 Jonathan BlandfordMassive reordering/sorting work. Now pretty much works.
2001-03-29 Owen Taylor*** empty log message ***
2001-03-29 Chookij VanathamAdded Thai UTF-8 text which also has the wrong written...
2001-03-29 Alexander LarssonDon't return TRUE from the event handler, that blocks...
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-03-28 Jonathan Blandfordnew function to handle reordering of trees. Seems to...
2001-03-28 Tim Janikc++ fixes.
2001-03-28 Owen TaylorFix use of uninitialized memory.
2001-03-28 Owen TaylorApply patch from Nils Barth fixing event return values...
2001-03-28 Jonathan BlandfordFix arguments to reordered signal.
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-26 Owen TaylorDon't reference the widgets in the resulting list....
2001-03-26 Owen TaylorAdd a virtual function to set whether the IM context...
2001-03-26 Owen TaylorRemove stale FIXME comment.
2001-03-26 Alexander LarssonFixed bug that returned NULL if a filename was selected.
2001-03-24 Havoc Penningtonimprove error message to contain the word "theme"
2001-03-24 Havoc Penningtonmake motion around the ring much slower but finer-grain...
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-24 Havoc Penningtonfix warnings
2001-03-23 Havoc PenningtonApply property patch from Lee Mallabone
2001-03-23 Havoc Penningtonfix up some docs
2001-03-23 Jonathan BlandfordForgot to namespace this.
next