]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2010-11-23 William Jon... Add some window border to test open with
2010-11-23 William Jon... Add a default file to open with test
2010-11-23 William Jon... Simplify title and heading
2010-11-23 Cosimo Cecchiopen-with-widget: don't set border in the widget box
2010-11-23 Cosimo Cecchiopen-with-widget: add support for fallback applications
2010-11-23 Cosimo Cecchiopen-with-dialog: remove old declarations
2010-11-23 Cosimo Cecchiopen-with: remove obsolete code
2010-11-23 Cosimo Cecchiopen-with-widget: simplify code a bit
2010-11-23 Cosimo Cecchiopen-with-widget: add a "Show more applications" button
2010-11-23 Cosimo Cecchiopen-with-widget: make the list more pretty
2010-11-23 Cosimo Cecchiopen-with-dialog: don't ever show_all()
2010-11-23 Cosimo Cecchiopen-with-widget: add a context menu for recommended...
2010-11-23 Cosimo Cecchitests: update to new API
2010-11-23 Cosimo Cecchiopen-with-dialog: remove the mode from the dialog,...
2010-11-23 Cosimo Cecchiopen-with: first attempt to split the dialog into a...
2010-11-23 Cosimo Cecchitests: use new open with mode in the tests
2010-11-23 Cosimo Cecchiopen-with: turn the show_all_applications boolean into...
2010-11-23 Cosimo Cecchiopen-with: add docs and integrate with the build GTK...
2010-11-23 Cosimo Cecchiopen-with: add gtk_open_with_dialog_get_mode()
2010-11-23 Cosimo Cecchiopen-with: change the API to make it symmetric for...
2010-11-23 Cosimo Cecchitests: rewrite the GtkOpenWithDialog test to make it...
2010-11-23 Cosimo Cecchiopen-with: add misc utility API to the dialog
2010-11-23 Cosimo Cecchiopen-with: add xpadding to the treeview renderers
2010-11-23 Cosimo Cecchiopen-with: cope with NULL GAppInfo
2010-11-23 Cosimo Cecchiopen-with: don't override the class signal handler...
2010-11-23 Cosimo Cecchiopen-with: don't use gtk_misc_* functions
2010-11-23 Cosimo Cecchiopen-with: add a "show-other-applications" property
2010-11-23 Cosimo Cecchiopen-with: initial implementation of GtkOpenWithDialog
2010-11-20 Gheyret T.KenjiAdded UG translation
2010-11-20 Kjartan MaraasUpdated Norwegian bokmål translation
2010-11-19 John (J5) Palmieri[gi] add array annotations for DnD related methods
2010-11-19 Michael Natterergtk: remove GtkWidget::size-request
2010-11-19 Martin PittGtkRadioButtons: Mark group arguments as "allow-none"
2010-11-19 Owen W. TaylorCreate the icon pixmap with the system visual
2010-11-19 Evan Martindocs: Copy GtkSizeGroup ownership discussion to GtkWind...
2010-11-19 Michael Natterergtk: draw the frame around the spinbutton's buttons...
2010-11-19 Javier Jardónconfigure: define GTK+ version before AC_INIT
2010-11-19 Javier Jardóngtkcombobox: Use accessor functions to access GtkTreeVi...
2010-11-19 Javier Jardóngtktreeview: Use accessor functions to access GtkTreeVi...
2010-11-19 Javier Jardóngtkentry: move public members to private structure
2010-11-19 Javier Jardóngail: Use accessor functions to access GtkEntry
2010-11-19 Javier JardónAdd _gtk_entry_get_im_context() internal accessor
2010-11-19 Javier Jardóngtkcombobox: Do not access GtkEntry internals
2010-11-19 Javier Jardóngail: we cant access button->in_button directly now.
2010-11-19 Javier JardónCreate a private header to access some GtkButton variables
2010-11-19 Javier Jardóngtktbutton: Move public members to private structure
2010-11-19 Javier Jardóndocs: Improve cross-referencing in the migration guide
2010-11-18 Javier Jardóngtkplug: Do not leak in gtk_plug_realize()
2010-11-18 Tristan Van... Fixing GtkScrolledWindow inconsistent scrollbar visibility.
2010-11-18 Tristan Van... Fixing hangs with GtkScrolledWindow
2010-11-18 Michael Natterergtk: honor entry->has_frame again draw the frame condit...
2010-11-18 Michael Natterergtk: draw the progress only on the text area
2010-11-17 Javier Jardóndemos: Replace size_request by get_preferred_width...
2010-11-17 Javier Jardóngtkoffscreenbox.c: Replace size_request by get_preferre...
2010-11-17 Javier Jardóndocs: Move Height-for-width geometry management virtual...
2010-11-17 Jordi MasFix for Catalan translation
2010-11-16 Federico Mena... bgo#634558 - filechooser - Actually focus the Search...
2010-11-16 John (J5) Palmieri[gi] add "array" annotations to GtkAboutDialog methods
2010-11-16 Javier Jardóngtkmain: Remove deprecated gtk_init_add() function
2010-11-16 Javier JardónDeprecate GtkCallbackMarshal and GtkFunction
2010-11-16 Javier JardónGtkArg is deprecated since 2.2
2010-11-16 Javier Jardóndocs: Add cross-reference in GtkAlign docs
2010-11-16 Javier Jardóndocs: Fix a typo in gtk_button_set_alignment() docs
2010-11-15 Javier Jardóndocs: Remove template of unused functions
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: event_structs
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: x_interaction
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: drawing
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkthreads
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkevents
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: properties
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkselection
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkvisual
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkpango
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkcursor
2010-11-15 Bastien Noceragdk: Add big fat warning about updating XSettings
2010-11-15 Bastien Noceragdk: Update gdk_settings_map for blink timeout to work
2010-11-15 John (J5) Palmieri[gi] add "out" annotations to gtk_tree_store_sort_colum...
2010-11-15 Petr KovarUpdate Czech translation
2010-11-15 Javier Jardóndocs: gdkrgba: Add "Since: 3.0" tags
2010-11-15 Javier Jardóndocs: Remove GdkPixmap template
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: general
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkkeys
2010-11-15 Javier Jardóndocs: move documentation to inline comments: gdktesting
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkscreen
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkdisplay...
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkdisplay
2010-11-15 Javier Jardóndocs: Move documentation to inline comments: gdkapplaun...
2010-11-14 Jordi MasFixes wrong translation for Catalan
2010-11-14 Bruce CowanUpdated British English translation
2010-11-14 Carlos Garcia... docs: Mention that tooltip_column text should be escape...
2010-11-14 Javier Jardóndocs: Do not refer to deprecated GNOME2 porting guide
2010-11-14 Javier Jardóndocs: Update URL of some documentation links
2010-11-13 Gheyret T.KenjiAdded UG translation
2010-11-13 Gabor KelemenUpdated Hungarian translation
2010-11-13 Khaled HosnyUpdated Arabic translation
2010-11-13 Javier Jardónexamples/gtkdial: Do not use size_request vfunc
2010-11-13 Matthias ClasenFix a crash in gnome-terminal when using a compositor
2010-11-12 Bastien Noceragdk: Add XSetting for "gtk-cursor-blink-timeout"
2010-11-11 Matthias ClasenRemove no longer existing files
2010-11-11 Matthias ClasenReally get rid of _gtk_cell_renderer_calc_offset
next