Commit Graph

676 Commits (151809ae9bf06c937b25d48d9832a1802d085a76)
 

Author SHA1 Message Date
Manuel Genovés 151809ae9b add background color to inline buttons 2019-12-09 02:15:09 +01:00
Manuel Genovés 48e48d95de add autohide-headerbar toggle on settings 2019-12-09 02:14:52 +01:00
Manuel Genovés ff579b956f update gitignore 2019-11-25 13:30:04 +01:00
Manuel Genovés 87e3cc127b add flatpak to gitignore 2019-11-23 02:13:10 +01:00
Manuel Genovés 567ae6bc42 Merge branch 'ft.autohiding_headerbar' of https://github.com/wolfv/uberwriter into ft.autohiding_headerbar 2019-11-23 02:12:08 +01:00
Manuel Genovés 8ac8728e3b implement hack to fade away the headerbar 2019-11-23 02:11:32 +01:00
Manuel Genovés f766c3703d add revealer to the headerbar default class 2019-11-23 02:09:22 +01:00
Manuel Genovés b5260e3906 add curved corners for focus mode 2019-11-23 02:08:47 +01:00
Manuel Genoves f091e5ac1a update gitignore 2019-11-14 12:45:54 +01:00
Manuel Genovés 0e2f731ff4 Use a .ui file to define the headerbar
This makes all the headerbar code more readable and easier to tweak
2019-11-11 01:27:39 +01:00
Manuel Genovés 10f98f35b8 fix filename path 2019-11-10 19:02:22 +01:00
Manuel Genovés f4809faf19 Merge branch 'master' 2019-11-05 12:28:08 +01:00
Manuel Genovés 8f5dd56863 Merge branch 'master' of https://github.com/wolfv/uberwriter 2019-11-05 12:14:41 +01:00
somas95 a9650d86bf
fix formatting 2019-11-05 00:09:49 +01:00
Manuel Genovés 88f216161b Add @goncalossilva to the authors section on About 2019-11-05 00:04:40 +01:00
Manuel Genovés 680ef98a75 Add @goncalossilva to the authors section on About 2019-11-04 23:53:41 +01:00
somas95 6a6b5f4c69
Merge pull request #177 from UberWriter/ft.media-access
This PR migrates the managing of all the UI files to gresources
2019-11-04 23:08:23 +01:00
Manuel Genovés 13296024c8 fix PACKAGE_URL path 2019-11-04 23:05:21 +01:00
Manuel Genovés 3af59e2c1d initial port to gresources 2019-11-04 23:05:03 +01:00
somas95 b7c9eafbdb
Update README.md 2019-10-30 01:32:21 +01:00
Manuel Genoves 207f2e8f6c update texlive install script 2019-10-30 01:30:11 +01:00
Manuel Genoves 3be5f1c7ea add flatpak-builder cache to gitignore 2019-10-30 01:29:56 +01:00
Manuel Genoves ca0b458ca1 fix non flatpak data paths 2019-10-30 01:29:35 +01:00
Manuel Genoves 731f9cb470 update flatpak manifestos 2019-10-30 01:29:02 +01:00
Manuel Genoves 11bc9fc086 update README 2019-10-30 01:28:18 +01:00
Manuel Genoves 4b2be6bf20 remove unnecessary files 2019-10-30 01:28:03 +01:00
Manuel Genoves e39e515e6d fix data path for non flatpak installs 2019-10-30 01:14:56 +01:00
Manuel Genovés 3d52aa8042 Merge branch 'bilelmoussaoui-meson'
Merge the work done by @bilelmoussaoui in the meson branch (and some afterward fixes)
2019-10-29 12:38:51 +01:00
Manuel Genovés 36eb349b96 update flatpak manifest 2019-10-29 12:37:30 +01:00
Manuel Genovés ded8effa21 fix pythondir (-> string) 2019-10-29 12:11:21 +01:00
Manuel Genovés 355fecef43 install uberwriter folder 2019-10-29 12:09:06 +01:00
Manuel Genovés 379bb91619 fix icon paths 2019-10-29 01:30:37 +01:00
Manuel Genovés 83299d2bd4 fix some strings 2019-10-28 21:41:06 +01:00
Manuel Genovés 8bbe3c9044 work on the meson port by @bilelmoussaoui 2019-10-28 21:40:51 +01:00
somas95 d75a14d0c5
Merge pull request #167 from goncalossilva/ft.qol
"Quality of life" improvements
2019-07-30 23:35:10 +02:00
Gonçalo Silva 28446c42d1 Move bin/uberwriter to uberwriter.in 2019-07-26 00:01:01 +01:00
Gonçalo Silva ec2f33e248 Add 'url' regexp group to LINK_ALT
Enables inline preview.
2019-07-25 23:57:27 +01:00
Gonçalo Silva 3bb813895e Fix warning when opening file
set/clear text should count as a single user action.
2019-07-25 00:18:33 +01:00
Gonçalo Silva 128ce54761 Handle inline code correctly
Inline code shouldn't have its "paragraph-background" set, as it's not a
block-level element.
2019-07-25 00:18:33 +01:00
Gonçalo Silva b4696cda30 Don't scroll when opening documents, only when pasting text 2019-07-25 00:18:33 +01:00
Gonçalo Silva 05cdfe0599 Use CommonMark's regexp for autolink / autoemail
Ref: https://github.com/commonmark/commonmark.js/blob/master/lib/inlines.js#L62-L64

Also avoids special handling in stats counter.
2019-07-25 00:18:33 +01:00
Manuel Genovés 63ff2659fc There is no necessity to strip + signs from URIS
Closes #171
2019-07-25 00:18:33 +01:00
Manuel Genovés 53a9f4ebbd manage open_file errors 2019-07-25 00:18:33 +01:00
Manuel Genovés 3cae19c0cc catch exporting errors.
Fixes #164
2019-07-25 00:18:33 +01:00
Manuel Genovés 3e661b8d9d support https in the alt link markdown query 2019-07-25 00:18:33 +01:00
Manuel Genovés 300c386631 Added handling of alternate form of urls 2019-07-25 00:18:33 +01:00
Manuel Genovés 26077831fa fix typo in tutorial file 2019-07-25 00:18:33 +01:00
Gonçalo Silva 7c3d4d9364 Adjust regex tests for CommonMark, improve inline regexp 2019-07-25 00:18:33 +01:00
Gonçalo Silva 23cddba0d0 Add shortcut for find and replace
Also renames "search" to "find" as most other Gtk apps.
2019-07-25 00:18:33 +01:00
Gonçalo Silva 859ad84524 Improve handling of bold italic
**_bolditalic_** and other mixed combinations now work.
2019-07-25 00:18:33 +01:00