]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2011-02-05 Kristian HøgsbergAdd Wayland backend
2011-02-05 Matthias ClasenAvoid tons of warnings from stylecontext initialization...
2011-02-05 Matthias ClasenDemonstrate the problem with a workaround
2011-02-05 Carlos GarnachoEnsure gtk_render_background()/frame() yield the same...
2011-02-05 Carlos GarnachoUse cairo_push_group() to mix backgrounds during transi...
2011-02-05 Michael Natterergtk: don't style GtkLabel:selected's color separately
2011-02-05 Matthias ClasenDon't leak a cell area context
2011-02-05 Matthias ClasenMigration guide additions
2011-02-05 Matthias ClasenAdd a testcase for cell positions
2011-02-05 Bastien Noceragtk-demo: Use symbolic icon that exists
2011-02-05 Matthias ClasenSimple test for display-less widget creation
2011-02-05 Matthias ClasenDon't assume a screen exists before realize()
2011-02-05 Matthias ClasenImprove GtkApplication migration guide
2011-02-05 Matthias ClasenFix a memory leak in GtkCSSProvider
2011-02-05 Matthias ClasenXI2: translate group state back into core state
2011-02-05 Matthias ClasenPass group state to _gdk_x11_device_xi2_translate_state
2011-02-05 Matthias ClasenShare code to fill GdkEventKey.string
2011-02-04 Khaled HosnyUpdated Arabic translation
2011-02-04 Matthias ClasenAdd an empty English translation for properties
2011-02-04 Matthias ClasenAdd an English translation
2011-02-04 Matthias ClasenStrip XF86 prefix from untranslated keysyms
2011-02-04 Matthias ClasenAdd translation entries for more common keysyms
2011-02-04 Matthias ClasenRemove debug spew
2011-02-04 Matthias ClasenXI2: don't translate button releases as scroll events
2011-02-04 Javier JardónRemove latest bits of GtkItemFactory
2011-02-04 Tristan Van... Fixed gtk_recent_chooser_menu_set_current_filter to...
2011-02-04 Yaron ShahrabaniUpdated Hebrew translation.
2011-02-03 Matthias ClasenProtect against tree_view being NULL
2011-02-03 Tristan Van... Added set_transient_for() implementation for GdkOffscre...
2011-02-03 Laszlo Pandy[GI] Add method annotation for gtk_grab_add and gtk_gra...
2011-02-03 Laszlo Pandy[GI] Add method annotations to remaining gtk_drag_...
2011-02-03 Tristan Van... Fixing GtkColorButton to redraw itself when gtk_color_b...
2011-02-03 Tristan Van... Added default implementations of various GtkCellArea...
2011-02-03 Tristan Van... Added default implementation of GtkCellRendererClass...
2011-02-03 Matthias ClasenDon't g_object_unref cairo surfaces
2011-02-02 Piotr DrągUpdated Polish translation
2011-02-02 Piotr DrągUpdated Polish translation
2011-02-02 Martin Pitt[GI] Annotate gtk_drag_{dest,source}* as methods
2011-02-02 Changwoo RyuUpdated Korean translation
2011-02-02 Martin Pitt[GI] Mark mis-detected constructors as such
2011-02-02 Matthias ClasenFix the build with --enable-gtk2-dependency
2011-02-02 Tristan Van... Fixed GtkCellLayout buildable implementation to set...
2011-02-02 Tristan Van... Fixed GtkContainer buildable implementation to set...
2011-02-02 Matthias ClasenDon't build pixbuf engine, still
2011-02-02 Matthias ClasenFix another GtkFixed regression, in gtk_fixed_forall()
2011-02-02 Matthias ClasenBump version
2011-02-01 John RallsUpdate quartz to reflect deletion of GdkNativeWindow...
2011-02-01 Matthias ClasenAdd another bug ref
2011-02-01 Vincent UntzFix crash in gtk_fixed_remove()
2011-02-01 Matthias ClasenRemove accidentally exported symbol
2011-02-01 Matthias ClasenUpdates for 2.99.3
2011-02-01 Benjamin OtteAPI: gdk: Get rid of GdkNativeWindow
2011-02-01 Benjamin Ottex11: Use Window isntead of GdkNativeWindow
2011-02-01 Benjamin OtteAPI: gdk: Change get_drag_window() API
2011-02-01 Benjamin OtteAPI: gdk: Make GDK_DRAG_PROTOCOL_NONE equal to 0
2011-02-01 Benjamin OtteAPI: gdk: Make GdkEventSelection.requestor a GdkWindow
2011-02-01 Benjamin Ottex11: Use gdk_x11_window_foreign_new_for_display() uncon...
2011-02-01 Matthias ClasenFix a warning
2011-02-01 Matthias ClasenRemove a dead member
2011-02-01 Matthias ClasenMake xim work with XI2
2011-02-01 Matthias ClasenMake treeview expanders work reliably
2011-02-01 Benjamin Ottegdk: Remove GdkEventClient
2011-02-01 Benjamin Ottetests: Remove refreh button from testtoolbar test
2011-02-01 Benjamin Ottetestgtk: Remove ability to reload all rc files
2011-02-01 Benjamin Ottetests: Remove clientmessage test
2011-02-01 Benjamin Ottex11: Do dnd event handling via gdk_window_add_filter()
2011-02-01 Benjamin Ottex11: Use macros for byte order to set byte order
2011-02-01 Benjamin Ottex11: Register wm_protocols function with gdk_window_add...
2011-02-01 Benjamin Ottex11: Fill in event->any.window before calling filter...
2011-02-01 Benjamin Ottex11: Handle motif client message filter just like xdnd...
2011-02-01 Benjamin Ottex11: Use event->any.window instead of any random member
2011-02-01 Benjamin OtteAPI: gtk: Remove client_event vfunc from GtkWidget
2011-02-01 Matthias ClasenDeal gracefully with unowned selections
2011-02-01 Dan WinshipFix several bugs handling GtkTrayIcon symbolic colors
2011-02-01 Matthias ClasenClarify models vs callbacks in entry completion docs
2011-01-31 Kristian RietveldDon't use GTK_IS_PLUG for non-X11 backends
2011-01-31 Kristian RietveldCheck whether mask is NULL
2011-01-31 Kristian RietveldOnly include gtktrayicon.h when building for X11
2011-01-31 Matthias ClasenBandaid fix for icon view subclassing
2011-01-31 Stefan KostClarify key-{press,release}-event docs.
2011-01-31 Tristan Van... Fixed GtkToolPalette ->forall implementation to be...
2011-01-31 Tristan Van... Added "shift" modifier versions of keybings for GtkFile...
2011-01-31 Daniel MustielesUpdated Spanish translation
2011-01-31 Matthias ClasenFix a segfault in gtk_statusbar_remove_all
2011-01-31 Emmanuele Bassicss-provider: Fix up the Switch style
2011-01-31 Matthias ClasenSpeed up expander animation
2011-01-31 Matthias ClasenMake GtkEntryCompletion::match-selected arguments consi...
2011-01-31 Matthias ClasenAdd a note to ::fill and ::expand docs
2011-01-31 Matthias ClasenPrevent a segfault in GtkPlug
2011-01-31 Matthias ClasenRemove RC file references from docs where appropriate
2011-01-31 Matthias ClasenRemove references to RC files in the env var docs
2011-01-31 Matthias ClasenFix GTK_SPINNER_CLASS macro
2011-01-31 Matthias ClasenAdd a missing id to the docs
2011-01-31 Baurzhan MuftakhidinovUpdated Kazakh translation
2011-01-31 Benjamin OtteAPI: gdk: Change GdkEventOwnerChange to not take GdkNat...
2011-01-31 Matthias ClasenMention key themes in the migration guide
2011-01-31 Matthias ClasenSmall optimization
2011-01-31 Matthias Clasendoc fixes
2011-01-31 Matthias ClasenMove GtkBindings docs inline
2011-01-31 Matthias ClasenAdd a gtkbindingsprivate.h header
next