Commit Graph

669 Commits (ft.librem5)
 

Author SHA1 Message Date
somas95 1fc36c6fdc
Merge pull request #178 from UberWriter/ft.autohiding_headerbar
Use a .ui file to define the headerbar
2019-11-14 12:52:48 +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
Gonçalo Silva 7ea8f67216 Add code highlighting
Removes previously added indent. Reused for math.
2019-07-25 00:18:33 +01:00
Gonçalo Silva bd2d78b86a Add format inserts to the undo stack as single actions
Also fixes undoing list items.
2019-07-25 00:18:33 +01:00
Gonçalo Silva 0b6e84bf8c Add search and replace to the undo stack as a single action
This is specially important for search and replace *all*.
2019-07-25 00:18:33 +01:00
Gonçalo Silva aa3f5c3430 Remove unused file, reformat helpers 2019-07-25 00:18:33 +01:00
Gonçalo Silva e3b99e823b Undo support for begin-user-action and end-user-action
Allows keeping track of multiple changes within a single action together.
2019-07-25 00:18:07 +01:00
Gonçalo Silva d9014b12e7 Open preview links in the browser 2019-07-25 00:18:07 +01:00
Gonçalo Silva efb1a02f30 Use file name for link description and image caption 2019-07-25 00:18:07 +01:00