Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | textview: Port to GtkDragSource | Matthias Clasen | 2020-01-03 | 1 | -107/+38 |
* | textbuffer: Add a content provider api | Matthias Clasen | 2020-01-03 | 2 | -0/+11 |
* | text: Convert to GtkDragSource | Matthias Clasen | 2020-01-03 | 1 | -92/+39 |
* | entry: Port icon dnd to GtkDragSource | Matthias Clasen | 2020-01-03 | 2 | -20/+20 |
* | calendar: Port to GtkDragSource | Matthias Clasen | 2020-01-03 | 1 | -35/+31 |
* | linkbutton: Port to GtkDragSource | Matthias Clasen | 2020-01-03 | 1 | -36/+77 |
* | label: Port to GtkDragSource | Matthias Clasen | 2020-01-03 | 1 | -83/+17 |
* | dnd: Patch up gtk_drag_get_source_widget | Matthias Clasen | 2020-01-03 | 1 | -3/+8 |
* | Add a GtkDragSource object | Matthias Clasen | 2020-01-03 | 2 | -1/+813 |
* | marshalers: Add another | Matthias Clasen | 2020-01-03 | 1 | -0/+1 |
* | Adwaita: Make dnd marks in text views green | Matthias Clasen | 2020-01-03 | 1 | -0/+4 |
* | textview: Render visible marks better | Matthias Clasen | 2020-01-03 | 2 | -16/+30 |
* | Merge branch 'remove-xim' into 'master' | Matthias Clasen | 2020-01-03 | 4 | -1755/+0 |
|\ | |||||
| * | Remove the XIM input method | Emmanuele Bassi | 2019-11-16 | 4 | -1755/+0 |
* | | Fix the previous commit | Matthias Clasen | 2020-01-02 | 1 | -1/+1 |
* | | stackswitcher: Fix switch-while-drag functionality | Matthias Clasen | 2020-01-02 | 1 | -0/+2 |
* | | dnd: Be safer | Matthias Clasen | 2020-01-01 | 1 | -1/+1 |
* | | Merge branch 'drag-icon' into 'master' | Matthias Clasen | 2019-12-30 | 8 | -60/+472 |
|\ \ | |||||
| * | | Remove gtk_window_set_hardcoded_surface | Matthias Clasen | 2019-12-30 | 2 | -39/+12 |
| * | | container: Be more careful with roots | Matthias Clasen | 2019-12-30 | 1 | -2/+5 |
| * | | widget: Be more careful with roots | Matthias Clasen | 2019-12-30 | 1 | -3/+2 |
| * | | dnd: Use GtkDragIcon | Matthias Clasen | 2019-12-30 | 1 | -16/+8 |
| * | | Add GtkDragIcon | Matthias Clasen | 2019-12-30 | 3 | -0/+445 |
| * | | tooltipwindow: Cosmetic fix | Matthias Clasen | 2019-12-29 | 1 | -1/+1 |
* | | | mountoperation: Handle D-Bus missing | Matthias Clasen | 2019-12-30 | 1 | -0/+3 |
* | | | tooltip: Never set a window to be its own parent | Matthias Clasen | 2019-12-30 | 2 | -0/+5 |
* | | | tooltipwindow: Cosmetic fix | Matthias Clasen | 2019-12-30 | 1 | -1/+1 |
|/ / | |||||
* | | tooltips: Stop using GTK_WINDOW_POPUP | Matthias Clasen | 2019-12-29 | 4 | -112/+513 |
* | | Drop custom tooltip windows | Matthias Clasen | 2019-12-29 | 3 | -76/+3 |
* | | docs: Touch up menu button docs | Matthias Clasen | 2019-12-29 | 1 | -8/+6 |
* | | docs: Rewrite popover menu docs | Matthias Clasen | 2019-12-29 | 3 | -104/+62 |
* | | treeview: Use a popover for search | Matthias Clasen | 2019-12-29 | 2 | -226/+48 |
* | | win32: Use a regular window for printing | Matthias Clasen | 2019-12-29 | 1 | -1/+1 |
* | | accelcellrenderer: Stop grabbing | Matthias Clasen | 2019-12-29 | 1 | -43/+0 |
* | | accelcellrenderer: Fix editing | Matthias Clasen | 2019-12-29 | 1 | -16/+29 |
* | | gtk: Remove menu code | Matthias Clasen | 2019-12-29 | 57 | -11963/+1 |
* | | accellabel: Don't mention GtkMenuItem in the docs | Matthias Clasen | 2019-12-29 | 1 | -9/+7 |
* | | label: Stop referring to GtkMenuItem in the docs | Matthias Clasen | 2019-12-29 | 1 | -2/+1 |
* | | buildertool: Drop menu properties | Matthias Clasen | 2019-12-29 | 1 | -4/+0 |
* | | inspector: Remove menu special-casing | Matthias Clasen | 2019-12-29 | 2 | -34/+1 |
* | | widget: Remove menu special-casing | Matthias Clasen | 2019-12-29 | 1 | -4/+1 |
* | | label: Remove menu support code | Matthias Clasen | 2019-12-29 | 1 | -38/+2 |
* | | menubutton: Stop supporting menus | Matthias Clasen | 2019-12-29 | 3 | -460/+15 |
* | | headerbar: Stop using GtkMenuButton::use-popover | Matthias Clasen | 2019-12-29 | 1 | -1/+0 |
* | | menutoolbutton: Stop supporting menus | Matthias Clasen | 2019-12-29 | 2 | -83/+2 |
* | | menutoolbutton: Fix sensitivity handling | Matthias Clasen | 2019-12-29 | 1 | -3/+0 |
* | | toolbar: Simplify overflow implementation | Matthias Clasen | 2019-12-29 | 6 | -528/+119 |
* | | combobox: Replace GtkTreeMenu with a popover | Matthias Clasen | 2019-12-29 | 7 | -1563/+950 |
* | | accellabel: Remove an example using menus | Matthias Clasen | 2019-12-29 | 1 | -24/+0 |
* | | window: Move F10 handling to popover menubars | Matthias Clasen | 2019-12-29 | 3 | -7/+130 |