]> Pileus Git - ~andy/gtk/history - gtk/gtkstatusicon.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkstatusicon.c
2013-02-03 Matthias ClasenMake GtkStatusIcon survive on Broadway
2012-07-13 Carlos Garnachostatusicon: Rely on GtkIconHelper for pixbuf resizes
2012-05-15 Bastien Nocerastatusicon: Fix implicit declaration warning
2012-05-15 Fernando Lemosstatusicon: use absolute delta to find the nearest...
2012-02-27 Javier JardónChange FSF Address
2012-01-31 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE
2012-01-27 Carlos Garcia Camposgtkstatusicon: Use symbolic names for button numbers
2011-12-23 Matthias ClasenUse gtk_widget_get_allocated_width/height where it...
2011-12-18 Matthias ClasenUse the workarea when placing popups
2011-12-05 Cosimo Cecchistatusicon: fix the build on !X11
2011-12-05 Cosimo Cecchistatusicon: port to GtkIconHelper
2011-11-10 Alexander Larssonwin32: Hack to make statusbar menus show up visible:
2011-09-27 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-26 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-08-27 Matthias ClasenMake gtk_status_icon_set_name() work reliably
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-06-02 Javier JardónReplace gtk_misc_set_padding() with GtkWidget:margin...
2011-05-05 Javier Jardóngtk/gtktrayicon-x11.c: Use GdkRGBA instead GdkColor
2011-04-13 Javier JardónMove documentation to inline comments: GtkStatusIcon
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-29 Ryan LortieGtkStatusIcon: support fixed-sized icons
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-03 John (J5) Palmieri[gi] add missing annotations for signals that emit...
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-01 Dan WinshipFix several bugs handling GtkTrayIcon symbolic colors
2011-01-31 Kristian RietveldOnly include gtktrayicon.h when building for X11
2011-01-28 William Jon McCannDon't call object notify for something that isn't a...
2011-01-20 Pavel Holejsovsky[GI] Add (type) annotations to real types
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-18 Pavel Holejsovsky[GI] Cosmetic cleanups of annotations and doc comments
2011-01-18 Pavel Holejsovsky[GI] Annotate strings holding file paths as (type filename)
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-02 Hans Breuerwin32: disable gdk_display_get_default ()->core_pointer
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-08 Carlos Garcia CamposGtkStatusIcon: Use gtk_widget_render_icon_pixbuf()
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoGtkStatusIcon: update to use gtk_widget_override_symbol...
2010-11-08 Hans BreuerBug 609622 - disappearing statusicon
2010-11-07 Hans BreuerBug 609622 - disappearing statusicon
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-09-02 Matthias ClasenRemove blinking from status icons
2010-08-27 Javier JardónUse accessor functions to access GtkPlug
2010-08-22 Javier Jardóngtk/gtkstatusicon.c: use accessor functions to access...
2010-08-10 Philip WithnallBug 596125 — Property string fixes
2010-08-05 Matthias ClasenRe-add a lost Since: line
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse accessor functions to access GtkMisc
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-05-10 Matthias ClasenAdd padding around the status icons
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Christian DywanRemove deprecated GtkStatusIcon functions
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-29 Matthias ClasenGet symbolic colors for statusicons from systray
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Matthias ClasenAdd a way to set wm_class on statusicons
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-02-19 Johan Dahlin[annotations] Add allow-none
2010-01-20 Matthias ClasenAdd a way to set wm_class on statusicons
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-26 Javier JardónUse G_STRLOC instead __FILE__ and __LINE__
2009-10-18 Matthias ClasenDon't omit GTK_ICON_SIZE_DIALOG
2009-09-11 Matthias ClasenAdd a note about tooltip limitations
2009-07-04 Hans Breuergtk_status_icon_get_title() must return a value
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-20 Matthias ClasenAdd a title property to GtkStatusIcon
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-15 Daniel ElstnerTerminate case with break in switch statement
2009-03-29 Christian PerschBug 577224 – crash when setting new icon after setting...
2009-02-28 Matthias ClasenAvoid warnings
2009-01-02 Matthias ClasenFix the build on OS X
2008-12-28 Matthias ClasenDocumentation fixes
2008-12-19 Matthias ClasenFix the build
2008-12-13 Matthias ClasenDestroy the image too. Patch by Carlos Garcia Campos
2008-12-04 Johan DahlinAdd missing space in gtk-doc deprecated syntax
2008-11-05 Richard HultFix build for win32 and quartz.
2008-11-03 Matthias ClasenAdd new statusicon tooltip api
2008-11-03 Matthias ClasenFix the build
2008-11-01 Matthias ClasenAdd support for button press/release and scroll events...
2008-08-12 Michael Nattereruse g_return_val_if_fail() now that the function has...
2008-08-12 Matthias ClasenFix some new api
2008-08-08 Sven Neumanngtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket...
2008-08-03 Tor LillqvistFix typo in Win32 and Quartz code:
2008-08-02 Matthias ClasenAdd GIcon support to GtkStatusIcon
2008-07-25 Murray CummingDocumented the activate and popup-menu signals as being...
2008-07-07 Matthias ClasenTiny doc fix
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Johan DahlinRemove svn:executable property
2008-06-03 Colin WaltersBug 535303 – add _get_implementation to GtkStatusIcon
2008-03-12 Tor LillqvistRemove one extraneous space.
next