111 Commits

Author SHA1 Message Date
Yevgen Muntyan
869adcfe11 Got rid of MOO_*_COMPILATION macros, they are useless 2013-04-22 01:02:44 -07:00
Yevgen Muntyan
d40d51e55f Visual studio project and fixes 2013-04-20 22:14:56 -07:00
Yevgen Muntyan
f58b539ba5 Merged in lasse_makholm/medit (pull request #2: Always use a temp file when passing input to shell commands to avoid quoting issues.) 2012-12-16 18:22:46 -08:00
Yevgen Muntyan
97bc6b59bb Separate variable for python used in the build, MOO_PYTHON 2012-07-28 22:18:25 -07:00
Yevgen Muntyan
5403d30d73 Always use a temp file when passing input to shell commands to avoid quoting issues.
The "echo 'input' | command" apprach doesn't work reliably for input containing "\n".
Fixed giving up the pipe approach and just using a temp file always.
2012-04-22 22:38:13 +02:00
Yevgen Muntyan
2dd19b145c Fixed Run Python command 2011-12-28 23:36:25 -08:00
Yevgen Muntyan
7ab9254926 Store 'Show hidden files' setting of file selector in preferences 2011-12-04 23:54:46 -08:00
Yevgen Muntyan
a6381e5b8a Fixed compilation with DISABLE_SINGLE_INCLUDES 2011-09-26 00:41:51 -07:00
Yevgen Muntyan
29eb6fc357 Removed bunch of unused variables 2011-09-10 23:51:30 -07:00
Yevgen Muntyan
69eb126aab Removed MOO_EDIT_IS_MODIFIED and MOO_EDIT_IS_CLEAN macros 2011-02-05 22:17:19 -08:00
Yevgen Muntyan
a99a3a46a4 Highlight current line in unfocused cmd-views 2011-01-29 02:40:27 -08:00
Yevgen Muntyan
b12990ea31 Extra arguments for moo_open_info_new and moo_reload_info_new 2011-01-25 02:10:52 -08:00
Yevgen Muntyan
bf5655c0bc Document even less stuff 2011-01-24 03:21:24 -08:00
Yevgen Muntyan
33ce712993 Made moo_(open|save)_info_new take filename instead of GFile 2011-01-24 02:41:42 -08:00
Yevgen Muntyan
3ed115e2d7 More docs 2011-01-22 17:40:22 -08:00
Yevgen Muntyan
e5328da2b7 Always run default init script 2011-01-22 01:34:49 -08:00
Yevgen Muntyan
943d466c56 Implemented g_signal_connect for Lua, added Lua modules back 2011-01-20 01:02:02 -08:00
Yevgen Muntyan
8725079d5a Split views 2011-01-17 03:01:11 -08:00
Yevgen Muntyan
dd778f3c3e Save all documents, not just documents in current window 2011-01-17 02:51:54 -08:00
Yevgen Muntyan
e117b0845d Preparation for multiple views 2011-01-17 02:51:32 -08:00
Yevgen Muntyan
288519c4a4 Instead of using moo_warning explicitly redefine g_warning 2011-01-14 02:37:04 -08:00
Yevgen Muntyan
588a82371c MOO_NZS 2011-01-14 01:31:03 -08:00
Yevgen Muntyan
d6be34b119 moo_str_equal 2011-01-14 01:12:19 -08:00
Yevgen Muntyan
dc9d6c19b2 On save all do not save untitled documents 2011-01-14 01:02:36 -08:00
Yevgen Muntyan
68a63ac38c Fixed build with --without-python 2011-01-13 00:43:58 -08:00
Yevgen Muntyan
1e55a8c2c7 Removed pre-gtk-2.16 and pre-glib-2.16 stuff 2011-01-13 00:36:22 -08:00
Yevgen Muntyan
0eb7950445 Don't invent new ways to screw up checking string prefix 2011-01-12 23:53:18 -08:00
Yevgen Muntyan
8297838cbc Renamed MooEdit*Info to Moo*Info 2011-01-10 02:31:07 -08:00
Yevgen Muntyan
157c7cc277 New input type for shell commands: 'Document copy' 2011-01-10 02:13:44 -08:00
Yevgen Muntyan
e46ccddb02 Ignore more files by default 2011-01-09 02:08:25 -08:00
Yevgen Muntyan
f7fd0ec8cb Marked more strings translatable, thanks to Denis Koryavov 2011-01-06 01:07:44 -08:00
Yevgen Muntyan
3007fbcbac In SortLines do not do anything if a single line is selected; in SortLinesUniq, specify proper input; implement SortLinesUniq in lua for win32 2011-01-05 02:56:15 -08:00
Yevgen Muntyan
613056fdc8 Reduce spacing between buttons to make tool list treeview smaller 2011-01-05 02:55:09 -08:00
Yevgen Muntyan
c5497124db Use two combo boxes instead of Options entry 2011-01-05 02:35:00 -08:00
Yevgen Muntyan
03620064e7 Use single MooCommandScript for both lua and python 2011-01-04 23:54:54 -08:00
Yevgen Muntyan
a3d8878c98 Made prefs files real xml: single root element 'moo-prefs' 2011-01-04 03:10:10 -08:00
Yevgen Muntyan
30584189c2 Bind more functions 2011-01-01 17:41:01 -08:00
Yevgen Muntyan
4210b6f3dd Specify whether strings are utf8, filenames, or 'just strings' 2011-01-01 17:14:23 -08:00
Yevgen Muntyan
137ab18205 Made python tools builtin 2011-01-01 15:00:20 -08:00
Yevgen Muntyan
132b956b51 NULL filter means 'default' 2010-12-29 03:05:26 -08:00
Yevgen Muntyan
bb6683324c Reverted commit 4306, resaving with glade is a bad idea: it writes can-focus=false for buttons 2010-12-29 02:42:13 -08:00
Yevgen Muntyan
c080a96ed3 Store user tools in XML 2010-12-29 02:17:50 -08:00
Yevgen Muntyan
7beca3b5f9 Use correct method 2010-12-28 22:03:38 -08:00
Yevgen Muntyan
deec1d5ca4 More docs 2010-12-27 00:30:33 -08:00
Yevgen Muntyan
e500eada90 Resaved glade files with glade-3.6.7 2010-12-26 22:05:45 -08:00
Yevgen Muntyan
40baa0f067 Unindented glade files content to make it diffable 2010-12-26 21:08:23 -08:00
Yevgen Muntyan
095ab38eb0 Use docbooks for help 2010-12-26 20:18:16 -08:00
Yevgen Muntyan
b7ea52b401 Do not document MooCommand and MooUiXml stuff 2010-12-24 01:23:00 -08:00
Yevgen Muntyan
df35c0313c Highlight current line in unfocused search results view 2010-12-21 22:06:14 -08:00
Yevgen Muntyan
73d162daf6 Fixed email address 2010-12-21 20:15:45 -08:00