summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document the new apiwip/matthiasc/box3Matthias Clasen2019-01-222-4/+26
* Redo in terms of reorder_after / insert_afterMatthias Clasen2019-01-2216-65/+88
* Redo using reorder_childMatthias Clasen2019-01-2216-116/+79
* action bar: Drop the position child propertyMatthias Clasen2019-01-221-54/+0
* box: Remove gtk_box_reorder_childMatthias Clasen2019-01-2216-141/+106
* box: Add insertion apisMatthias Clasen2019-01-222-0/+46
* box: Remove the position child propertyMatthias Clasen2019-01-2280-1862/+0
* migration guide: Add a paragraph about GtkBox's pack-typewip/baedert/box2Timm Bäder2019-01-031-0/+11
* box: Remove gtk_box_pack_startTimm Bäder2019-01-0333-232/+198
* box: Remove gtk_box_pack_endTimm Bäder2019-01-033-21/+0
* box: Simplify documentationTimm Bäder2019-01-031-23/+2
* box: Remove children listTimm Bäder2019-01-031-344/+182
* testsuite: Remove box packing css node testsTimm Bäder2019-01-034-74/+0
* box: Remove pack-type child propertyTimm Bäder2019-01-034-128/+5
* assistant: Fix button order in ui fileTimm Bäder2019-01-031-44/+21
* dialog: Expose the content area as a separate GtkBox childTimm Bäder2019-01-0312-23/+30
* Stop using GtkBox's pack-type child prop in UI filesTimm Bäder2019-01-038-54/+15
* combobox: Stop using GtkBox's pack-type propertyTimm Bäder2019-01-032-6/+2
* scalebutton: Stop relying on GtkBox's pack-type child propTimm Bäder2019-01-031-12/+14
* Stop using gtk_box_pack_endTimm Bäder2019-01-0381-865/+862
* tests: Remove flicker testTimm Bäder2019-01-032-215/+0
* shortcutssection: Use a center box as footerTimm Bäder2019-01-031-3/+4
* buttonbox: Remove redundant if statementTimm Bäder2019-01-031-5/+0
* colorchooser: Remove extra custom colorTimm Bäder2019-01-031-1/+1
* popover demo: Fix size-allocate callback signatureTimm Bäder2019-01-031-4/+5
* window: Fix state_flags_changed impl nameTimm Bäder2019-01-031-4/+4
* stack: Don't queue an unnecessary redrawTimm Bäder2019-01-031-2/+2
* entry: Remove unused structTimm Bäder2019-01-031-8/+0
* Check for the session bus before using itMatthias Clasen2019-01-021-1/+1
* Merge branch 'wip/nbenitezl/move-bookmark-placeholder-index-4' into 'master'Matthias Clasen2019-01-031-0/+3
|\
| * gtkplacessidebar.c: move bookmark at the placeholder indexNelson Benítez León2018-12-171-0/+3
* | Merge branch 'patch-1' into 'master'Matthias Clasen2019-01-031-0/+2
|\ \
| * | Zero-fill new GtkTextIterOrivej Desh2018-12-161-0/+2
* | | Merge branch 'wip/carlosg/imwayland-for-master' into 'master'Matthias Clasen2019-01-036-169/+1515
|\ \ \
| * | | build: wrap IM protocol building under have_wayland altogetherCarlos Garnacho2018-12-181-9/+9
| * | | imwayland: Respect maximum length of 4000 Bytes on strings being sent.Carlos Garnacho2018-12-181-3/+63
| * | | imwayland: Plug leaksCarlos Garnacho2018-12-181-0/+4
| * | | imwayland.c: fix formattingDorota Czaplejewicz2018-12-181-3/+3
| * | | imwayland: rearrange functions to remove prototypesDorota Czaplejewicz2018-12-181-95/+89
| * | | imwayland: Handle enter and leave eventsDorota Czaplejewicz2018-12-181-28/+57
| * | | imwayland: Collect return value from ::delete-surrounding signalCarlos Garnacho2018-12-181-4/+4
| * | | imwayland: Don't reset serial while text-input is aliveDorota Czaplejewicz2018-12-181-7/+5
| * | | imwayland: Fix clearing of preedit text in webkitgtkDorota Czaplejewicz2018-12-181-2/+5
| * | | imwayland: Fix clearing of preedit textDorota Czaplejewicz2018-12-181-1/+1
| * | | modules: Check current context before retrieving surroundingCarlos Garnacho2018-12-181-0/+3
| * | | imwayland: clear preedit on focus outDorota Czaplejewicz2018-12-181-13/+6
| * | | imwayland: Add text-input-unstable-v3 supportDorota Czaplejewicz2018-12-186-105/+1367
* | | | Fix XChangeProperty callsMatthias Clasen2019-01-022-2/+2
* | | | Merge branch 'wip/carlosg/revealer-fix-interrupted-animations-master' into 'm...Timm Bäder2019-01-021-4/+5
|\ \ \ \
| * | | | revealer: Fully set the target state if unmapped during animationCarlos Garnacho2018-12-191-4/+5