gitg/libgitg
2024-04-27 14:04:30 +02:00
..
resources Use small "Authored by" & "Committed by" labels 2024-04-01 21:40:42 +00:00
gitg-assembly-info.vala Use vapi instead of gir internally 2012-07-12 20:52:07 +02:00
gitg-async.vala Add silent async thread errors convenience 2015-08-13 08:19:29 +02:00
gitg-authentication-dialog.vala References of [GtkChild] fields is handled by GtkBuilder, type must be unowned 2021-02-22 12:50:43 +01:00
gitg-avatar-cache.vala Lower the importance of missing gravatars from "warning" to "debug" 2020-05-27 10:21:19 -04:00
gitg-branch-base.vala Override branch_get_upstream to return a Gitg.Ref 2015-08-22 13:55:34 +02:00
gitg-branch.vala Override branch_get_upstream to return a Gitg.Ref 2015-08-22 13:55:34 +02:00
gitg-cell-renderer-lanes.vala Calculate selected ref on history view 2023-01-08 19:34:04 +00:00
gitg-color.vala Fix vala warnings 2017-03-01 14:47:45 +01:00
gitg-commit-list-view.vala Implement ref actions popup for ref labels 2014-12-14 17:20:47 +01:00
gitg-commit-model.vala Fix time sort mode 2019-05-05 12:11:50 +02:00
gitg-commit.vala Allow choosing merge diff parent 2014-12-16 08:24:11 +01:00
gitg-credentials-manager.vala Use GUri instead of SoupURI 2021-08-29 11:08:04 +00:00
gitg-date.vala Use timezone constructor 2022-02-15 01:08:22 +01:00
gitg-diff-image-composite.vala Fix size calculation if there is no old pixbuf 2016-08-29 05:43:43 +02:00
gitg-diff-image-difference.vala Add diff renderer for images 2016-08-27 12:26:43 +02:00
gitg-diff-image-overlay.vala Drop default value of non-automatic property for newer vala 2018-04-24 17:24:56 +02:00
gitg-diff-image-side-by-side.vala build: Fix non-literal format string warnings for clang 2018-11-04 20:29:57 +00:00
gitg-diff-image-slider.vala Drop default value of non-automatic property for newer vala 2018-04-24 17:24:56 +02:00
gitg-diff-image-surface-cache.vala Add diff renderer for images 2016-08-27 12:26:43 +02:00
gitg-diff-selectable.vala Deal correctly with stage/unstage of selection on new files 2022-09-01 21:56:29 +02:00
gitg-diff-stat.vala Refactor dark theme detection into a function 2018-10-10 20:16:55 +00:00
gitg-diff-view-commit-details.vala diff-view-commit-details: Ignore hyperlinking with certain email prefixes 2024-04-01 21:40:42 +00:00
gitg-diff-view-file-info.vala Convert to text using gitattributes config 2021-12-27 11:32:49 +01:00
gitg-diff-view-file-renderer-binary.vala Improve support for binary file detection in diff views 2016-08-16 18:01:55 +02:00
gitg-diff-view-file-renderer-image.vala Do not disable image diff tools 2022-07-16 08:38:40 +00:00
gitg-diff-view-file-renderer-text-split.vala Deal correctly with stage/unstage of selection on new files 2022-09-01 21:56:29 +02:00
gitg-diff-view-file-renderer-text.vala Deal correctly with stage/unstage of selection on new files 2022-09-01 21:56:29 +02:00
gitg-diff-view-file-renderer-textable.vala Side by side diff text renderers 2021-12-27 10:58:11 +01:00
gitg-diff-view-file-renderer.vala Sepearate out diff renderer types 2016-01-04 15:04:31 +01:00
gitg-diff-view-file-selectable.vala Fix inproper usages of silent casts 2021-02-22 13:08:08 +01:00
gitg-diff-view-file.vala retrieve correctly the parent window for context menus 2022-10-12 11:45:39 +02:00
gitg-diff-view-lines-renderer.vala Side by side diff text renderers 2021-12-27 10:58:11 +01:00
gitg-diff-view-options.vala References of [GtkChild] fields is handled by GtkBuilder, type must be unowned 2021-02-22 12:50:43 +01:00
gitg-diff-view.vala Deal correctly with stage/unstage of selection on new files 2022-09-01 21:56:29 +02:00
gitg-font-manager.vala config for fonts 2019-10-17 05:48:20 +00:00
gitg-gpg-utils.vala Allow to sign commits 2022-10-10 22:31:16 +02:00
gitg-hook.vala Honor core.hooksPath property 2023-01-09 04:56:18 +01:00
gitg-init.vala First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +02:00
gitg-label-renderer.vala Fix vala warnings 2017-03-01 14:47:45 +01:00
gitg-lane.vala Implement preserving mainlines on history lanes 2014-12-21 21:14:59 +01:00
gitg-lanes.vala control available lanes to paint 2023-03-07 22:22:44 +01:00
gitg-platform-support-osx.c Fix libgitg compile on macOS 2020-03-30 14:07:18 +00:00
gitg-platform-support-win32.c Fix type on create cursor surface 2019-01-05 10:10:57 +00:00
gitg-platform-support.c Silence -Wincompatible-pointer-types warning 2021-02-22 13:07:30 +01:00
gitg-platform-support.h Fix type on create cursor surface 2019-01-05 10:10:57 +00:00
gitg-progress-bin.vala Fix deprecation set_background 2019-04-05 14:24:09 +02:00
gitg-ref-base.vala Added wrappers for GgitRef and GgitBranch 2012-10-16 20:26:12 +02:00
gitg-ref.vala Add HEAD in refs list if head is detached 2014-12-16 08:39:11 +01:00
gitg-remote.vala Polish push action 2019-05-19 22:32:40 +02:00
gitg-repository-list-box.vala fix details on dialog building 2024-04-02 23:56:09 +02:00
gitg-repository.vala Override repository create_branch for casting to Gitg.Branch 2015-08-13 08:19:29 +02:00
gitg-resource.vala First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +02:00
gitg-sidebar.vala References of [GtkChild] fields is handled by GtkBuilder, type must be unowned 2021-02-22 12:50:43 +01:00
gitg-stage-status-enumerator.vala Include conflict status 2022-03-14 07:22:08 +01:00
gitg-stage.vala Reuse previous filemode when staging patches 2022-10-11 23:24:15 +02:00
gitg-textconv.vala Read config from snapshot on textconv command retrieval 2024-04-27 14:04:30 +02:00
gitg-theme.vala Refactor dark theme detection into a function 2018-10-10 20:16:55 +00:00
gitg-utils.vala Add expand_home_dir utility 2015-12-22 09:57:41 +01:00
gitg-when-mapped.vala Avoid disconnecting signal during handlers destroy 2015-12-31 01:30:51 +01:00
meson.build Allow to sign commits 2022-10-10 22:31:16 +02:00