Commit Graph

124 Commits

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