Commit Graph

1955 Commits

Author SHA1 Message Date
Sebastian Ramacher
1b3ff76dfd Update translations
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-15 23:10:09 +02:00
Sebastian Ramacher
f41fc252bd Open password dialog after handling current input (fixes #468)
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-15 22:47:08 +02:00
Sebastian Ramacher
63e477fd41 Fix mutex clean up
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-11 22:28:09 +02:00
Sebastian Ramacher
083520cea6 Remove compat code for pre-2.32 glib
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-08 21:41:24 +02:00
Sebastian Ramacher
359fc9a6f2 Update comment
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-08 21:36:48 +02:00
Sebastian Ramacher
321e27eaaa Update README
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-08 21:28:41 +02:00
Sebastian Ramacher
5c60ce4156 Get rid of embedded copy of libsynctex
TeXLive 2015 including libsynctex is out long enough.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-08 21:26:22 +02:00
Sebastian Ramacher
66b9870d76 Pass arguments to spawned processes (fixes #504)
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-08 00:05:16 +02:00
Sebastian Ramacher
1652c2aab3 Auto start instance if --synctex-forward is passed but no instance exists 2015-10-07 22:55:35 +02:00
Sebastian Ramacher
264aaed0bd Factor out highlight_rects
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-07 22:55:35 +02:00
Sebastian Ramacher
0ab1147543 Factor out SyncTeX string parsing
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-07 22:53:48 +02:00
Sebastian Ramacher
80582c9079 Check return value 2015-10-07 21:33:51 +02:00
Sebastian Ramacher
08b341d4f8 Use correct type
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-07 21:11:39 +02:00
Sebastian Ramacher
fdd843e116 Fix memory leak
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-07 20:48:34 +02:00
Sebastian Ramacher
ce7f53e5e9 Some clean up
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-07 20:22:15 +02:00
Sebastian Ramacher
013ac1f4b4 Fix a memory leak
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-07 20:18:33 +02:00
Sebastian Ramacher
05c44474d1 Simplify code a bit 2015-10-07 20:10:40 +02:00
Sebastian Ramacher
6a676cc5b5 Make get_formatted_filename static
It's only used in zathura.c

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-07 20:10:32 +02:00
Sebastian Ramacher
075924d108 Merge remote-tracking branch 'sid-kap/substitute_home_with_tilde' into develop 2015-10-07 20:06:52 +02:00
Sidharth Kapur
2b73bfb6bd Use more glib functions
Also, check file_path_len >= home_len
2015-10-06 23:31:15 -05:00
Sebastian Ramacher
5ca5264dd9 Fix grammar
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-06 23:00:20 +02:00
Sebastian Ramacher
5aa3fa952b Detect if -fdiagnostics-color is available
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-06 22:02:51 +02:00
Sidharth Kapur
1bc5a64dcd Remove unnecessary space in zathurarc.5.rst 2015-10-05 16:41:38 -05:00
Sidharth Kapur
93531c3eff Use g_strdup instead of malloc+strcpy 2015-10-05 15:59:31 -05:00
Sidharth Kapur
8bc9aa8af7 Fix memory leak, use girara_get_home_directory 2015-10-05 15:49:04 -05:00
Sebastian Ramacher
f9d1d89bd4 Use the widget's display
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-05 21:14:54 +02:00
Sidharth Kapur
7991618d25 Implement tilde feature for statusbar as well 2015-10-05 10:37:25 -05:00
Sidharth Kapur
1be84c6c3b Use glib malloc instead of malloc 2015-10-05 10:21:54 -05:00
Sidharth Kapur
c0306b8706 Update manpage 2015-10-05 10:17:49 -05:00
Sidharth Kapur
7c3417bbe9 Remove unnecessary retrieval of settings 2015-10-01 17:12:04 -05:00
Sidharth Kapur
0c81a47eff Use tilde-substitution in page number update 2015-10-01 17:10:47 -05:00
Sidharth Kapur
f1f65664da Add feature to show ~ instead of $HOME in title 2015-10-01 16:55:07 -05:00
Sebastian Ramacher
7da7bcb4c1 Do not display recent files if there aren't any
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-07-26 23:38:10 +02:00
Sebastian Ramacher
5d490f6895 Fix sorting 2015-07-26 23:35:23 +02:00
Sebastian Ramacher
4f3b1b257b Make show-recent both an option to show recent files and the maximum number to be shown
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-07-26 23:19:22 +02:00
Sebastian Ramacher
4e5ae52bc5 Display recent files in completion (fixes #490)
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-07-24 17:25:57 +02:00
Sebastian Ramacher
83fe96e814 Implement recent files 2015-07-24 17:20:17 +02:00
Sebastian Ramacher
6db534caea Implement recent files support
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-07-24 17:19:58 +02:00
Sebastian Ramacher
47cd9b1895 List recent files
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-07-24 16:35:51 +02:00
Matthew hague
1cd609d33b added bindings for ctrl-[/ctrl-c/esc and ctrl-j in index view
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-07-21 19:53:54 +02:00
Sebastian Ramacher
7b947cc7e8 Use LFS everywhere
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-07-12 21:03:32 +02:00
Sebastian Ramacher
e7dce3e6d1 Merge remote-tracking branch 'haggl/feature/quit-in-index-mode' into develop 2015-05-08 18:36:31 +02:00
Sebastian Neuser
3c5e9e67ed config.c: Add quit shortcut for index mode 2015-05-08 13:09:54 +02:00
Sebastian Neuser
e4281c159c Fix .gitignore: Ignore the build directory instead of binaries 2015-05-08 13:09:10 +02:00
MicheleSr
303277124b replaced deprecated gdk_cursor_new()
replaced with gdk_cursor_new_for_display()
2015-04-28 23:32:50 +02:00
Moritz Lipp
4d57751b23 Build with c11 standard 2015-04-14 23:28:36 +02:00
Moritz Lipp
c2b6cbe8ce Merge tag '0.3.3' into develop
Version 0.3.3
2015-04-13 22:54:36 +02:00
Moritz Lipp
d9e74bb152 Merge branch 'release/0.3.3' 2015-04-13 22:54:30 +02:00
Moritz Lipp
c6e7be982e Version 0.3.3 2015-04-13 22:54:22 +02:00
Sebastian Ramacher
d284bb6942 Update po
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-04-13 19:52:44 +02:00