summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo, testgtk: Don't pass an integer to fabswip/lantw/improve-freebsd-build-and-fix-warningsTing-Wei Lan2018-04-222-6/+6
* imcontextxim: Don't assign a variable to itselfTing-Wei Lan2018-04-221-1/+0
* Fix header guardsTing-Wei Lan2018-04-222-2/+2
* build: Use cc.links to check linker argumentsTing-Wei Lan2018-04-221-2/+6
* build: Make the default setting work on non-Linux Unix-like systemsTing-Wei Lan2018-04-223-18/+25
* widget: Position changes don't require a redrawBenjamin Otte2018-04-221-1/+3
* demo: Don't add more icons all the timeBenjamin Otte2018-04-221-3/+5
* build: Remove 'name' kwarg from has_function callsTimm Bäder2018-04-211-2/+2
* build: Fix copy/paste errorTimm Bäder2018-04-211-1/+1
* Always use #ifdef for G_ENABLE_DEBUGTimm Bäder2018-04-212-3/+3
* sizerequestcache: Directly initialize some localsTimm Bäder2018-04-211-4/+2
* Use inlined gtk_widget_get_display version in a few placesTimm Bäder2018-04-212-12/+12
* widget: Add static inline version of gtk_widget_display()Timm Bäder2018-04-212-13/+19
* textview: Remove handling_key_event flagTimm Bäder2018-04-211-6/+0
* gsk: Make gsk_text_node_new_with_bounds privateTimm Bäder2018-04-213-7/+9
* gl renderer: Rename texture_id parameter to fbo_idTimm Bäder2018-04-211-4/+4
* widget: Use get_instance_private more oftenTimm Bäder2018-04-211-140/+89
* sizerequestcache: Constify some localsTimm Bäder2018-04-211-4/+4
* sizerequestcache: Use int instead of gintTimm Bäder2018-04-212-20/+20
* sizerequest: Pull locals in closest scopeTimm Bäder2018-04-211-9/+9
* snapshot: Fix some documentation problemsTimm Bäder2018-04-211-2/+2
* viewport: Remove useless importTimm Bäder2018-04-211-1/+1
* viewport: Remove outdated commentTimm Bäder2018-04-211-1/+0
* gl renderer: Fix fallback node scalingTimm Bäder2018-04-211-5/+6
* Merge branch 'print-deserialize' into 'master'Matthias Clasen2018-04-201-2/+5
|\
| * printing: Be more careful when deserializingprint-deserializeMatthias Clasen2018-04-201-2/+5
* | Updated Spanish translationDaniel Mustieles2018-04-201-1310/+3084
* | Revert "Update Spanish translation"Daniel Mustieles2018-04-191-5429/+5856
* | stack: protect set_visible_child_name from NULL stackMarco Trevisan (Treviño)2018-04-191-0/+2
* | Merge branch 'gtkplacesview-finalization-fixes-master' into 'master'Emmanuele Bassi2018-04-191-0/+4
|\ \ | |/ |/|
| * gtkplacesview: disconnect from server list monitor changes on destroyMarco Trevisan (Treviño)2018-04-191-0/+3
| * gtkplacesview: unset entry_pulse_timeout_id before removing itMarco Trevisan (Treviño)2018-04-191-0/+1
|/
* Scale: Document new optional classes on value nodeDaniel Boles2018-04-181-1/+1
* Range: Make down/up keys act like down/up scrollsDaniel Boles2018-04-181-8/+8
* Range: Use should_invert_move() to scroll valueDaniel Boles2018-04-181-4/+11
* Range: Add should_invert_move() for scrolls & keysDaniel Boles2018-04-181-0/+18
* snapshot: Don't handle clip anymoreBenjamin Otte2018-04-177-154/+6
* MenuShell: Avoid compiler warning re un/signed cmpDaniel Boles2018-04-171-1/+1
* Menu|Item: Fix FIXME re non-const interned stringsDaniel Boles2018-04-174-6/+5
* Menu: Remove redundant typecheck in private funcDaniel Boles2018-04-171-1/+0
* Menu: Update @accel_path annotation/descriptionDaniel Boles2018-04-171-1/+1
* Menu: Typecheck AccelGroup passed via public APIDaniel Boles2018-04-171-0/+1
* Menu: Typecheck before dereferencing to get ->privDaniel Boles2018-04-171-7/+20
* MenuShell: Sanitise take_focus bool via public APIDaniel Boles2018-04-171-0/+1
* MenuShell: Typecheck the instance @ select_first()Daniel Boles2018-04-171-1/+5
* CellRenderer: Link to CellEditable.start_editing()Daniel Boles2018-04-171-0/+3
* CellRenderer: Clarify doc of .start_editing()Daniel Boles2018-04-171-2/+4
* CellRenderer: Entry is not the only CellEditableDaniel Boles2018-04-171-1/+2
* CellRenderer|Editable: Don't @See_also subclassesDaniel Boles2018-04-172-2/+2
* CellEditable: Clarify doc on lifecycle of editableDaniel Boles2018-04-171-3/+16