summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing va marshallersMatthias Clasen2023-05-131-42/+48
* Stop using gtk_widget_get_allocated_baselineMatthias Clasen2023-04-281-1/+1
* Fix hovered link URI not returned by gtk_label_get_current_uriChris Mayo2023-04-241-3/+3
* | method ...Cam Cook2023-04-151-5/+5
* docs: Improve GtkLabel renderingBilal Elmoussaoui2023-04-011-3/+3
* Make widget property setters behaveMatthias Clasen2023-03-301-3/+4
* docs: Fix various broken linksBilal Elmoussaoui2023-03-271-1/+1
* docs: Improve markup for keysMatthias Clasen2023-03-241-6/+9
* label: Use GtkFileLauncher for file URIMatthias Clasen2023-03-161-5/+23
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-2/+2
* Use GtkUriLauncher where appropriateMatthias Clasen2023-01-151-7/+4
* Escape GtkBuilder XML tag in comment with backticksunce2023-01-151-1/+1
* gtk: Update all callersMatthias Clasen2022-12-131-2/+2
* gtk: Stop using gtk_show_uriMatthias Clasen2022-12-091-3/+9
* | domain | current | suggestion |Cam Cook2022-11-261-1/+1
* Various spelling mistakes (and one use of the wrong verb) across a few domain...Cam Cook2022-11-261-1/+1
* Fix spelling errorsMatthias Clasen2022-11-171-1/+1
* label: Fix markup doc exampleThomas Lange2022-11-171-2/+2
* label: Tweak selection behaviorMatthias Clasen2022-10-191-3/+4
* label: Stop using gtk_style_context_save_to_nodeMatthias Clasen2022-10-121-23/+7
* label: Stop using gtk_snapshot_render apiMatthias Clasen2022-10-121-13/+29
* Deprecate gtk_snapshot_render apisMatthias Clasen2022-10-121-1/+3
* gtk: Rename some private headersMatthias Clasen2022-10-051-2/+2
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Add GtkLabel:tabsMatthias Clasen2022-08-011-0/+75
* Merge branch 'let_selectable_label_mnemonic_self_focus' into 'main'Matthias Clasen2022-05-181-0/+6
|\
| * Allow selectable labels contents to be selected by mnemonicCaolán McNamara2022-05-181-0/+6
* | Remove all nicks and blurbs from param specsSophie Herold2022-05-111-57/+19
|/
* Merge branch 'fix_tooltip' into 'main'Matthias Clasen2022-04-141-1/+5
|\
| * label: Maintain value for `has-tooltip` for labels with linksJulian Sparber2022-04-131-1/+5
* | label: Move focus out of widget after last linkJulian Sparber2022-04-141-8/+18
|/
* Use pango api betterMatthias Clasen2022-01-231-2/+2
* label: Remove a redundant assignmentTimm Bäder2022-01-071-1/+1
* docs: Fix link to section in GtkLabelMarco Melorio2022-01-041-2/+2
* Fix compilation with clangLuca Bacci2022-01-021-0/+1
* label: Fix get_natural_wrap_mode() precondition checkTimm Bäder2021-12-221-1/+1
* Fix minor typoYuri Chornoivan2021-12-211-1/+1
* label: Add gtk_label_set_natural_wrap_mode()Benjamin Otte2021-12-201-7/+99
* label: Fix docsBenjamin Otte2021-12-131-2/+2
* label: word-char wrapping should word-wrap for natural sizeBenjamin Otte2021-12-131-18/+37
* label: Don't set ellipsized size as natural sizeBenjamin Otte2021-11-301-3/+21
* label: Don't add a pixel where none should be addedBenjamin Otte2021-11-181-1/+1
* docs: Annotate Label.get_selection_bounds() out argumentsEmmanuele Bassi2021-11-151-3/+3
* label: Don't do more work than necessaryBenjamin Otte2021-11-111-3/+6
* label: Handle width-chars > text widthBenjamin Otte2021-11-091-0/+1
* label: max-width-chars should be ignored sometimesBenjamin Otte2021-11-091-1/+1
* label: max-width-chars has no effect on smaller textBenjamin Otte2021-11-091-7/+4
* label: Don't deduce label width from logical rectBenjamin Otte2021-11-061-1/+1
* label: Redo measure() codeBenjamin Otte2021-11-051-123/+155
* Revert "label: Never measure more than max-width-chars"Benjamin Otte2021-11-051-14/+1