Commit Graph

2333 Commits

Author SHA1 Message Date
Sebastian Ramacher
4223464db6 Depend on gio-unix-2.0 if not on Windows 2018-04-11 11:22:21 -04:00
Sebastian Ramacher
2446de2bc5 libm is only required on Linux 2018-04-03 00:59:51 +02:00
Sebastian Ramacher
6dc30dc68b Acknowledge Jeremie Knuesel 2018-03-18 22:09:20 +01:00
Sebastian Ramacher
6976707376 Limit decimal part 2018-03-18 19:22:49 +01:00
Sebastian Ramacher
63ef90697e Fix typo in comment 2018-03-18 19:16:43 +01:00
Sebastian Ramacher
02c30a7381 Simplify 2018-03-18 19:04:47 +01:00
Sebastian Ramacher
9e76d3eb4e Use reasonable starting value 2018-03-18 18:28:16 +01:00
Sebastian Ramacher
3d4551b263 Check against DBL_EPSILON instead of 0
Also clean up some other bits of the recolor code.
2018-03-18 18:21:06 +01:00
Sebastian Ramacher
dcd860ef6d Update German translation 2018-03-18 17:27:07 +01:00
Sebastian Ramacher
309c83d4ec Fix typos in comments 2018-03-18 17:14:22 +01:00
Sebastian Ramacher
6f10064684 Fix typo 2018-03-18 10:35:12 +01:00
Sebastian Ramacher
e87ed2a5b3 Increase test timeout 2018-03-17 18:42:55 +01:00
Sebastian Ramacher
a7aa3e135f Merge tag '0.3.9' into develop
Version 0.3.9
2018-03-16 01:25:34 +01:00
Sebastian Ramacher
df34d8f176 Merge branch 'release/0.3.9' 2018-03-16 01:25:29 +01:00
Sebastian Ramacher
f46ea6a596 Version 0.3.9 2018-03-16 01:25:23 +01:00
Sebastian Ramacher
0ba79b2836 Update translations 2018-03-16 01:12:39 +01:00
Sebastian Ramacher
a647b921d5 Update build instructions 2018-03-12 13:39:39 +01:00
Sebastian Ramacher
3ffada0277 Update translations 2018-03-11 20:57:53 +01:00
Sebastian Ramacher
c671672983 Add add the end 2018-03-11 20:56:11 +01:00
Sebastian Ramacher
87f89d0c6f Add hint for translators 2018-03-11 20:51:03 +01:00
Sebastian Ramacher
335924e7c4 Add seccomp-filters.c 2018-03-11 20:46:13 +01:00
Sebastian Ramacher
58f7a4d116 Document seccomp support 2018-03-11 20:21:23 +01:00
Sebastian Ramacher
b836503b17 Add default copyright headers 2018-03-11 16:29:26 +01:00
Sebastian Ramacher
abbd8d8550 CS 2018-03-11 16:27:16 +01:00
Sebastian Ramacher
64f3eb35f4 Disable seccomp by default until it stabilizes 2018-03-11 16:25:41 +01:00
Sebastian Ramacher
d36c38ca48 Fix memory leak 2018-03-11 16:20:37 +01:00
Sebastian Ramacher
89831253f9 Apply coding standard
Changes include:
- use girara_error everywhere
- two space indentation
2018-03-11 16:18:19 +01:00
Sebastian Ramacher
3e841103ea Add missing include 2018-03-11 16:18:19 +01:00
Sebastian Ramacher
d5030814c0 Rename to seccomp-filters 2018-03-11 16:18:19 +01:00
Sebastian Ramacher
6f14dfb914 Merge remote-tracking branch 'valoq/feature/seccomp' into HEAD 2018-03-11 16:17:56 +01:00
valoq
f101efe97e
fix print in strict sandbox mode 2018-03-11 16:10:57 +01:00
valoq
3d06164d71
bugfix 2018-03-11 12:26:26 +01:00
valoq
5a66aa92c0
cleanup and manpage 2018-03-11 12:21:13 +01:00
Sebastian Ramacher
b138553e1c Break after first link 2018-03-10 11:49:16 +01:00
Sebastian Ramacher
72c2961b6d Re-use values stored values 2018-03-10 11:49:05 +01:00
Sebastian Ramacher
73dcfdd82b Use export_dynamic
Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
2018-03-08 11:03:38 +01:00
Sebastian Ramacher
8d1cfa8bdc Add helper function to dup column text 2018-03-07 21:07:01 +01:00
Sebastian Ramacher
13cdf79472 Remove some indirections
Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
2018-03-07 17:38:09 +01:00
Sebastian Ramacher
537a28e14c Do not try .sos on macOS 2018-03-04 20:45:17 +01:00
Sebastian Ramacher
fc4b85c4af Depend on cairo 2018-03-04 20:17:17 +01:00
Sebastian Ramacher
21276dfb9c Explicitly export plugin API symbols
… and hide all others per default.
2018-03-04 17:21:29 +01:00
Sebastian Ramacher
5d898adda6 Factor out bookmark list creation 2018-03-04 15:45:22 +01:00
Sebastian Ramacher
8c245cd254 Remove useless cast 2018-03-04 15:43:58 +01:00
Sebastian Ramacher
67ef89b627 Re-arrange blocks 2018-03-04 15:43:49 +01:00
Sebastian Ramacher
0cb36b572e Simplify 2018-03-04 15:43:29 +01:00
Sebastian Ramacher
67ca592a01 Compare constant bookmarks 2018-03-04 15:43:19 +01:00
Sebastian Ramacher
88937a0390 Update debug messages 2018-03-04 15:25:51 +01:00
Sebastian Ramacher
7e9e700744 Drop unused macro 2018-03-04 11:32:26 +01:00
Sebastian Ramacher
85019b5312 Forbid VLAs 2018-03-04 11:14:01 +01:00
Sebastian Ramacher
5baa31b83d Avoid code duplication
We can use girara_list_foreach here and avoid the repeated
GIRARA_LIST_FOREACH_BODY overhead.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2018-02-26 23:14:55 +01:00