summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Don't destroy window after delete responsewip/baedert/gtk-widget-destroyTimm Bäder2017-10-071-2/+5
* gdk: Remove unused structTimm Bäder2017-10-071-8/+0
* textview: Fix popup menu refcountingTimm Bäder2017-10-071-1/+1
* nativedialog: Do not ref the transient_for parentTimm Bäder2017-10-071-2/+14
* GtkWindow: Remove _set_has_user_ref_countTimm Bäder2017-10-073-30/+0
* testdnd2: Adapt to widget changesTimm Bäder2017-10-071-4/+6
* build: Add missing action-namespace exampleTimm Bäder2017-10-071-0/+1
* testsuite: add widget refcount test caseTimm Bäder2017-10-072-0/+176
* widget: Remove gtk_widget_destroyTimm Bäder2017-10-073-48/+0
* Stop using gtk_widget_destroy everywhereTimm Bäder2017-10-07128-440/+538
* gtk: Stop using gtk_widget_destroyTimm Bäder2017-10-0775-205/+186
* window: Add gtk_window_destroyTimm Bäder2017-10-073-10/+24
* container: Add gtk_container_remove_callbackTimm Bäder2017-10-073-0/+26
* textview: Fix memory handlingMatthias Clasen2017-10-061-0/+3
* printing: Fix page drawingMatthias Clasen2017-10-062-7/+17
* printing: Some fixes to the print dialogMatthias Clasen2017-10-062-3/+5
* button: Fix label alignment in checks and radiosMatthias Clasen2017-10-061-0/+4
* gtk-demo: Deal with big imagesMatthias Clasen2017-10-061-0/+11
* gtk-demo: Add a new overlay demoMatthias Clasen2017-10-063-200/+38
* gtk-demo: Fix the overlay demoMatthias Clasen2017-10-061-2/+6
* gtk-demo: Fix up the drawingarea exampleMatthias Clasen2017-10-061-40/+23
* gtk-demo: Make the color chooser example non-resizableMatthias Clasen2017-10-061-0/+1
* HC: Avoid inflated titlebar separator in GEdit etcDaniel Boles2017-10-073-20/+25
* TreeViewCol: Fix SEGV on remove/add, + memory leakDaniel Boles2017-10-071-1/+0
* TreeViewCol: Don’t try to disconnect null treeviewDaniel Boles2017-10-071-5/+6
* Revert "treeviewcolumn: Don't leak button"Daniel Boles2017-10-071-1/+0
* iconbrowser: Don’t repeat folder-download-symbolicDaniel Boles2017-10-071-2/+1
* FileChooserButton: Avoid unref()ing a null modelDaniel Boles2017-10-071-1/+2
* gtk-demo: Fix the assistant demoMatthias Clasen2017-10-061-1/+4
* settings: Don't assert in notifyMatthias Clasen2017-10-061-1/+0
* gskrenderer: Make the window property not constructMatthias Clasen2017-10-061-2/+1
* vulkan: Add some missing cases to switchMatthias Clasen2017-10-061-0/+2
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-06113-207/+769
* build: Turn on more warning flagsBenjamin Otte2017-10-061-2/+0
* gtk-demo: Keep treeviews expandingMatthias Clasen2017-10-063-0/+3
* gtktreeview: Transform cell area to widget coordinatesCarlos Garnacho2017-10-061-0/+6
* treeviewcolumn: Don't swallow motion/crossing eventsCarlos Garnacho2017-10-061-6/+4
* treeview: Transform motion event coords to "bin window" coordsCarlos Garnacho2017-10-061-4/+8
* modelbutton: set_relative_to(NULL) the popover in disposeTimm Bäder2017-10-061-1/+1
* treeviewcolumn: Don't leak buttonTimm Bäder2017-10-061-0/+1
* filechooserbutton: Don't leak priv->modelTimm Bäder2017-10-061-0/+2
* applicationwindw: Don't leak show-help-overlay actionTimm Bäder2017-10-061-0/+1
* widget-factory: Don't leak GPropertyAction instancesTimm Bäder2017-10-061-4/+6
* build: Don't turn off critical warningsBenjamin Otte2017-10-0610-31/+29
* gtk-demo: Remove old build fileBenjamin Otte2017-10-061-164/+0
* build: Remove old Makefile.inc filesBenjamin Otte2017-10-063-220/+0
* Update Polish translationPiotr Drąg2017-10-062-686/+720
* Some updatesMatthias Clasen2017-10-061-0/+147
* Widget: make sure windowed widgets have a 1×1 min sizeTimm Bäder2017-10-061-0/+10
* widget: Allow 0×0 allocationsTimm Bäder2017-10-062-25/+18