summaryrefslogtreecommitdiff
path: root/libgd
Commit message (Expand)AuthorAgeFilesLines
* Pango 1.44 got the ability to automatically hyphenate on line breaks,Nelson Benítez León2023-01-081-0/+11
* compile: Fix obsolete warningsIsaque Galdino2018-10-194-20/+10
* toggle-pixbuf-renderer: Don't export the private typedefwip/rishi/modernize-gobjectDebarshi Ray2018-10-062-2/+2
* toggle-pixbuf-renderer: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2018-10-061-29/+5
* toggle-pixbuf-renderer: Drop the priv pointerDebarshi Ray2018-10-062-13/+21
* toggle-pixbuf-renderer: Use G_DEFINE_WITH_PRIVATEDebarshi Ray2018-10-061-5/+3
* main-icon-view: Ignore deprecation warningsDebarshi Ray2018-10-061-0/+4
* toggle-pixbuf-renderer: Remove redundant codeDebarshi Ray2018-10-061-1/+0
* build: Fix missing implicit dependencies in the Meson buildDebarshi Ray2018-08-301-1/+3
* Remove trailing semi-colons from G_DEFINE_TYPE* callsDebarshi Ray2018-08-233-3/+3
* two-lines-renderer: Don't export the private typedefDebarshi Ray2018-08-232-2/+2
* two-lines-renderer: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2018-08-231-29/+1
* two-lines-renderer: Drop the priv pointerDebarshi Ray2018-08-222-16/+30
* two-lines-renderer: Use G_DEFINE_WITH_PRIVATEDebarshi Ray2018-08-221-5/+3
* styled-text-renderer: Don't export the private typedefDebarshi Ray2018-08-172-2/+2
* styled-text-renderer: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2018-08-171-29/+5
* styled-text-renderer: Drop the priv pointerDebarshi Ray2018-08-172-12/+21
* styled-test-renderer: Use G_DEFINE_WITH_PRIVATEDebarshi Ray2018-08-171-6/+3
* main-icon-view: Don't export the typedef for the private structureDebarshi Ray2018-08-172-2/+2
* main-icon-view: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2018-08-171-29/+1
* main-icon-box, main-icon-box-icon: Silence warnings with GLib 2.57.2Debarshi Ray2018-08-172-12/+12
* meson: Fix missing implicit dependency on gtk-hacksfosero2018-02-231-1/+3
* main-icon-box-child: Show a spinner to reflect GdMainBoxItem::pulseDebarshi Ray2018-02-121-0/+30
* main-icon-box-child: Shuffle some code aroundDebarshi Ray2018-02-121-82/+82
* two-lines-renderer: Don't ignore the y-offset when renderingIsaque Galdino2018-02-011-1/+2
* two-lines-renderer: Don't ignore the aligned area's y-offsetDebarshi Ray2018-02-011-1/+1
* two-lines-renderer: Simplify codeDebarshi Ray2018-02-011-7/+1
* main-icon-view: Explicitly specify the vertical alignment of the textDebarshi Ray2018-02-011-0/+1
* main-icon-box-child: Show the labels only if there's some textDebarshi Ray2017-08-131-0/+35
* main-icon-box-child: Don't set use-markup on the GtkLabelsDebarshi Ray2017-08-121-2/+0
* main-icon-box: Silence -WparenthesesDebarshi Ray2017-08-011-1/+1
* main-box, main-icon-box-icon, main-icon-box: Silence -Wunused-variableDebarshi Ray2017-08-013-4/+0
* Don't include config.hDebarshi Ray2017-07-212-8/+0
* icon-utils: Use GTK macro instead of hardcoded intastian2017-07-201-1/+3
* gd-two-lines-renderer: use Pango alpha attributeChristian Hergert2017-07-011-12/+5
* meson: Add GdMainIconBoxIcon to main-boxNirbheek Chauhan2017-05-181-0/+2
* toggle-pixbuf-renderer: Ignore deprecation warningsDebarshi Ray2017-05-101-0/+2
* Remove gd_entry_focus_hackDebarshi Ray2017-04-254-122/+0
* tagged-entry: Use the entry-tag CSS style class from AdwaitaDebarshi Ray2017-04-254-68/+1
* main-box, main-icon-box: Emit selection-changed with updated selectionDebarshi Ray2017-03-062-25/+20
* main-icon-box: Remove unused variablesDebarshi Ray2017-03-041-12/+0
* main-icon-box-child: Make the icon expand horizontallyDebarshi Ray2017-03-021-7/+5
* Add GdMainIconBoxIconDebarshi Ray2017-03-022-0/+408
* icon-utils: remove unused variableCarlos Soriano2017-02-281-1/+0
* main-icon-box-child: Remove the margin-bottom from the GtkOverlayDebarshi Ray2017-02-251-1/+0
* main-icon-box-child: Rename the style class as tileDebarshi Ray2017-02-211-1/+1
* meson: add tagged-entry resource header to sourcesErnestas Kulik2017-02-211-1/+1
* main-icon-box-child: Remove unused variablesDebarshi Ray2017-02-181-7/+0
* main-box-generic: Remove unused variable and function callDebarshi Ray2017-02-181-3/+0
* Add Meson subproject supportPatrick Griffis2017-02-171-0/+206