]> Pileus Git - ~andy/gtk/history - gtk
Updated Norwegian bokmål translation
[~andy/gtk] / gtk /
2010-01-29 Cody RussellRemove existing signal connections in gtk_drag_dest_uns...
2010-01-29 Christian DywanImplement gtk_paned_get_handle_window
2010-01-29 Christian DywanDo not update paned position if it's already at the...
2010-01-28 Javier Jardón[docs] Fix GtkOffscreenWindow documentation
2010-01-22 Paul DavisSmall memory fix
2010-01-22 Michael NattererBug 607778 - Add accessors for GtkEntry's windows
2010-01-22 Michael Natterer Bug 607082 - Add accessors for sealed GtkRange members
2010-01-22 Claudio SaavedraGtkTreeView: plug a leaking GtkTreeRowReference
2010-01-20 Matthias ClasenAdd a way to set wm_class on statusicons
2010-01-19 Murray CummingGtkToolPalette: Fix a compiler warning introduced in...
2010-01-18 Javier JardónAdd gtk_widget_has_rc_style() accessor
2010-01-18 Matthias ClasenFix a redraw problem with action widgets
2010-01-18 Kristian RietveldBug 607322 - Double-click doesn't work if the item...
2010-01-18 Murray CummingGtkToolPalette: Change gtk_tool_palette_get_drop_group...
2010-01-18 Matthias ClasenFix some issues with action widgets
2010-01-18 Matthias ClasenFix declaration of gtk_print_job_set_status
2010-01-18 Matthias ClasenReset effective_attrs when necessary
2010-01-14 Murray CummingGtkToolPalette: Use GtkToolItemGroup* instead of GtkWid...
2010-01-13 Michael NattererSome fixes in gtkoffscreenwindow.h
2010-01-12 Javier Jardón[docs] Use the correct GTK-doc syntax to refer to GTK...
2010-01-12 Javier Jardón[docs] Use the correct GTK-doc syntax to refer to GTK...
2010-01-12 Matthias ClasenCorrect PRC6 and PRC9 envelope sizes
2010-01-11 Christian DywanLimit GtkContainer::border-width to 65535
2010-01-11 Christian DywanImplement "preedit-changed" in GtkEntry and GtkTextView
2010-01-11 Christian DywanUse const gchar* in gtk_window_get_icon_name implementation
2010-01-11 Christian DywanDocument GtkWidget::state-changed signal properly
2010-01-11 Javier Jardón[docs] Add missing "Deprecated: 2.x" to the api doc...
2010-01-08 Christian PerschAllow NULL iter in gtk_combo_box_set_active_iter to...
2010-01-08 Javier JardónUse g_strcmp0() instead custom safe_strcmp()
2010-01-07 Jean Brefortfix critical in gtk_editable_insert_text
2010-01-07 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-01-07 Javier JardónDeprecate some widget flags
2010-01-04 Javier JardónFix compilation warning: use const *gchar variable
2010-01-04 Christian DywanDon't use GTK_WIDGET_NO_WINDOW in GtkEventBox
2010-01-04 Christian DywanNo GTK_WIDGET_NO_WINDOW in GtkFixed and deprecate...
2010-01-04 Christian DywanDon't use GTK_WIDGET_NO_WINDOW in GtkContainer
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-01-04 Christian DywanFix missing GTK_WIDGET cast on printer option widget...
2010-01-04 Christian DywanFix missing GTK_WINDOW cast in _gtk_menu_shell_update_m...
2010-01-03 Benjamin OtteDocument missing signal parameter
2010-01-03 Matthias ClasenMake mnemonic hiding work in all cases
2010-01-01 Kristian RietveldPlug leaks in quartz implementation of gtk_drag_begin_i...
2010-01-01 Kristian RietveldRework a previous commit to not crash in addition to...
2009-12-31 Murray CummingGtkToolPalette: docs: Minor English corrections.
2009-12-31 Johan DahlinAvoid warnings when introspetion is not available
2009-12-31 Johan DahlinFix build with system install of introspection
2009-12-30 Kristian RietveldFix compiler warning
2009-12-30 Kristian RietveldFix memory management of types array
2009-12-30 Kristian RietveldDo not leak the NSMutableSet
2009-12-28 Kristian RietveldUnset expander_column when expander column is removed...
2009-12-28 Cody RussellDocumentation changes.
2009-12-28 Cody RussellAdd 'Since 2.20' documentation.
2009-12-28 Cody RussellAdd documentation note for GtkOffscreenWindow emission...
2009-12-28 Cody RussellAdd gtk-doc section for GtkOffscreenWindow
2009-12-28 Cody RussellAdd gtk_offscreen_window_get_{pixmap,pixbuf} to gtk...
2009-12-28 Cody RussellAdd gtk_offscreen_window_get_pixmap() and gtk_offscreen...
2009-12-28 Cody RussellAdd headers
2009-12-28 Cody RussellAdd offscreen window symbols to gtk.symbols
2009-12-28 Cody RussellAdd gtk_offscreen_window_new() prototype to gtkoffscree...
2009-12-28 Cody RussellGtkOffscreenWindow implementation for #604901
2009-12-23 Kristian RietveldFix call to update_prelight()
2009-12-22 Jonh WendellFix a memory leak in gtk_label_compose_effective_attrs()
2009-12-21 Kristian RietveldCorrect problems with earlier fix for bug #480065
2009-12-21 Kristian RietveldBug 480065 - wrong tree collapsed (or expanded) after...
2009-12-21 Matthias ClasenFix make check
2009-12-21 Matthias ClasenImprove selection/arrow key behaviour in GtkTextView
2009-12-21 Matthias ClasenTry harder to handle accelerators involving virtual...
2009-12-21 Javier JardónMove documentation to inline comments: GtkMountOperation
2009-12-21 Javier JardónMove documentation to inline comments: GtkImage
2009-12-21 Javier JardónMove documentation to inline comments: GtkFileChooser
2009-12-21 Benjamin OtteBuild adds not-yet-built libgtk-x11-2.0.la into the...
2009-12-21 Matthias ClasenMake mnemonic hiding work for printer option widgets
2009-12-21 Matthias ClasenMore auto-mnemonics tweaks
2009-12-21 Matthias ClasenSome improvements to the auto-mnemonics code
2009-12-21 Matthias ClasenHandle reading the create-folders property
2009-12-20 Javier JardónFix compilation warning: cast to GTK_WIDGET()
2009-12-20 Matthias ClasenOnly show the mnemonic underline when pressing Alt
2009-12-19 Benjamin OtteFix up linker flags
2009-12-19 Benjamin OtteDisconnect signal handlers on adjustment in destroy...
2009-12-19 Carlos Garcia CamposFix a crash on print preview
2009-12-19 Dan WinshipChange GtkIconSize to int in params/return values
2009-12-19 Dan WinshipFix out/transfer annotations on GtkImage getters
2009-12-19 Matthias ClasenFix doc typos
2009-12-19 Javier Jardón[docs] Cast to GFunc in gtk_tree_selection_get_selected...
2009-12-19 Hiroyuki Ikezoe[gtk] GtkCellEditable::editing-cancelled should be...
2009-12-18 Torsten Schoenfeld[docs] Add some 'Since: 2.4' tags
2009-12-18 Hiroyuki IkezoeUse g_value_dup_string instead.
2009-12-16 Johan DahlinUse Makefile.introspection
2009-12-16 Johan DahlinMake sure dist check works with introspection
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-16 Tomeu VizosoAdd a few more annotations to GtkIconTheme
2009-12-16 Colin WaltersBuild introspection data for gdk-pixbuf, gdk, and gtk
2009-12-16 Benjamin OtteRevert dd511e825aef9edada30107b3d891d496cc39fd8
2009-12-15 Matthew BarnesBug 602099 - Actions can be activatable too
2009-12-14 Matthias ClasenFix gtk_tool_item_get_text_size_group return value
2009-12-11 Christian DywanReset the pressed state of a button when the screen...
2009-12-10 Sven Herzberglet the close button reflect the page_complete status...
2009-12-10 Johan DahlinFix the builder tests
2009-12-09 Danielle MadeleyFix GTK_TREE_MODEL_FILTER_GET_CLASS macro
2009-12-08 David King[doc] Add error domains on functions taking a GError**
next