Commit Graph

8 Commits (c6dce3f2cb5e64fc7ae01cc8672f4fef5aa89285)

Author SHA1 Message Date
Manuel Genovés 9ece36b5ac use local paths when possible on DnD 2020-01-25 20:34:30 +01:00
Manuel Genovés d7df0c68f7 Set PWD to the open document path
Convert local paths to absolute on exporting preview and html
2020-01-25 01:19:25 +01:00
Manuel Genovés 234eca06a7 Fix DnD for images, text and links 2019-12-22 15:08:03 +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
Gonçalo Silva 6688eb259e Refactor textview / textbuffer into separate modules
Changes include:
* Much better encapsulation of textview/textbuffer, with each isolated
responsibility living independently on its own class/file.
* Less code overall
* Various small fixes around the components involved, such as:
  * Indentation of nested lists (fixes #120)
  * Unwanted scroll on select all (ctrl+a)
* Removal of unused code around the components involved
* Fixes for scrollbar location, now at the edge of the window
2019-04-13 02:00:13 +01:00