]> Pileus Git - ~andy/gtk/history - gtk/gtkrc.c
Merge libgdk and libgtk
[~andy/gtk] / gtk / gtkrc.c
2010-12-21 Matthias ClasenMerge libgdk and libgtk
2010-12-18 Carlos GarnachoRemove dead Gtk[Rc]Style code
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Benjamin Ottegtkrc: Remove unused code
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Matthias ClasenInitial attempt at deprecating GtkStyle api
2010-12-04 Carlos GarnachoDo not initialize RC subsystem.
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-13 Javier JardónFix some compilation warnings
2010-08-30 Tor LillqvistDrop Win32 DLL ABI compatibility cruft
2010-08-25 Matthias ClasenMake builtin rc consistent
2010-08-18 Matthias ClasenRemove GtkWidget::draw-border
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-05-18 Matthias ClasenMove the module cache files below libdir
2010-05-10 Bastien NoceraMake it easy for apps to have dark themes
2010-05-08 Matthias ClasenMake 3.0 parallel-installable to 2.x
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Christian DywanRemove obsolete helper function gtk_rc_add_rc_sets
2010-05-02 Christian DywanRemove deprecated GtkRcStyle functions
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-29 Matthias ClasenAdd a way to set symbolic colors per-widget
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-26 Matthias ClasenFix issues with symbolic colors in rc file parsing
2009-03-02 Matthias ClasenImprove the drawing of progress in entries, using fg...
2008-12-13 Matthias ClasenHandle being called early. Bug report by Andrés G....
2008-09-27 Matthias Clasen Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISU...
2008-08-08 Tor Lillqvistgtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-16 Michael Natterergtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_objec...
2008-01-14 Michael Nattereradd cast to fix const warning.
2007-11-30 Matthias ClasenFix doc typos
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-06-11 Matthias ClasenAccept class names starting with lowercase letters...
2007-06-08 Carlos Garnachoinitialize rc_priv in the else branch too. (#445539)
2007-06-08 Matthias ClasenMake it possible for theme engines to support symbolic...
2007-06-06 Yevgen Muntyannew method, gtk_widget_modify_cursor() (#89314).
2007-03-26 Christian PerschInitialise variable. Bug #423064.
2007-03-22 Matthias ClasenFreeze property notification. Handle the gtk-color...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-02-28 Matthias ClasenDon't leak references to the color-hash gotten from...
2007-02-06 Kristian RietveldNew tooltips API.
2006-12-07 Matthias ClasenFix accelerator clipping
2006-11-13 Paolo Borelliplug small memory leak (#370395)
2006-10-05 Michael Nattereradded new scanner token "unbind" which gets rid of...
2006-09-04 Michael Nattererserialize floating point values using locale-independen...
2006-08-03 Michael Nattererreset scanner config to default values while checking...
2006-07-21 Matthias ClasenNew function to destroy an rc context.
2006-07-21 Matthias ClasenReplace gtk_rc_style_ref/unref by g_object_ref/unref.
2006-07-21 Michael NattererEnable symbolic colors and color expressions in style...
2006-07-07 Michael Natterergtk/gtkrc.c fix canonicalization of property names...
2006-07-06 Michael Nattereradded a bunch of utility functions to copy icon_factori...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-19 Matthias ClasenMake transparent tray icons work. (#320034, based on...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-30 Matthias ClasenFix problems with setting symbolic colors from rc files...
2006-04-18 Matthias ClasenAllocate pixmap_path dynamically, rather than using...
2006-04-03 Matthias ClasenAllocate the gtk_rc_default_files array dynamically.
2006-04-03 Matthias ClasenAvoid relocations for the array of symbol names.
2006-03-23 Matthias ClasenSupport subclasses in RC files. (#142417, Todd Berman...
2005-12-16 Matthias ClasenRework the way the color scheme setting is inherited...
2005-12-12 Matthias ClasenMake the gtk-color-scheme setting work.
2005-11-23 Michael Nattererdon't leak all toplevel windows on other screens (corre...
2005-11-23 Michael NattererAdded symbolic themable colors. Patch is a merged versi...
2005-11-04 Michael Nattererapplied patch from maemo-gtk that changes the mtime...
2005-10-05 Matthias ClasenReadd the memory leak fix, since the assertion failures...
2005-10-04 Matthias ClasenRevert the change from yesterday, since it leads to...
2005-10-03 Matthias ClasenUnref the style when removing it from the hash table...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-04-06 Matthias ClasenMake it compile
2005-04-06 Matthias ClasenDon't modify scanner->value, copy it first. (#165693...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-03 Matthias ClasenDon't leak the values here. (#169047, Philip Langdale)
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2005-01-01 Tor Lillqvistgtk/gtkmodules.c (get_module_path) With g_getenv()...
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-10-20 Matthias ClasenInclude gtkmodules.h. (#155885, Kazuki IWAMOTO)
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-12 Matthias ClasenApply the gtk-default-menu-item-style to cell view...
2004-06-26 Soeren Sandmannsmall color tweak. (#141173)
2004-04-29 Matthias ClasenAdd a missing cat. (#141070, Chris Sherlock)
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-04 Owen TaylorDon't open/close the file, just check for existence...
2004-02-26 Soeren SandmannNew function. Use resize cursors for resize grips....
2004-02-26 Owen Taylorhu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat...
2004-02-26 Matthias ClasenDoc trivia.
2004-02-26 Owen TaylorExport gtk_rc_reset_styles(). (Request from Dom Lachowi...
2003-09-20 Tor LillqvistDon't use zip -r on the etc directory, to avoid includi...
2003-08-24 Owen TaylorFix some missing initializations of rc_file->directory.
2003-08-24 Owen TaylorFix problem where rc_file->directory wasn't always...
next