]> Pileus Git - ~andy/gtk/history - gtk
XIM: gracefully deal with non-X backends
[~andy/gtk] / gtk /
2011-12-30 Matthias ClasenGtkImContextSimple: fix tentative match handling
2011-12-30 Matthias ClasenCosmetic changes to comments
2011-12-29 Benjamin Ottesettings: Cache style properties
2011-12-29 Benjamin Ottemodifierstyle: Move Private typedef to public header
2011-12-25 Ignacio Casal Quin... gtktextlayout: use g_slice for GtkTextLineDisplay
2011-12-25 Ignacio Casal Quin... gtktextbtree: use g_slice
2011-12-23 Benjamin Ottethemingbackground: Avoid erroring cairo context
2011-12-23 Benjamin Ottecssprovider: Fix leak
2011-12-23 Matthias ClasenFix scroll_offset handling
2011-12-23 Matthias ClasenOnly push the menu in if the position function said so
2011-12-23 Matthias ClasenUse gtk_widget_get_allocated_width/height where it...
2011-12-23 Matthias ClasenRemove an unneeded variable
2011-12-23 Matthias ClasenRemove an unused struct
2011-12-22 Benjamin Ottecombobox: Don't allow an individual cell to cheat
2011-12-22 Benjamin Ottewidget: Print a g_warning() when a cairo_t is invalid
2011-12-22 Benjamin Ottestyleproperties: Move private struct declaration into...
2011-12-22 Javier JardónDeprecate all the public API that is using GdkColor...
2011-12-22 Javier Jardóngtkappchooserwidget: Use g_object_clear()
2011-12-21 Ryan LortieGtkModelMenu: drop extra & added by mistake
2011-12-21 Cosimo Cecchiapplication: don't unconditionally unref the GMenuModel...
2011-12-21 Cosimo Cecchiapplication: mark menu/menubar getters as (transfer...
2011-12-21 Cosimo Cecchiapplication: use the same variable names in definitions...
2011-12-20 Colin WaltersGtkAction: Hold a reference to proxy widgets
2011-12-20 Matthias ClasenGtkApplicationWindow: fix a typo
2011-12-20 Javier Jardóngtk/gtkcellview.c: Use new GdkRGBA api instead GdkColor one
2011-12-20 Javier Jardóngtk/gtktrayicon-x11.c: Use new GdkRGBA api instead...
2011-12-20 Cosimo Cecchibutton: deprecate the inner-border style property
2011-12-20 Cosimo Cecchibutton: add CSS borders to the size request
2011-12-20 Cosimo Cecchibutton: add a border param to gtk_button_get_props()
2011-12-20 Ryan Lortiegtkmodelmenuitem: don't crash on missing action
2011-12-20 Cosimo Cecchitreeview: fix an uninitialised variable warning
2011-12-19 Matthias ClasenFix dist
2011-12-19 Matthias ClasenFix symbol lists
2011-12-19 Rui MatosRevert "progressbar: Set state flags on draw"
2011-12-19 Matthias ClasenAdd another bloatpad screenshot
2011-12-19 Rui Matosnotebook: Use the widget state flags as a base for...
2011-12-19 Rui Matosmenuitem: Stop setting state flags on the style context...
2011-12-19 Rui Matosmenubar: Stop setting state flags on the style context...
2011-12-19 Rui Matoslabel: Use the widget state flags as a base for drawing
2011-12-19 Rui Matoslabel: Stop setting state flags on the style context...
2011-12-19 Rui Matosimage: Stop setting state flags on the style context...
2011-12-19 Rui Matosiconview: Use the widget state flags as a base for...
2011-12-19 Rui Matosiconview: Stop setting state flags on the style context...
2011-12-19 Rui Matoshsv: Stop setting state flags on the style context...
2011-12-19 Rui Matosexpander: Use the widget state flags as a base for...
2011-12-19 Rui Matoseventbox: Stop setting state flags on the style context...
2011-12-19 Rui Matosentry: Use the widget state flags as a base for drawing...
2011-12-19 Rui Matosentry: Stop setting state flags on the style context...
2011-12-19 Rui Matoscombobox: Stop setting state flags on the style context...
2011-12-19 Rui Matoscellview: Stop checking for sensitivity on draw
2011-12-19 Rui Matoscellrenderertoggle: Use the cell renderer's state flags...
2011-12-19 Rui Matoscellrenderer: Use the widget state flags as a base...
2011-12-19 Rui Matoscheckmenuitem: Clean up state flags handling on drawing
2011-12-19 Rui Matoscheckbutton: Use the widget state flags as a base for...
2011-12-19 Rui Matoscheckbutton: Stop setting state flags on the style...
2011-12-19 Rui Matoscalendar: Use the widget state flags as a base for...
2011-12-19 Rui Matoscalendar: Use the widget state flags as a base for...
2011-12-19 Rui Matosbutton: Stop setting state flags on the style context...
2011-12-19 Rui Matosarrow: Stop setting state flags on the style context...
2011-12-19 Rui Matosaccellabel: Stop setting state flags on the style conte...
2011-12-19 Rui Matoswidget: Set style flags on the style context when the...
2011-12-19 Rui Matoswidget: Always propagate state flags to all children
2011-12-19 Ryan LortieGtkApplication: add menu API
2011-12-19 Ryan Lortiemissing file
2011-12-19 Ryan LortieGtkApplication: document relationship to gdkthreads
2011-12-19 Ryan LortieGtkApplicationWindow: deal with remote actions
2011-12-19 Ryan LortieGtkApplication: lock gdk on incoming messages
2011-12-19 Ryan LortieMove X property handling to GtkApplicationWindow
2011-12-19 Matthias ClasenDocument that gtk_init is called without argv
2011-12-19 Matthias ClasenFix a typo
2011-12-19 Matthias ClasenForgotten file
2011-12-19 Matthias ClasenShow off some menus
2011-12-19 Matthias ClasenSome more menu-related docs
2011-12-19 Matthias ClasenGtkBuilder: pick up named submenus
2011-12-19 William HuaHandle menu changes.
2011-12-19 William HuaRefactor GMenuModel rendering for Mac OS.
2011-12-19 William Huagtkquartz-menu: fix some leaks
2011-12-19 William Huabegin adding menu accelerators
2011-12-19 Matthias ClasenTwo small fixes
2011-12-19 Matthias ClasenFix up includes
2011-12-19 William Huabegin GtkApplication menu support for Mac OS
2011-12-19 Ryan LortieGtkApplicationWindow: share one GActionMuxer
2011-12-19 Matthias ClasenDocumentation additions
2011-12-19 Matthias ClasenGtkApplicationWindow: Always install accelerators
2011-12-19 Matthias ClasenGtkApplication: Extract accelerators from menus
2011-12-19 Matthias ClasenIntroduce gtkaccelmapprivate.h
2011-12-19 Matthias ClasenGtkApplication: Add API to install accelerators for...
2011-12-19 Matthias ClasenGtkApplicationWindow: Set the accel group on constructe...
2011-12-19 Matthias ClasenGtkApplicationWindow: Add a GtkAccelGroup
2011-12-19 Matthias ClasenFix a gtk-doc warning
2011-12-19 Ryan LortieGtkApplication: export windows on the bus
2011-12-19 Ryan Lortie(trivially) implement 'shutdown' in GtkApplication
2011-12-19 Matthias ClasenAdd an example
2011-12-19 Matthias ClasenUpdate GtkApplicationWindow docs
2011-12-19 Matthias ClasenWhitespace fix
2011-12-19 Matthias ClasenMake accelmap initialization more forgiving
2011-12-19 Matthias ClasenClean up includes
2011-12-19 Ryan LortieSplit off GMenuModel -> GtkMenuBar code
2011-12-19 Ryan LortieWatch "shell shows menu" settings for changes
2011-12-19 Ryan LortieGtkSettings: quartz: shell always shows menus
next