Commit Graph

275 Commits

Author SHA1 Message Date
210891ac40 About to release DeforaOS Editor 0.4.0 2016-01-22 03:13:28 +01:00
54d9018ce1 Build with RELRO, and full SSP and ASLR support 2016-01-22 03:11:40 +01:00
89da2a7fbb Update the translations 2016-01-22 00:42:10 +01:00
8884664037 Use a message dialog for properties 2016-01-22 00:41:09 +01:00
d667d41283 Update the translations 2016-01-22 00:29:30 +01:00
db806ebb64 Remove "Undo" and "Redo" from the "Edit" menu
They will be implemented in another editor, with a text widget
supporting them natively instead.
2016-01-22 00:27:23 +01:00
f5e9c80902 Update the translations 2016-01-22 00:23:25 +01:00
529c526735 Fix cut/copy/paste in the search field 2016-01-22 00:22:54 +01:00
b57fb72c46 Register more MIME types as text files 2016-01-22 00:11:53 +01:00
e2117bd344 Add a helper for file dialog filters 2016-01-22 00:03:36 +01:00
d84cdde987 Update the translations 2016-01-21 23:56:55 +01:00
47c27d842f Code cleanup 2016-01-21 23:56:28 +01:00
5042748d71 Set the correct title when creating a new file 2016-01-21 23:55:50 +01:00
bfee48f801 Add a helper to reset the window title 2016-01-21 23:55:36 +01:00
0d44b542b9 Update the copyright 2016-01-21 23:35:03 +01:00
0eaf7a28a2 Wording about use as a filter 2016-01-21 23:34:47 +01:00
2b26cb7e5f Update the Spanish translation 2016-01-21 23:31:53 +01:00
581b706341 Update the translations 2016-01-21 23:19:43 +01:00
d96a3321ad Newer version of the script upstream 2016-01-21 23:18:18 +01:00
385ff3b3ac Remove an obsolete comment 2016-01-21 23:16:36 +01:00
bae460c0e5 Avoid a few more warnings with Gtk+ 3 2016-01-19 20:07:36 +01:00
3f899fa2dc Avoid a couple warnings with Gtk+ 3 2016-01-19 20:05:39 +01:00
3f97f1af27 Simplify support for Gtk+ 3 2016-01-19 20:04:02 +01:00
76f7a8d81f Avoid memory corruption upon multiple errors loading files 2016-01-19 20:01:38 +01:00
0f30e8b909 Update the copyright notice 2016-01-19 20:01:24 +01:00
532d8223ef Avoid code duplication
Reduce the code size by re-using editor_insert_file() in editor_open().
2016-01-19 20:00:25 +01:00
8c5f964878 Terminate the argument list for execution 2015-10-08 19:49:20 +02:00
d0269a2400 Update the copyright notice 2015-10-08 19:49:20 +02:00
4513a760b1 Correct the usage screen 2015-10-08 19:49:20 +02:00
4938bfb1ad Update the German translation 2015-10-05 00:41:08 +02:00
87656abc25 Update the translations 2015-10-05 00:41:06 +02:00
8f5cdc4f4b Fix the title of the properties window with no filename 2015-07-12 21:17:32 +02:00
4940b47fd1 Build as PIE and with -fstack-protector 2015-07-12 21:14:09 +02:00
9e32448a31 Fix build with Gtk+ 3 2015-06-13 17:38:40 -04:00
60c78aa72c Fix compilation with OBJDIR 2015-06-11 10:53:54 -04:00
cbeeebbb65 Prepare for the 0.3.1 release 2015-06-11 10:51:32 -04:00
c3d5bfdff1 Update the translations 2015-06-11 10:51:00 -04:00
4c54f7d921 Also allow printing in filter mode 2015-06-11 10:40:12 -04:00
68a0e805a6 Remove conflicting keyboard shortcut for the preferences 2015-06-11 10:27:24 -04:00
a11c21eaf7 Relicense as 2-Clause BSD 2015-06-11 10:11:47 -04:00
a24d85da6a Use the main font for printing 2015-06-11 10:04:00 -04:00
54b16cfc21 Improve font width calculation while printing 2015-06-10 22:25:07 -04:00
f26b95fd6c Prepare for the print preferences custom widgets
The first parameters should be the font to use while printing (including
the size) and whether to put spacing between lines.
2015-04-26 17:37:54 +02:00
b6d61715f9 Document the last known problem by printing 2015-04-26 17:37:01 +02:00
a9c0bbdc28 Support printing any page arbitrarily 2015-04-26 16:33:10 +02:00
38d3e8fdde Set more printing parameters 2015-04-26 16:15:58 +02:00
5a5e416e7e Add a parameter for line spacing (when printing) 2015-04-26 16:03:20 +02:00
0000d22d8c Report errors when printing 2015-04-26 03:42:34 +02:00
92c2c5d8b9 Paginate printing in the corresponding callback 2015-04-26 03:42:33 +02:00
8ae590dd1d Correct a few typos 2015-04-26 03:28:40 +02:00