664 Commits

Author SHA1 Message Date
Yevgen Muntyan
064fee6ea2 Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
Yevgen Muntyan
f93d4d3094 Moved files around; made dialogs position better 2006-08-01 00:55:52 -05:00
Yevgen Muntyan
c3c7291cff #define PCRE_DEFINITION, to made it export symbols instead of importing them 2006-08-01 00:55:33 -05:00
Yevgen Muntyan
bb22db5a1b Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
Yevgen Muntyan
8bc4c8afb5 Updated makefiles and autoconf macros for new pcre 2006-07-27 06:07:38 -05:00
Yevgen Muntyan
a9f10afca2 Synced eggregex and pcre with Marco's repo 2006-07-26 03:22:26 -05:00
Yevgen Muntyan
03b69885ed Little cleanup 2006-07-14 22:33:35 -05:00
Yevgen Muntyan
9ab44dd1b0 Save NULL string value as "" 2006-07-14 22:33:26 -05:00
Yevgen Muntyan
bd6f42a872 Free caches in xdg_mime_shutdown(); do not reload database every five seconds.
https://bugs.freedesktop.org/show_bug.cgi?id=7495
https://bugs.freedesktop.org/show_bug.cgi?id=7496
2006-07-11 22:39:37 -05:00
Yevgen Muntyan
c28efc5560 Do not use anonymous unions 2006-07-08 09:59:35 -05:00
Yevgen Muntyan
39628f23f6 moo_filename_from_locale() 2006-07-05 14:16:47 -05:00
Yevgen Muntyan
f8c9cb338c Added timestamp argument to *_present() methods 2006-07-05 14:16:29 -05:00
Yevgen Muntyan
17966b9fe2 Visual studio project: added icon (Thomas) 2006-06-30 23:17:41 -05:00
Yevgen Muntyan
1476fbac5e Upstream fix of modal parent problem 2006-06-30 00:52:04 -05:00
Yevgen Muntyan
0fa8bf2d3d Use GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL 2006-06-30 00:51:39 -05:00
Yevgen Muntyan
ff227e3431 moo_window_set_parent() 2006-06-27 16:20:46 -05:00
Yevgen Muntyan
49bc1b1191 Renamed pcre/COPYING 2006-06-27 12:58:23 -05:00
Yevgen Muntyan
3c9882beba Do not use G_SIGNAL_TYPE_STATIC_SCOPE, since the item may be removed and freed during signal emission 2006-06-26 07:11:22 -05:00
Yevgen Muntyan
2e1796af90 Do not try to select NULL path 2006-06-26 07:10:38 -05:00
Yevgen Muntyan
03853c2afd Properly show tab label when child is shown 2006-06-26 05:24:41 -05:00
Yevgen Muntyan
d78b365ab3 Hide arrows when no pages visible 2006-06-26 04:21:10 -05:00
Yevgen Muntyan
34576fb4a7 Made MooFileView, moo_file_view_chdir, moo_file_view_get_actions, moo_file_view_get_ui_xml public 2006-06-25 07:02:14 -05:00
Yevgen Muntyan
2caa58d2e5 Nicer warning about non-registered keys 2006-06-25 03:17:13 -05:00
Yevgen Muntyan
70e35b9a84 Some renames, some XXX comments, some commented out code 2006-06-24 01:03:04 -05:00
Yevgen Muntyan
21ef3c0dd0 Reformatted a bit 2006-06-24 00:33:26 -05:00
Yevgen Muntyan
875ac6a7ee Do not enable tools actions for folders 2006-06-24 00:26:41 -05:00
Yevgen Muntyan
59646ad060 Some comments 2006-06-24 00:26:24 -05:00
Yevgen Muntyan
369a5add0e Replaced moo_window_finalize() with moo_window_dispose(); remove window from list of instances in dispose() 2006-06-23 05:41:29 -05:00
Yevgen Muntyan
1792095866 Disabled dnd to bookmarks view, it was broken anyway 2006-06-23 03:11:02 -05:00
Yevgen Muntyan
bff0396dc3 Added G_GNUC_NULL_TERMINATED here and there 2006-06-20 21:20:58 -05:00
Yevgen Muntyan
9e14d45b0f Don't try to use reserved device name on win32 2006-06-20 21:20:18 -05:00
Yevgen Muntyan
3301b82216 Renamed Menubar to Menu in the ui xml 2006-06-19 04:28:15 -05:00
Yevgen Muntyan
b62cd50f55 Use macro XDG_MIME_TYPE_UNKNOWN instead of the variable 2006-06-17 05:50:03 -05:00
Yevgen Muntyan
ee43c61f5c Use glib here too 2006-06-17 05:45:37 -05:00
Yevgen Muntyan
f358b03fe3 Suppress warnings about unused variable 2006-06-17 05:38:44 -05:00
Yevgen Muntyan
f85219774e Use g_utf8_validate 2006-06-17 05:37:42 -05:00
Yevgen Muntyan
c3473fd7a2 Unbroke display in shortcuts dialog 2006-06-17 03:00:13 -05:00
Yevgen Muntyan
eb7132c9eb Made moo_file_watch_monitor_* return monitor id, instead of boolean status 2006-06-17 00:54:04 -05:00
Yevgen Muntyan
1437835f5c Better rule for generated files and FreeBSD make 2006-06-16 21:30:40 -05:00
Yevgen Muntyan
48d74c5cd2 Added check for PCRE_CONFIG_UTF8 2006-06-16 08:11:54 -05:00
Yevgen Muntyan
e7f7d5c93a moo_window_present(): move window to the current desktop 2006-06-16 01:37:17 -05:00
Yevgen Muntyan
42b16f2c8b moo_(en/dis)able_win32_error_message(), for plugins and terminal 2006-06-14 23:39:34 -05:00
Yevgen Muntyan
cb68ad34a6 Added "show fixed width fonts" checkbox to font selector 2006-06-14 14:29:30 -05:00
Yevgen Muntyan
014eee2abf moo_notebook_get_event_tab() 2006-06-14 11:28:32 -05:00
Yevgen Muntyan
bacb3131fe Added MooFontSelection back 2006-06-14 10:02:17 -05:00
Yevgen Muntyan
7575565add Work around bug in stupid themes thinking "noteboook" means GtkNotebook 2006-06-13 16:01:25 -05:00
Yevgen Muntyan
6474527f0c Don't try to detect MSVC 2006-06-13 03:01:35 -05:00
Yevgen Muntyan
bb97b0de76 Renamed mooscript-yacc.y to prevent gcc trying to regenerate mooscript-yacc.[ch] 2006-06-13 02:41:25 -05:00
Yevgen Muntyan
4842605142 Don't use function call in struct initializer 2006-06-13 01:29:52 -05:00
Yevgen Muntyan
69cd8d2264 S_ISREG and S_ISDIR for MSVC 2006-06-13 01:29:27 -05:00