Commit Graph

764 Commits (5befff98803f3efae6d6936882c9630a344ddf0c)

Author SHA1 Message Date
Yevgen Muntyan 5befff9880 MOO_STOCK_NEW_WINDOW, MOO_STOCK_FOLDER, MOO_STOCK_NEW_FOLDER 2007-04-08 09:38:41 -05:00
Yevgen Muntyan 7696e0548f Use special icons for file selector and bookmarks in file selector; do not use 'file-manager' icon with gnome theme 2007-04-07 15:17:46 -05:00
Yevgen Muntyan 64182be3c3 Do not alter stock icons; do not use gnome-fs-bookmark icon 2007-04-07 13:53:08 -05:00
Yevgen Muntyan dc9eb4abff Better stock icons business: use icon themes more 2007-04-07 12:36:10 -05:00
Yevgen Muntyan 3ef9426e6c Updated copyright notices 2007-04-07 03:21:52 -05:00
Yevgen Muntyan 19fed6e5b5 Translate less stock strings 2007-04-07 02:49:36 -05:00
Yevgen Muntyan f86a76aee0 Save and load user-chosen encodings 2007-04-07 02:33:53 -05:00
Yevgen Muntyan ae8455b0bf moo_markup_set_content() 2007-04-07 02:33:34 -05:00
Yevgen Muntyan bd4352f571 Added actions for input methods and special characters 2007-04-07 01:58:23 -05:00
Yevgen Muntyan 691b367a51 Better Russian translation 2007-04-06 14:39:16 -05:00
Yevgen Muntyan 13142f4a4c Avoid strict aliasing warnings here 2007-04-03 12:31:13 -05:00
Yevgen Muntyan c66f97a3ba moo_get_data_dirs(): get PACKAGE_NAME subdirectories of system data dirs; use g_get_system_data_dirs() instead of hardcoded list in mime code 2007-03-31 00:31:18 -05:00
Yevgen Muntyan c92c2ae484 Reenabled completion 2007-03-28 03:00:16 -05:00
Yevgen Muntyan b5e8d1246a Removed mooutils-win32.h 2007-03-24 02:10:43 -05:00
Yevgen Muntyan 90c02ca6b0 Do not use deprecated gtk_rc_style_unref 2007-03-24 02:10:28 -05:00
Yevgen Muntyan 886db00c60 moo_window_set_global_accels() 2007-03-22 23:09:37 -05:00
Yevgen Muntyan b97723fcf0 Do store pcre_extra structure in EggRegex 2007-03-20 16:43:33 -05:00
Yevgen Muntyan fab1343c7b Wrappers around g_slice_* and g_new/g_free 2007-03-13 01:29:55 -05:00
Yevgen Muntyan a621681e7f Removed _moo_file_is_text(); made file selector not try to open executables 2007-03-13 01:28:27 -05:00
Yevgen Muntyan 49221ce4db Use more glib, do not compile xdgmimeint.c 2007-03-12 00:43:36 -05:00
Yevgen Muntyan 452396c333 _moo_splitlines: do not ignore unicode paragraph separator 2007-03-12 00:42:56 -05:00
Yevgen Muntyan 5f7f9d83c3 Fixed ngettext macros and MOO_LOCALE_DIR 2007-03-06 18:57:19 -06:00
Yevgen Muntyan 0a30043e6d Declare moo_gettext() even if gettext is disabled 2007-03-06 16:04:49 -06:00
Yevgen Muntyan 1b93a46f92 Better i18n 2007-02-27 22:55:05 -06:00
Yevgen Muntyan ead1df9fd1 Added _xdg_buffer_is_text() 2007-02-27 22:51:33 -06:00
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 3ce18b5eef Use predefined localedir variable; do not expose MOO_LOCALE_DIR symbol in headers 2007-02-27 21:56:57 -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 4c8f48da37 Use <foo/lala> instead of "foo/lala" 2007-02-09 20:29:48 -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 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 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 dc1c8500b0 Replaced g_(idle|timeout|io) functions with gdk threads-aware wrappers 2007-01-19 20:47:59 -06:00
Yevgen Muntyan 9099ec299f Read more than one line per io callback 2007-01-15 05:04:39 -06:00
Yevgen Muntyan ccf7d55ebe -ansi -pedantic fixes 2007-01-11 20:28:22 -06:00
Yevgen Muntyan a602c0c750 Use $@.tmp and $@ in generated files rules 2007-01-10 04:19:06 -06:00
Yevgen Muntyan d794e43da5 Refactored collecting action properties and callback arguments in moo_window_newaction_* 2007-01-08 21:34:53 -06:00
Yevgen Muntyan 3814530728 _moo_window_class_new_action_callback() 2007-01-08 20:55:36 -06:00
Yevgen Muntyan 2d5b4f735d Do not include <fnmatch.h> unconditionally 2007-01-08 15:29:58 -06:00
Yevgen Muntyan 56b929f591 Intern return value in get_mime_*() 2007-01-08 08:36:11 -06:00
Yevgen Muntyan b09e8bab65 xdg_mime_is_valid_mime_type() 2007-01-08 01:31:49 -06:00
Yevgen Muntyan 38bb0c03ac Whitespace changes, to make it easier to diff against f.d.o. repository 2007-01-08 00:28:11 -06:00
Yevgen Muntyan 6ec57017d7 Removed moo_print() and moo_print_err() 2007-01-07 23:12:29 -06:00
Yevgen Muntyan 89db53d70e Use gtk_menu_attach_to_widget() 2007-01-07 23:10:35 -06:00
Yevgen Muntyan d95671b8f2 Do not use gtk_object_sink with glib >= 2.10 2007-01-07 22:27:22 -06:00