]> Pileus Git - ~andy/gtk/history - gtk
Updated Bulgarian translation
[~andy/gtk] / gtk /
2010-04-04 Michael Natterergtk: remove begin-user-action/end-user-action around...
2010-04-04 Javier JardónDon't use GTK_WIDGET_SET_FLAGS() in gtk_widget_init()
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_PARENT_SENSITIVE)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RC_STYLE)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_APP_PAINTABLE)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Patrick BernaudMove documentation to inline comments: GtkPlug
2010-04-04 Steven HarmsMove documentation to inline comments: GtkVBox
2010-04-04 Steven HarmsMove documentation to inline comments: GtkVSeparator
2010-04-04 Steven HarmsMove documentation to inline comments: GtkVScrollbar
2010-04-04 Steven HarmsUpdate gtkvscale documentation for in code comments...
2010-04-04 Javier JardónAdd version info about the deprecation of GTK_WIDGET_SE...
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónFix gtk_widget_is_sensitive() function. Second try
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_SHOW_ALL)
2010-04-04 Javier JardónFix gtk_widget_is_sensitive() function
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_SENSITIVE)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_DOUBLE_BUFFERED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_PARENT_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-04-04 Javier JardónDon't use GTK_WIDGET_NO_WINDOW in internal code anymore
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Florian MüllnerAdd introspection annotation for gtk_builder_get_object
2010-04-04 Matthias ClasenAdd some missing docs
2010-04-04 Matthias Clasendoc fixes
2010-04-04 Matthias ClasenCorrect annotations for gtk_tree_view_get_path_at_pos
2010-04-04 Matthias ClasenHandle out-of-bounds parameters in gtk_assistant_get_nt...
2010-04-04 Matthias ClasenFix a segfault in gtk_assistant_set_current_page
2010-04-04 Matthias ClasenClarify the docs for gtk_info_bar_set_default_response
2010-04-04 Matthias ClasenAdd some padding in tool buttons
2010-04-04 Carlos Garcia Campos[docs] Fix GtkPlug::embedded signal documentation
2010-04-04 Carlos Garcia CamposEmit GtkPlug::embedded signal when plug/socket are...
2010-04-04 Viktor Pracht[Annotations] Add array length for GtkTreeStore
2010-04-04 Johan Dahlin[annotations] Add allow-none for gtk_menu_popup
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Michael NattererBug 548026 - No accessor for GtkWidget.requisition
2010-04-04 Stefan Kostwidget: ensure boolean before comparing
2010-04-04 Stefan Kostwidget: don't check before setting to avoid costly...
2010-04-04 Javier JardónRevert "Drop duplicate declarations"
2010-04-04 Matthias ClasenFix a compatibility problem
2010-04-04 Matthias ClasenDrop duplicate declarations
2010-04-04 Christian DywanRemove duplicate definitions of gtk_widget_set/get_real...
2010-04-04 Michael NattererAllow calling gtk_widget_style_attach() only when realized
2010-04-04 Javier JardónFix compilation warning: return FALSE instead NULL
2010-04-04 Javier JardónFix compilation warning: cast to GCompareFunc
2010-04-04 Matthias ClasenAdd some more goddamn accessors
2010-04-04 Matthias ClasenAvoid overlap of scale marks
2010-04-04 Matthias ClasenAvoid a crash when setting a tooltip on a GtkCalendar
2010-04-04 Matthias ClasenFix a refcounting issues in GtkPlug
2010-04-04 Matthias ClasenAllow running without any im context
2010-04-04 Alan KnowlesAdd introspection annotations for gtk_tree_model_get_pa...
2010-04-04 Christian PerschCorrectly clone the toolbutton's icon-name image widget
2010-04-04 Tor LillqvistUse correct processorArchitecture for x86_64 in manifes...
2010-04-04 Javier JardónMove documentation to inline comments: GtkAccelLabel
2010-04-04 Christian Dywan[gtk] Deprecate GtkCurveType enum
2010-04-04 Michael Natterergtk: fix crash in _gtk_rbtree_find_offset() called...
2010-04-04 Cody RussellBug 554420 - Seal GtkTextTag
2010-04-04 Michael NattererBug 608993 - Add gtk_widget_style_attach()
2010-04-04 Cody RussellRemove existing signal connections in gtk_drag_dest_uns...
2010-04-04 Christian DywanImplement gtk_paned_get_handle_window
2010-04-04 Christian DywanDo not update paned position if it's already at the...
2010-04-04 Javier Jardón[docs] Fix GtkOffscreenWindow documentation
2010-04-04 Paul DavisSmall memory fix
2010-04-04 Michael NattererBug 607778 - Add accessors for GtkEntry's windows
2010-04-04 Michael Natterer Bug 607082 - Add accessors for sealed GtkRange members
2010-04-04 Claudio SaavedraGtkTreeView: plug a leaking GtkTreeRowReference
2010-04-04 Matthias ClasenAdd a way to set wm_class on statusicons
2010-04-04 Murray CummingGtkToolPalette: Fix a compiler warning introduced in...
2010-04-04 Javier JardónAdd gtk_widget_has_rc_style() accessor
2010-04-04 Kristian RietveldBug 607322 - Double-click doesn't work if the item...
2010-04-04 Murray CummingGtkToolPalette: Change gtk_tool_palette_get_drop_group...
2010-04-04 Matthias ClasenFix some issues with action widgets
2010-04-04 Matthias ClasenFix declaration of gtk_print_job_set_status
2010-04-04 Matthias ClasenReset effective_attrs when necessary
2010-04-04 Murray CummingGtkToolPalette: Use GtkToolItemGroup* instead of GtkWid...
2010-04-04 Michael NattererSome fixes in gtkoffscreenwindow.h
2010-04-04 Javier Jardón[docs] Use the correct GTK-doc syntax to refer to GTK...
2010-04-04 Javier Jardón[docs] Use the correct GTK-doc syntax to refer to GTK...
2010-04-04 Matthias ClasenCorrect PRC6 and PRC9 envelope sizes
2010-04-04 Christian DywanLimit GtkContainer::border-width to 65535
2010-04-04 Christian DywanImplement "preedit-changed" in GtkEntry and GtkTextView
2010-04-04 Christian DywanUse const gchar* in gtk_window_get_icon_name implementation
2010-04-04 Christian DywanDocument GtkWidget::state-changed signal properly
2010-04-04 Javier Jardón[docs] Add missing "Deprecated: 2.x" to the api doc...
2010-04-04 Christian PerschAllow NULL iter in gtk_combo_box_set_active_iter to...
2010-04-04 Javier JardónUse g_strcmp0() instead custom safe_strcmp()
2010-04-04 Jean Brefortfix critical in gtk_editable_insert_text
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-04-04 Javier JardónDeprecate some widget flags
2010-04-04 Javier JardónFix compilation warning: use const *gchar variable
2010-04-04 Christian DywanDon't use GTK_WIDGET_NO_WINDOW in GtkEventBox
next