Yevgen Muntyan
|
cbcec98a58
|
Wrapped saved_win32_error_mode into #ifdef __WIN32__
|
2007-02-27 22:50:05 -06:00 |
|
Yevgen Muntyan
|
7a042ae82a
|
Return from _moo_normalize_file_path() if it's called on a directory
|
2007-02-27 22:49:33 -06:00 |
|
Yevgen Muntyan
|
1f40048f2f
|
#include <sys/types.h>, freebsd says it's needed
|
2007-02-27 22:47:42 -06:00 |
|
Yevgen Muntyan
|
d1e96ce1f0
|
Use '#ifdef MOO_DEBUG' instead of '#if MOO_DEBUG'
|
2007-02-27 22:46:49 -06:00 |
|
Yevgen Muntyan
|
bd4cc16a2c
|
moo_cmd_view_set_filter()
|
2007-02-27 22:46:14 -06:00 |
|
Yevgen Muntyan
|
99d716d135
|
Py_InitializeEx, Py_IncRef, Py_DecRef for python-2.3
|
2007-02-27 22:45:43 -06:00 |
|
Yevgen Muntyan
|
394d3b5d82
|
Do not use Py_XDECREF() on function call, it evaluates its argument twice
|
2007-02-27 22:45:11 -06:00 |
|
Yevgen Muntyan
|
5c0fa89131
|
Use localizable list of encodings to try on auto-detect
|
2007-02-27 22:43:51 -06:00 |
|
Yevgen Muntyan
|
fb7bd742d2
|
Little cleanup: use Py_INCREF/DECREF instead of wrappers; use return_None;
|
2007-02-27 22:38:34 -06:00 |
|
Yevgen Muntyan
|
8f3f798bf3
|
Use _moo_python_plugin_loader_free() instead of raw g_free
|
2007-02-27 22:35:04 -06:00 |
|
Yevgen Muntyan
|
e771dcf454
|
Added _moo_text_style_scheme_get_bracket_match_style(); made moo_text_style_scheme_get_bracket_match_style private
|
2007-02-27 22:32:54 -06:00 |
|
Yevgen Muntyan
|
2f5e562beb
|
Moved stuff around in _moo_plugin_load()
|
2007-02-27 22:31:35 -06:00 |
|
Yevgen Muntyan
|
7a01c305f7
|
Output filters live in xml file now
|
2007-02-27 22:27:49 -06:00 |
|
Yevgen Muntyan
|
40742bb240
|
Made it possible to write commands in python; renamed MooCommandType to MooCommandFactory
|
2007-02-27 22:23:57 -06:00 |
|
Yevgen Muntyan
|
f02ecb7883
|
Display running command as "[/path/to/working/dir] command --foo"
|
2007-02-27 22:16:06 -06:00 |
|
Yevgen Muntyan
|
d79e86cdef
|
Highlight source files as comments
|
2007-02-27 22:15:16 -06:00 |
|
Yevgen Muntyan
|
36cfac015d
|
Fixed Stop button in Replace? dialog
|
2007-02-27 22:14:22 -06:00 |
|
Yevgen Muntyan
|
ceaafe4764
|
Removed autosave controls
|
2007-02-27 22:06:11 -06:00 |
|
Yevgen Muntyan
|
b91246c34d
|
Do not try to open directories and treat filename:xxx as filename and line number pair, when processing command line arguments
|
2007-02-27 22:03:16 -06:00 |
|
Yevgen Muntyan
|
f6e36a1173
|
Added Translated By tab
|
2007-02-27 22:02:06 -06:00 |
|
Yevgen Muntyan
|
161f0ad45a
|
Use #line directive
|
2007-02-27 22:00:08 -06:00 |
|
Yevgen Muntyan
|
47a2f3b319
|
Corrected typo in variable name
|
2007-02-27 21:59:06 -06:00 |
|
Yevgen Muntyan
|
70664662e7
|
Do not check pkg-config modules twice
|
2007-02-27 21:58:26 -06:00 |
|
Yevgen Muntyan
|
3ce18b5eef
|
Use predefined localedir variable; do not expose MOO_LOCALE_DIR symbol in headers
|
2007-02-27 21:56:57 -06:00 |
|
Yevgen Muntyan
|
66781540ac
|
Do not try to use gcc options with Intel compiler
|
2007-02-27 21:49:56 -06:00 |
|
Yevgen Muntyan
|
9bdc129f60
|
Removed GGAP_ICON
|
2007-02-15 07:32:32 -06:00 |
|
Yevgen Muntyan
|
0f31729b4c
|
Fixed egg_regex_fetch_named(); added _egg_regex_get_backrefmax()
|
2007-02-15 07:32:06 -06:00 |
|
Yevgen Muntyan
|
7be3b2d717
|
'dupnames' regex attribute
|
2007-02-15 07:31:11 -06:00 |
|
Yevgen Muntyan
|
d2b60eb6a1
|
Use correct parameters to egg_regex_fetch_named()
|
2007-02-15 07:29:33 -06:00 |
|
Yevgen Muntyan
|
14f5e8bfae
|
Synced with upstream
|
2007-02-10 15:22:05 -06:00 |
|
Yevgen Muntyan
|
4c8f48da37
|
Use <foo/lala> instead of "foo/lala"
|
2007-02-09 20:29:48 -06:00 |
|
Yevgen Muntyan
|
0f9867489d
|
Added #ident
|
2007-02-09 20:29:29 -06:00 |
|
Yevgen Muntyan
|
f24d47b1cd
|
Use "logo" property as both stock id and icon name
|
2007-02-09 20:29:02 -06:00 |
|
Yevgen Muntyan
|
38d1e35b7f
|
Made some functions public for ggap, removed ggap icons, added MooRegex
|
2007-02-09 20:28:28 -06:00 |
|
Yevgen Muntyan
|
04b6b2d767
|
Removed AC_REQUIRE([MOO_PKG_CHECK_GTK_VERSIONS]), it's a problem in ggap
|
2007-02-09 20:24:14 -06:00 |
|
Yevgen Muntyan
|
7e842ca378
|
Do not #include <gdk/gdkx.h> unconditionally
|
2007-02-04 11:40:26 -06:00 |
|
Yevgen Muntyan
|
6252c5f601
|
open_uri: try exo-open too, for xfce
|
2007-02-04 11:38:34 -06:00 |
|
Yevgen Muntyan
|
e507901593
|
Increased version
|
2007-02-04 11:38:16 -06:00 |
|
Yevgen Muntyan
|
a103da65bf
|
Added tag 0.8.2 for changeset a32d4e404ea428c02dcf8e4315dc7e280c7d2ad0
|
2007-02-03 17:40:55 -06:00 |
|
Yevgen Muntyan
|
d5aabd1785
|
NEWS file for 0.8.2
|
2007-02-03 17:40:47 -06:00 |
|
Yevgen Muntyan
|
43d6745fd9
|
Try to open binary files with default application
|
2007-02-03 17:30:08 -06:00 |
|
Yevgen Muntyan
|
aaadd4d323
|
CFLAGS are used before AM_CFLAGS, do not rely on AM_CFLAGS to pick correct <pcre.h>
|
2007-02-03 11:20:45 -06:00 |
|
Yevgen Muntyan
|
3146fd9c53
|
Old intltool doesn't like my makefile, create subdirs from toplevel directories
|
2007-02-03 09:41:57 -06:00 |
|
Yevgen Muntyan
|
f0d20a93b1
|
Don't need AC_TYPE_SIGNAL thing
|
2007-02-03 09:06:18 -06:00 |
|
Yevgen Muntyan
|
0056ca73f7
|
Use libtool macro for sed
|
2007-02-01 09:26:55 -06:00 |
|
Yevgen Muntyan
|
6b03b14d1c
|
Backed out changeset 9d5b9030eb22eef2f0188dc41b7228c54f582668, the autoconf macro contains way too much internal autoncf stuff
|
2007-02-01 09:20:58 -06:00 |
|
Yevgen Muntyan
|
a49cdece87
|
Copied AC_PROG_SED from autoconf-2.60
|
2007-02-01 08:31:20 -06:00 |
|
Yevgen Muntyan
|
0165f62496
|
Added 'repeat' keyword
|
2007-02-01 08:31:02 -06:00 |
|
Yevgen Muntyan
|
7f8dfbaea6
|
Updated a little, to make it true
|
2007-02-01 08:30:43 -06:00 |
|
Yevgen Muntyan
|
7ae13cf245
|
Made _moo_icon_view_selected_foreach() robust against selection changes during iterating
|
2007-01-26 10:01:54 -06:00 |
|