Commit Graph

265 Commits (ef04a90fd765db22f66bf536a1fd2d6a973271c6)

Author SHA1 Message Date
Manuel Genovés ef04a90fd7 update advanced export dialog 2020-03-03 14:26:32 +01:00
Manuel Genovés b70416709c externalize export popover 2020-03-02 14:33:11 +01:00
Manuel Genovés a4d0d3038c update correctly selected row on preview swicther 2020-02-27 17:27:21 +01:00
Manuel Genovés 8358571c8e remove all references to preview.ui 2020-02-27 16:56:05 +01:00
Manuel Genovés 48f32afa1b remove bottom preview bar 2020-02-27 13:05:47 +01:00
Manuel Genoves bdc2e6cda7 backport to python 2.7 2020-02-27 12:22:22 +01:00
Manuel Genovés bcd08397f1 remove unneeded preferences 2020-02-26 12:50:31 +01:00
Manuel Genovés 004c7544a0 refine fullscreen headerbar behavior 2020-02-26 01:07:58 +01:00
Manuel Genovés 6ca2410432 Refine theme switcher 2020-02-26 01:07:22 +01:00
Manuel Genovés a02c61ec7e Implement theme switcher
auth.: @Exalm
2020-02-25 13:32:10 +01:00
Manuel Genovés a6f7e85255 rework the close-without-saving dialog 2020-02-23 19:54:57 +01:00
Manuel Genovés 81d5aab9e4 move the sync prev toggle to the preview popover 2020-02-16 22:00:04 +01:00
Manuel Genovés 28fc4e0a72 make preview layout switcher menu dynamic 2020-02-12 12:35:40 +01:00
Manuel Genovés 8e45b8d3da Start redesign of the headerbar
Added (non functional) export and preview layout switcher popovers
2020-01-28 22:44:41 +01:00
Manuel Genoves 9216db1b80 prevent headerbar to hide on open recents menu 2019-12-11 00:57:21 +01:00
Manuel Genoves 5a78d75668 fix fullscreen issues 2019-12-10 17:43:02 +01:00
Manuel Genovés 97e809a576 rework the autohiding mechanis for headerbars 2019-12-09 02:16:13 +01:00
Manuel Genovés 48e48d95de add autohide-headerbar toggle on settings 2019-12-09 02:14:52 +01:00
Manuel Genovés 8ac8728e3b implement hack to fade away the headerbar 2019-11-23 02:11:32 +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 3af59e2c1d initial port to gresources 2019-11-04 23:05:03 +01:00
Manuel Genoves ca0b458ca1 fix non flatpak data paths 2019-10-30 01:29:35 +01:00
Manuel Genoves e39e515e6d fix data path for non flatpak installs 2019-10-30 01:14:56 +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
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
Gonçalo Silva ef4009fcd6 Keep file:// prefix for drag & droped files 2019-07-25 00:18:07 +01:00
Gonçalo Silva 7c6d2c12a3 Fix erroneous unescaping of link uris
Unescaped links won't work when containing special characters.
2019-07-25 00:18:07 +01:00
Gonçalo Silva 1cc2fc5a4c Fix presenting window after drag & drop 2019-07-25 00:18:07 +01:00
Manuel Genovés adcb73b129 fix small regex errors in header queries 2019-07-25 00:18:07 +01:00
Manuel Genovés c8ea808623 fix math REGEX expression 2019-07-25 00:18:07 +01:00