Commit Graph

128 Commits (master)

Author SHA1 Message Date
Markus Koch 65d12ae9e0 Stop decryption for all encrypted files when cancel is pressed 2021-01-03 14:19:23 +01:00
Markus Koch 21206d4e3e Fix bug not allowing more than 5 directories 2018-07-29 12:30:51 +02:00
Markus Koch 3064eae049 Correct alignment of meta block in template
That way, it is rendered as <pre> by markdown.
2018-07-21 15:13:37 +02:00
Markus Koch e4f711b310 Add button to open the workspace directory to the settings window 2018-07-14 17:41:29 +02:00
Markus Koch 017e6e8b9a Refactor code
Rename add_tags to autotags.
2018-07-07 11:28:51 +02:00
Markus Koch a3173fa1d8 Add encrypted tag to decrypted files 2018-07-07 11:25:02 +02:00
Markus Koch 8678f326cd Fix memory leak in scanner 2018-07-07 09:35:38 +02:00
Markus Koch 843329331d Automatically add tags for directory names 2018-07-07 09:31:13 +02:00
Markus Koch 16c3dcac15 Change Markdown renderer to statically link hoedown 2018-04-07 19:47:22 +02:00
Markus Koch 1287949669 Show an error message if the entry already exists or can not be created. 2018-03-25 18:38:54 +02:00
Markus Koch 8cee5b5188 pango_md: Remove linebreaks within a paragraph 2018-03-25 09:42:40 +02:00
Markus Koch a6a3967940 Fix md_pango renderer which broke lists 2018-03-24 16:08:23 +01:00
Markus Koch 3ba42da401 Only enable the New Entry button when in a valid workspace 2018-03-18 13:54:47 +01:00
Markus Koch 30569fe1a5 Include glade file in binary 2018-03-17 17:38:32 +01:00
Markus Koch a9b9232dd5 Merge branch 'newfile' 2018-03-17 15:44:39 +01:00
Markus Koch 27ad3385b7 Correct indentations 2018-03-17 15:42:38 +01:00
Markus Koch aa4d74f603 Allow custom date formats 2018-03-17 15:39:37 +01:00
Markus Koch c4809f29b2 Make date format for new entries customizable 2018-03-17 14:48:17 +01:00
Markus Koch 10ad046629 Remove obsolete comments 2018-03-17 13:20:09 +01:00
Markus Koch 871669f904 Automatically fill current date and time when creating a new entry 2018-03-17 12:48:12 +01:00
Markus Koch 6555b8d8e2 Allow to click on heading to ellipsize it 2017-09-02 10:48:14 +02:00
Markus Koch 247ea6977f Merge branch 'master' into newfile 2017-07-09 19:56:20 +02:00
Markus Koch eeb9d87cc3 Correct integer type used for times
Some functions used guint instead of gint64. This commit corrects them all.
2017-07-09 19:56:01 +02:00
Markus Koch 756e8fa4fd Fix memory leak in mainWindow_checkDate (Resolves #4) 2017-07-09 19:48:23 +02:00
Markus Koch aded0ec710 Implement initial version of the new entry button (#3) 2017-07-09 19:42:30 +02:00
Markus Koch 92b75f526d Move code to launch the external editor to own function 2017-07-09 19:41:10 +02:00
Markus Koch 99e3de70b9 Add UI elements for new-entry button 2017-07-09 16:56:45 +02:00
Markus Koch 2b2d7d08e3 Add doubleclick-to-open feature (Resolves #2) 2017-07-07 20:51:33 +02:00
Markus Koch 86c141db7f Corrected various warnings 2017-03-24 20:49:10 +01:00
Markus Koch c6331711bd Bugfix: Forgot to return pointer from function 2017-03-24 20:18:33 +01:00
Markus Koch 684b1a4687 Fixed some bugs in pango renderer 2017-03-15 18:20:47 +01:00
Markus Koch 07baf34a71 Fixed pango renderer. 2017-03-15 17:43:34 +01:00
Markus Koch 48a8f9b691 Added H1 and H2 to md_pango 2017-03-15 17:36:30 +01:00
Markus Koch b0b6a553b7 Updated load_html function of webkit to version 2 2017-03-12 18:00:44 +01:00
Markus Koch aa8a9a003b Implemented basic formatting mode 2017-03-12 17:44:25 +01:00
Markus Koch 869cb20eaf Now saving selected renderer 2017-02-19 15:05:09 +01:00
Markus Koch 552b1568e3 Minor improvements 2017-02-19 14:52:53 +01:00
Markus Koch a6299aa7ac Added additional render mode + settings dialog 2017-02-19 14:42:50 +01:00
Markus Koch 3e03b512e1 Fixed shutdown behavior 2017-02-19 13:42:02 +01:00
Markus Koch 54a7372abf Fixed grave memory handling bug 2017-02-19 13:31:11 +01:00
Markus Koch faa2ff5612 Minor change 2017-02-19 12:54:41 +01:00
Markus Koch 2d8d86781c Added basic support for images 2017-02-19 12:50:28 +01:00
Markus Koch 73868c81b0 Removed debug comment 2017-02-18 17:05:52 +01:00
Markus Koch cfd4531dde App menu now works properly 2017-02-18 17:04:39 +01:00
Markus Koch 128a205b29 Added GMenu 2017-02-18 15:43:12 +01:00
Markus Koch faa06072f3 Changed to GtkApplication 2017-02-18 15:21:34 +01:00
Markus Koch 2c4f0c273a Revert "Trying some app_menu stuff"
This reverts commit 844813709b.
2017-02-18 15:06:11 +01:00
Markus Koch 6c462332be Removed dead code from mainWindow 2017-02-16 22:22:09 +01:00
Markus Koch 844813709b Trying some app_menu stuff 2017-02-16 22:21:00 +01:00
Markus Koch b8e7169608 Made webkit renderer more dynamic 2017-02-16 21:00:17 +01:00