]> Pileus Git - ~andy/gtk/history - gtk
Split off gtkprivate.h
[~andy/gtk] / gtk /
2010-10-20 Emmanuele BassiSplit off gtkprivate.h
2010-10-20 Emmanuele Bassibuild: Do not install gtkprivate.h
2010-10-20 Emmanuele Bassisettings: Move setting property registration in gtksett...
2010-10-20 Javier Jardóngtkapplication: fix docs
2010-10-20 Matthias ClasenRemove GtkComboBoxEntry and the combo box text api
2010-10-19 Ryan LortieGtkApplication: add gtk_application_get_windows()
2010-10-19 Javier JardónCompletely remove gtk_widget_hide_all
2010-10-19 Matthias ClasenRemove gtk_widget_hide_all()
2010-10-19 Matthias ClasenAdd padding to class structs
2010-10-19 Matthias ClasenRemove the outdated faq
2010-10-19 Kristian Rietvelddnd-quartz: get hot spot from device offset for surface...
2010-10-19 Kristian Rietvelddnd-quartz: take hot spot into account when setting...
2010-10-18 Ryan LortieGtkApplication rewrite
2010-10-18 Benjamin Ottegtk: Add gtk_widget_queue_draw_region()
2010-10-18 Benjamin Otteprint: Make things compile again
2010-10-18 Benjamin Otteselection: Hi, I can't get my code right
2010-10-18 Benjamin Ottenotebook: Hi, I can't get my function prototypes right
2010-10-18 Benjamin Ottewidget: Remove special case in gtk_widget_queue_draw_area()
2010-10-18 Colin Waltersintrospection: Filter out all headers ending in "private"
2010-10-18 Matthias ClasenDon't add a second cell renderer
2010-10-18 Christian DywanAdd gtk_combo_box_{get,set}_popup_fixed_width to gtk...
2010-10-17 Kristian RietveldIcon view must layout before the draw handler is called
2010-10-17 Kristian RietveldImplement gtk_drag_set_icon_surface in gtkdnd-quartz
2010-10-17 Kristian RietveldFix typo in docs
2010-10-17 Tristan Van BerkomAllow GtkComboBox popup to be wider than the combo...
2010-10-16 Matthias ClasenFix some GtkComboBoxText problems
2010-10-16 Matthias ClasenFix some GtkComboBoxText problems
2010-10-16 Matthias ClasenAdd filechooser settings gschema to EXTRA_DIST
2010-10-16 Matthias ClasenRemove a private symbol from gtk.symbols
2010-10-16 Matthias ClasenTemporarily disable test involving file choosers
2010-10-16 Matthias ClasenFix up symbol lists
2010-10-16 Javier JardónGtkComboBoxText: Use gtk_combo_box_text_remove instead...
2010-10-15 Marek KasikParse lpoptions correctly
2010-10-15 Christian DywanUse property system to coerce model data to G_TYPE_STRING
2010-10-15 Matthias Clasendocs: cross-reference to GtkComboBoxText
2010-10-15 Matthias ClasenAdd docs for GtkComboBoxText
2010-10-15 Matthias Clasendocs: fix a cross-reference
2010-10-15 Matthias ClasenDeprecate the old combobox text convenience api
2010-10-15 Javier JardónUse the new GtkComboBoxText API
2010-10-15 Matthias ClasenAdd gtk_combo_box_text_new_with_entry
2010-10-15 Matthias Clasendocs: adjust Since tags
2010-10-15 Christian DywanUse text column value in GtkComboBoxText
2010-10-15 Christian DywanAdded GtkComboBoxText api
2010-10-15 John RallsBug 631719 - Restore second, more important, call to...
2010-10-15 Alberto GarciaMake gtk_accelerator_get_default_mod_mask() return...
2010-10-15 Javier Jardóndocs: Document GtkScrolledWindow's signals
2010-10-15 Matthias ClasenDeprecate gtk_init_add, gtk_remove_add and friends
2010-10-15 Colin WaltersAdd boxed type and constructor
2010-10-15 Matthias ClasenImprove GtkBox and GtkTable docs a bit
2010-10-15 Emmanuele Bassilink-button: Add ::activate-link signal
2010-10-15 Tristan Van BerkomRemoved screwy GtkScrolledWindow logic
2010-10-15 Matthias ClasenImplement get_preferred_width/height in GtkEventBox
2010-10-15 Matthias ClasenUse gtk_container_handle_border_width() in GtkEventBox
2010-10-14 Federico Mena QuinteroPart of bgo#613728 - [GtkTreeView] Focus the list,...
2010-10-14 Kristian RietveldDo not call validate_visible_area() from the draw method
2010-10-14 Kristian RietveldAdd test for bug 163214
2010-10-14 Kristian RietveldAdd test for bug 111500
2010-10-14 Kristian RietveldAdd unit test for bug 93584
2010-10-14 Kristian RietveldAlso test scrolling to a new row in a mixed height...
2010-10-14 Michael Natterergtk: add cast to fix warning in my last commit
2010-10-14 Cody RussellImplement style_set() for GtkWindow to resize window...
2010-10-14 Tristan Van BerkomDeprecate GtkComboBoxEntry in favor of added properties...
2010-10-13 Matthias ClasenAdd new API to docs and symbol list
2010-10-13 Matthias ClasenSupport GtkWidget expand properties in GtkNotebook
2010-10-13 Matthias ClasenSupport GtkWidget expand properties in GtkTable
2010-10-13 Havoc PenningtonSupport GtkWidget expand properties in GtkBox
2010-10-13 Havoc PenningtonAdd horizontal and vertical expand flags, compute_expan...
2010-10-13 Matthias ClasenSome more resize grip cleanups
2010-10-13 Matthias ClasenUnify handling of GtkWindow::resizable property
2010-10-13 Matthias ClasenMake GtkRecentManager use standard icon names for theme...
2010-10-13 Matthias ClasenSome resize grip cleanups
2010-10-13 Tristan Van BerkomRemoved all traces of GtkWrapBox from GTK+.
2010-10-13 Matthias ClasenDon't start a drag if we are not resizable
2010-10-13 Christian PerschUse GSettings for the filechooser settings
2010-10-12 Michael NattererBug 563002 - Doesn't call 'update-preview' on set_filename
2010-10-12 Kristian RietveldDon't check resize-grip-visible in default values unit...
2010-10-12 Kristian RietveldDisable resize grip on spin button test
2010-10-12 Kristian RietveldFix scrolled window policy so the size allocation does...
2010-10-12 Kristian RietveldHandle off-by-one errors due to rounding
2010-10-12 Kristian RietveldUse double iso. float since that is what GtkAdjustment...
2010-10-12 Kristian RietveldUse GtkAdjustment accessors to properly compress change...
2010-10-12 Tor LillqvistAdd two new functions to gtk.symbols
2010-10-12 Tristan Van BerkomAdded logic to GtkScrolledWindow when allocating height...
2010-10-12 Tristan Van BerkomMake GtkScrolledWindow offload border-width calculation...
2010-10-12 Matthias ClasenDon't link to old stuff
2010-10-12 Matthias ClasenFix a trivial typo
2010-10-12 Matthias ClasenInspect geometry when setting resize grip cursors
2010-10-11 Owen W. TaylorGtkWindow: Allow setting size from geometry
2010-10-11 Owen W. TaylorWarn when calling gtk_window_parse_geometry() on an...
2010-10-11 Owen W. TaylorFix handling of the geometry widget
2010-10-11 Tristan Van BerkomAdded documentation to GtkContainer about implementing...
2010-10-11 Javier Jardóndocs: Move documentation do inline comments: GtkContainer
2010-10-11 Javier Jardóndocs: Improve reference crossing in GtkWidget docs
2010-10-11 Xan LopezPlug memory leak in GtkWindow
2010-10-11 Javier Jardóndocs: Move documentation to inline comments: GtkScrolle...
2010-10-09 Matthias ClasenFix a problem with 'resize grip avoidance' in scrollbars
2010-10-09 Matthias ClasenCheck for grip_window != NULL in gtk_window_draw
2010-10-08 William Jon McCannDon't assume widgets are containers when walking the...
2010-10-08 Matthias ClasenFix grip window positioning
2010-10-08 Matthias ClasenDon't show resize grips on override-redirect window
next