]> Pileus Git - ~andy/gtk/history - gtk
gtk: add gtk_entry_get_text_area() and gtk_entry_get_icon_area()
[~andy/gtk] / gtk /
2010-10-22 Michael Natterergtk: add gtk_entry_get_text_area() and gtk_entry_get_ic...
2010-10-22 Christian Perschrecent-chooser: Use gtk_recent_info_get_gicon()
2010-10-22 Christian PerschAdd gtk_recent_info_get_gicon()
2010-10-22 Emmanuele Bassirecent-manager: Fix the documentation
2010-10-22 Emmanuele Bassirecent-manager: Add RecentInfo.create_app_info()
2010-10-22 Emmanuele Bassirecent-manager: Move the file under XDG_USER_DATA
2010-10-22 Tadej BorovšakAdd GtkScrollable interface
2010-10-21 Tristan Van BerkomEnhanced GtkWidget documentation with regards to height...
2010-10-21 Benjamin Ottecontainer: Fix typo that caused madness
2010-10-21 Benjamin Otteentry: No, you can not haz ununused variables
2010-10-21 Christian Dywancomboboxtext: Add gtk_combo_box_text_remove_all()
2010-10-21 Benjamin Otteprogressbar: Remove declaration of nonexisting function
2010-10-21 Benjamin Ottesocket: Fix compiler issues
2010-10-21 Matthias ClasenMake GtkEntry a no-window widget
2010-10-21 Michael Natterergtk: change GtkIconView to "support" actual trees
2010-10-21 Matthias ClasenMake GtkSpinButton a no-window widget
2010-10-21 Matthias ClasenMake GtkProgressBar a no-window widget
2010-10-21 Matthias ClasenProperly propagate expand flags
2010-10-20 Ryan LortieGtkButton: avoid use of gtk_get_event_widget()
2010-10-20 Ryan LortieGtkIMContextSimple: avoid gdk_window_get_user_data
2010-10-20 Javier Jardóngtk.symbols: Add missing GtkApplication api
2010-10-20 Michael Natterergtk: clean up GtkWidget signals
2010-10-20 Emmanuele BassiRe-add copyright notice
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
next