]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2007-07-09 Matthias ClasenFix build problems on Cygwin. (#448604)
2007-07-09 Jaap HaitsmaRemove usage of deprecated GtkTooltips API. Use
2007-07-09 Johan DahlinMake the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.
2007-07-09 Johan DahlinDocument <accelerator> element
2007-07-09 Johan Dahlin|___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder...
2007-07-09 Theppitak Karoonboon... Updated Thai translation.
2007-07-09 Tim Janikapplied docu clarification patch from Bjoern Lindqvist...
2007-07-08 Matthias ClasenSupport old-style message contexts, too.
2007-07-08 Johan DahlinImprove the way properties are copied over from a menui...
2007-07-08 Johan DahlinConvert GtkMenus which are not part of a GtkMenuBar...
2007-07-08 Johan DahlinParse last_modification_time attribute in <signal> tag
2007-07-08 Matthias ClasenAdd support for context and comments on properties
2007-07-08 Matthias ClasenFix a typo and a memory management bug
2007-07-08 Johan DahlinParse <accessibility> but don't do anything yet. Do...
2007-07-07 Tim Janikdocu fixup by Bjoern Lindqvist, #454703.
2007-07-07 Kostas PapadimasUpdated Greek translation
2007-07-07 Richard Hult]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep...
2007-07-07 Johan Dahlin (GtkBuilderConverter._add_action_from_menuitem...
2007-07-07 Johan Dahlin (GtkBuilderConverter._convert_menuitem): Add suppor...
2007-07-07 Johan DahlinAssert that the tagname of the nodes are correct, facto...
2007-07-07 Johan Dahlin (GtkBuilderConverter._parse): Remove unsupported...
2007-07-07 Johan Dahlin (GtkBuilderConverter): Refactor; Optimize widget...
2007-07-07 Tim Janikdocu fixes from Guillaume Cottenceau, #454596.
2007-07-07 Johan DahlinConvert GtkTextView::text properties
2007-07-06 Richard HultFix (de)miniaturizing transient windows, by (un)setting...
2007-07-06 Richard HultAdd stub.
2007-07-06 Johan DahlinAdd a missing semi-colon in the doc string, spotted...
2007-07-06 Michael J.... Added a comment to explain the signal used to stop...
2007-07-05 Matthias ClasenTry again to make gdk_pixbuf_get_file_info work for...
2007-07-05 Matthias ClasenPixbuf properties
2007-07-04 Ignacio Casal... Updated Galician Translation.
2007-07-04 Tor LillqvistUse GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIB...
2007-07-04 Ankitkumar... Updated Gujarati Translations
2007-07-04 Ankitkumar... Updated Translation
2007-07-04 Tim Janikadded usage example to gdk_event_request_motions()...
2007-07-04 Tor LillqvistOn Win32 call gtk_status_icon_button_press() in an...
2007-07-04 Chris WilsonRemove a surplus GDK_THREADS_LEAVE() and avoid a potent...
2007-07-04 Johan Dahlinpack children from the start instead of the end, this...
2007-07-04 Johan DahlinWe support GtkComboBox.items properties now
2007-07-04 Johan DahlinFix confusing indentation
2007-07-04 Johan DahlinAdd support for converting GtkComboBox items, also...
2007-07-03 Tim Janikfixed up motion hint description.
2007-07-03 Richard HultKeep track of button state and include it in key events...
2007-07-03 Matthias ClasenFix some doc typos
2007-07-03 Richard HultInclude modifier state in key release events. Fixes...
2007-07-03 Matthias ClasenAlways set an error when returning NULL. (453365, Micha...
2007-07-03 Matthias ClasenReport errors about integer parsing back up. (#452988)
2007-07-03 Matthias ClasenDon't leave priv->image dangling when use-stock is...
2007-07-03 Tor LillqvistHandle GDK_PIXBUF_EXTRA_LIBS like GDK_EXTRA_LIBS, i...
2007-07-03 Tor LillqvistClarify.
2007-07-03 Tor LillqvistImplement. Just return FALSE for now. What should this...
2007-07-03 Matthias ClasenBe more careful when calling g_propagate_error(). ...
2007-07-03 Matthias ClasenFix a link
2007-07-03 Matthias ClasenFix up formatting
2007-07-03 Tristan Van... Fixed assertions from setting "tooltip-text" to NULL...
2007-07-03 Matthias ClasenImprovements
2007-07-03 Ilkka TuohelaUpdated Finnish translation
2007-07-03 Johan DahlinAdd a --root option. Filter empty properties. Convert...
2007-07-03 Johan DahlinMimic the behavior of gtk_dialog_add_action_widget...
2007-07-03 Nguyen Thai... updated vi.po
2007-07-02 Matthias Clasen2.11.6
2007-07-02 Matthias Clasen2.11.5
2007-07-02 Kristian Rietveldnew function to check whether a rubber banding operatio...
2007-07-02 Matthias ClasenUpdates
2007-07-02 Matthias ClasenUpdates
2007-07-02 Johan DahlinUpdates
2007-07-02 Matthias ClasenDocument the "orientation" option.
2007-07-02 Matthias Clasenmore additions
2007-07-02 Matthias ClasenFix a typo
2007-07-02 Matthias ClasenMore additions
2007-07-02 Matthias ClasenAdd more detail
2007-07-02 Johan DahlinImprove GtkBuilder DTD, remove treemodel section, add...
2007-07-02 Nguyen Thai... updated vi.po
2007-07-01 Matthias ClasenDocument GtkBuilder UI definitions
2007-07-01 Jan Arne PetersenAdd parentheses to fix the operator order in the icon...
2007-07-01 Johan DahlinUpdates
2007-07-01 Johan DahlinConvert to getopt, improved documentation, change the...
2007-07-01 Takeshi AIHANAFixed wrong translations.
2007-07-01 Takeshi AIHANAUpdated Japanese translation.
2007-07-01 Takeshi AIHANAUpdated Japanese translation.
2007-06-30 Richard HultContinue the event handling cleanup:
2007-06-30 Richard HultSimplify (get the origin directly from the window).
2007-06-30 Richard HultNo need to special case the root window now that it...
2007-06-30 Richard HultImprove comments in those files. Add a debugging helper...
2007-06-30 Johan DahlinImprove error handling for enum/flags, rename the conve...
2007-06-30 Richard HultMake this work properly for the root window.
2007-06-30 Richard HultImprove the tracking rect updating: - No need to overri...
2007-06-30 Matthias ClasenCorrections and additions
2007-06-30 Matthias ClasenBe picky
2007-06-30 Johan DahlinMove type-func to <object> instead of <child>, add...
2007-06-30 Johan DahlinMake boolean string parsing consistent, #452464
2007-06-30 Matthias ClasenAdditions
2007-06-30 Matthias Clasendocumentation updates
2007-06-30 Matthias ClasenFix bug ref
2007-06-30 Matthias ClasenNew function to determine if keyboard layouts for both...
2007-06-29 Matthias ClasenAdd empty migration chapter for GtkBuilder
2007-06-29 Matthias ClasenAdditions
2007-06-29 Matthias ClasenEnable SSL support. (#451070, Vince Busam)
2007-06-29 Johan DahlinImprove reference counting, #447967
2007-06-29 Ryan LortieConnect the "destroy" signal so that the 'window' point...
next