Commit Graph

2309 Commits

Author SHA1 Message Date
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
Sebastian Ramacher
90533f6773 Free iterator before list
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2018-02-26 22:24:43 +01:00
Sebastian Ramacher
1ebf8f76f8 Set default window icon (fixes: #207)
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2018-02-25 22:27:56 +01:00
Sebastian Ramacher
3d4d8068bb Add icon 2018-02-25 22:11:37 +01:00
Sebastian Ramacher
84a9861bbb Run update-po 2018-02-25 20:12:43 +01:00
Sebastian Ramacher
aa1a15dc92 Extend description 2018-02-25 20:12:37 +01:00
Sebastian Ramacher
5800974cea Fix paths 2018-02-25 20:05:11 +01:00
Sebastian Ramacher
56ec53a618 Add provides 2018-02-25 20:04:34 +01:00
Sebastian Ramacher
9f482ab202 Integrate appdata file into i18n infrastructure 2018-02-25 19:59:36 +01:00
Sebastian Ramacher
75b95655e1 Add translation 2018-02-25 19:54:51 +01:00
Sebastian Ramacher
11d2239d19 Convert to desktop-application 2018-02-25 19:54:12 +01:00
Sebastian Ramacher
c02652dff0 Update copyright years 2018-02-25 19:50:39 +01:00
Sebastian Ramacher
49b55d648b Validate desktop file 2018-02-25 19:49:08 +01:00
Sebastian Ramacher
c239e84ddb IDs are supposed to follow reverse DNS 2018-02-25 19:48:52 +01:00
Sebastian Ramacher
2f98ecde0d Translate desktop file via i18n infrastructure 2018-02-25 18:39:03 +01:00
Sebastian Ramacher
354dfc35a6 Run update-po
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2018-02-25 17:57:05 +01:00
Sebastian Ramacher
d5fb34dc97 Add translations for nl 2018-02-25 17:56:48 +01:00
Sebastian Ramacher
96d3561fc9 Remove deprecated scale
All plugins have been fixed.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2018-02-25 11:10:22 +01:00
Sebastian Ramacher
2106afb933 Extend building instructions
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2018-02-25 10:48:09 +01:00
Sebastian Ramacher
f82162a5ca Mark scale as deprecated
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2018-02-23 16:34:05 +01:00
Sebastian Ramacher
2f1938694e Merge remote-tracking branch 'knuesel/feature/physical-size' into develop 2018-02-23 16:32:05 +01:00
Jeremie Knuesel
f1ebe9e5d5 Merge remote-tracking branch 'upstream/develop' into feature/physical-size 2018-02-23 15:47:52 +01:00
Jeremie Knuesel
063b234a2a Listen on configure event for PPI changes
This allows detection of a PPI change due to the window moving to
another monitor
2018-02-23 15:33:23 +01:00
Jeremie Knuesel
8e3f056121 If new PPI is significantly different, yes render and refresh 2018-02-23 15:26:43 +01:00
Jeremie Knuesel
1e170f0cab Indentation fix 2018-02-23 15:02:06 +01:00