Commit Graph

1865 Commits (51131bc4debfb9444be649430dbea3dc135bbd59)

Author SHA1 Message Date
Yevgen Muntyan 4e93744573 default_lang_combo_set_lang: don't search for NULL 2006-09-26 14:46:34 -05:00
Yevgen Muntyan 4d2bae8c72 Use C++ highlighting for C headers 2006-09-26 14:45:48 -05:00
Yevgen Muntyan 9825a62907 Renamed kde theme to "Kate" 2006-09-26 14:45:13 -05:00
Yevgen Muntyan 900aa18b98 Upstream changes 2006-09-26 14:44:20 -05:00
Yevgen Muntyan b008c2aa38 Pass line number to moo_app_send_files() 2006-09-26 14:43:56 -05:00
Yevgen Muntyan 23447f366f Moved moolinklabel.* to mooapp/ 2006-09-26 14:43:23 -05:00
Yevgen Muntyan 2f1885bc98 Moved moolinklabel.* to mooapp/ 2006-09-26 14:42:57 -05:00
Yevgen Muntyan 497f2c34ad Allow unknown context references during parsing, and resolve them after parsing finished 2006-09-10 12:06:45 -05:00
Yevgen Muntyan 9abec4785a Use IS_SPACE_OR_TAB macro in undo actions merge 2006-09-10 12:06:13 -05:00
Yevgen Muntyan b280310040 Don't remove all generated files in make clean 2006-09-10 12:05:32 -05:00
Yevgen Muntyan 4e9479972f Include user name into pipe name too 2006-09-08 09:19:55 -05:00
Yevgen Muntyan 26433f1c83 Include display name into input pipe name 2006-09-08 03:26:43 -05:00
Yevgen Muntyan 2df54a3016 Made gtk-can-change-accels work again 2006-09-07 20:51:29 -05:00
Yevgen Muntyan 5bcb5b4a06 Merged FreeBSD stuff 2006-09-07 02:05:50 -05:00
Yevgen Muntyan 1230d9b758 Use g_utf8_collate() to sort langs 2006-09-07 02:04:31 -05:00
Yevgen Muntyan d42e8c419f Use "UTF-8" instead of "UTF8" charset name 2006-09-07 02:02:21 -05:00
Yevgen Muntyan 176bc04069 #include <libutil.h> for FreeBSD 2006-09-07 02:01:48 -05:00
Yevgen Muntyan 2ce565eda7 #include <signal.h>, to get SIG* constants 2006-09-06 21:08:18 -05:00
Yevgen Muntyan 65ca899745 Removed globs from lang files 2006-09-06 21:06:32 -05:00
Yevgen Muntyan 8b6ecb7d68 Merged from miln005 2006-09-06 13:13:10 -05:00
Yevgen Muntyan 04b000da6f Renamed sh:line-comment to sh:comment, added m4-comment, the comment starting with dnl 2006-09-06 12:51:04 -05:00
Yevgen Muntyan d445431691 Better error message, better highlighting 2006-09-06 12:25:56 -05:00
Yevgen Muntyan 4ccd0dcd5f Try to get mode string from second line too 2006-09-06 12:25:22 -05:00
Yevgen Muntyan c9a7d02ac1 A bit better lang files 2006-09-04 01:04:29 -05:00
Yevgen Muntyan dac98d7202 Fixed breakage after last commit 2006-09-04 01:00:19 -05:00
Yevgen Muntyan 6f2965a257 Be careful with free'd memory 2006-09-04 00:45:26 -05:00
Yevgen Muntyan 8567fa58e4 Better lang files 2006-09-03 22:09:51 -05:00
Yevgen Muntyan 10c2fe6272 Better error message 2006-09-03 22:09:00 -05:00
Yevgen Muntyan beed8585d7 Synced with upstream:
2006-09-03  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/gtksourcecontextengine.c:
	commented UPDATE_PRIORITY and UPDATE_TIME_SLICE constants;
	made CHECK_* macros and made corresponding function names lowercase;
	Removed some XXX comments, changed some FIXME's.
	* gtksourceview/gtksourcelanguage-parser-1.c:
	(build_keyword_list): removed keyword number limit and added a TODO there;
	removed language_strconvescape; removed old commented out code;
	(_gtk_source_language_file_parse_version1): check lang file version in
	* gtksourceview/gtksourcelanguage-parser-2.c:
	(create_definition): added a TODO about big keyword lists;
	removed old commented out code.
	* gtksourceview/gtksourcestylescheme.c: replaced XXX with FIXME (more
	informative one).
	* gtksourceview/gtktextregion.c,
	 gtksourceview/gtktextregion.h: removed gtk_text_region_subtract_region,
	it's not needed anymore.

2006-09-03  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/gtksourcecontextengine.c,
	gtksourceview/gtksourcelanguage-parser-1.c
	gtksourceview/gtksourcelanguage-parser-2.c
	gtksourceview/gtksourcelanguage.c
	gtksourceview/gtksourcelanguagesmanager.c
	gtksourceview/gtksourcestyle.c
	gtksourceview/gtksourcestylescheme.c: do if (ptr != NULL) and
	if (ptr == NULL) instead of if (ptr) and if (!ptr), to please
	maintainers who are afraid of using pointers in boolean contexts.
2006-09-03 17:59:59 -05:00
Yevgen Muntyan 208246b29e Now it can open files 2006-09-02 04:01:26 -05:00
Yevgen Muntyan b713f5c505 Use :* when including contexts 2006-09-02 04:01:01 -05:00
Yevgen Muntyan 38155c5112 Handle case when parent context doesn't have end pattern properly 2006-09-02 04:00:21 -05:00
Yevgen Muntyan 811c16f2e6 Output filters start working 2006-09-02 02:34:01 -05:00
Yevgen Muntyan d7dacd1f27 Do not write stderr as stdout; renamed std*_text to std*_line; 2006-09-02 02:33:09 -05:00
Yevgen Muntyan 11f7c5a11c moo_line_view_set_boxed(), moo_line_view_get_boxed() 2006-09-02 02:31:13 -05:00
Yevgen Muntyan 475ba8fb9e Do not run command with empty Untitled if it needs a file 2006-09-02 02:30:43 -05:00
Yevgen Muntyan 53e07fcea5 _moo_str_equal() 2006-09-02 02:29:39 -05:00
Yevgen Muntyan a3865e4622 Added macros for "stdout" and friends 2006-09-02 02:27:07 -05:00
Yevgen Muntyan c3d6963ff6 Strings end at line end 2006-09-02 02:26:38 -05:00
Yevgen Muntyan 47353c6ae7 "union" is a keyword 2006-09-02 02:26:21 -05:00
Yevgen Muntyan fbc3280d7e Continuing output filter stuff 2006-09-01 12:37:47 -05:00
Yevgen Muntyan 9507592658 Mismatched bracket color 2006-09-01 03:49:08 -05:00
Yevgen Muntyan 7b1202882a Started output filter stuff 2006-09-01 03:48:52 -05:00
Yevgen Muntyan f6b19ba21f Set current line color too 2006-09-01 03:47:55 -05:00
Yevgen Muntyan 109d7a0dde MANY_LINES trick is broken 2006-09-01 03:47:34 -05:00
Yevgen Muntyan aef1c816de use-style attribute 2006-09-01 03:47:03 -05:00
Yevgen Muntyan a1f6fd445f Removed default styles which do not make sense for most languages such as def:preprocessor; added use-style attribute to styles in style schemes 2006-09-01 03:46:43 -05:00
Yevgen Muntyan c55731d6da Removed odd #include's 2006-09-01 03:45:42 -05:00
Yevgen Muntyan 53eca2f14b Use MooKeyFile for tools configuration files 2006-08-31 10:21:39 -05:00
Yevgen Muntyan 4d37da1536 Better styles for latex 2006-08-31 10:21:18 -05:00
Yevgen Muntyan 6f7f511daa Changed license to LGPL 2006-08-31 10:10:57 -05:00
Yevgen Muntyan 0374f0e65e New option: async 2006-08-31 01:26:50 -05:00
Yevgen Muntyan 149234217e _moo_env_add 2006-08-31 01:26:26 -05:00
Yevgen Muntyan 0229d59cd1 Do not use comment style for math stuff 2006-08-31 01:26:13 -05:00
Yevgen Muntyan 3b05ab17ac More lang files 2006-08-31 00:34:59 -05:00
Yevgen Muntyan 3f2911df56 Use TextView.set_lang_by_id 2006-08-31 00:34:16 -05:00
Yevgen Muntyan a42d3703fe moo_text_view_set_lang_by_id 2006-08-31 00:33:48 -05:00
Yevgen Muntyan 62b487fc97 moo_text_view_set_lang_by_id(): set style scheme too 2006-08-31 00:33:18 -05:00
Yevgen Muntyan 536d5df25e Warn if a language with given name not found 2006-08-31 00:32:25 -05:00
Yevgen Muntyan 425c951b74 Do not spit those messages about matched files 2006-08-31 00:31:59 -05:00
Yevgen Muntyan 36ff6f4a07 Removed odd #include's 2006-08-31 00:31:39 -05:00
Yevgen Muntyan 6a47d03fca "bash" language renamed to "sh" 2006-08-31 00:31:25 -05:00
Yevgen Muntyan 8e171f42a6 Do not crash on invalid lang files 2006-08-31 00:30:15 -05:00
Yevgen Muntyan f47ee58476 Removed GError* member from ParserState; better error message when encountered an error in a referenced lang file; get error messages from xml parser 2006-08-31 00:29:58 -05:00
Yevgen Muntyan d86c65ac43 Remove trailing \n from all patterns 2006-08-31 00:28:41 -05:00
Yevgen Muntyan ea528959a4 Do not crash on invalidated hints; do not crash on zero-length segments 2006-08-31 00:28:15 -05:00
Yevgen Muntyan 55df4f1823 Handle zero-length segments properly 2006-08-29 04:36:40 -05:00
Yevgen Muntyan b37b8eac18 Handle zero-length matches better 2006-08-29 01:48:50 -05:00
Yevgen Muntyan 49ac2ab247 Removed automake.lang, added some stuff in def.lang 2006-08-29 00:08:18 -05:00
Yevgen Muntyan 37f67cc758 Changelog lang file 2006-08-28 23:27:37 -05:00
Yevgen Muntyan 404d485b0c Fix build on gtk-2.6 2006-08-28 21:08:09 -05:00
Yevgen Muntyan 120f8ba116 Do not use g_return_val_if_fail() in sub_pattern_to_int(), no number is not an error 2006-08-28 21:06:38 -05:00
Yevgen Muntyan 26cf5c1eef Fixed build with gtk-2.6 2006-08-28 13:27:14 -05:00
Yevgen Muntyan b5825f26a1 Synced with upstream
2006-08-27  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/language-specs/automake.lang,
	gtksourceview/language-specs/check.sh,
	gtksourceview/language-specs/Makefile.am: new lang file for
	Makefile.am.
	* gtksourceview/language-specs/c.lang: override style for
	line-continue in macros; use def:string context.
	* gtksourceview/language-specs/def.lang: renamed 'c-style-escape'
	to 'escape', it's not really 'C style';
	added 'escape' style to 'line-continue' context;
	added 'string' and 'single-quoted-string' contexts.
	* gtksourceview/language-specs/javascript.lang: replaced
	def:c-style-escape with def:escape.
	* gtksourceview/language-specs/language2.rng: added optional
	style-ref and ignore-style attributes to <context ref=""> tags.
	* gtksourceview/gtksourcecontextengine.[ch],
	gtksourceview/gtksourcelanguage-parser-2.c: made it possible to
	override style from referenced context:
	<context ref="some-context" style-ref="some-style"> means "use
	context some-context with style some-style", and ignore-style
	attribute means "use no style in this context".

2006-08-27  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/language-specs/Makefile.am: install style scheme into
	$prefix/gtksourceview-2.0/styles dir.
	* gtksourceview/gtksourcecontextengine.c: fixed subpatterns handling
	(subpatterns tags were applied randomly);
	made high-priority one-time idle called more often, which hopefully
	make it look nicer;
	(gtk_source_context_engine_update_highlight): highlight as much as possible
	even if some part of requested area is not analyzed yet.
	* gtksourceview/gtksourcelanguage-parser-2.c: fixed two leaks.
	* gtksourceview/gtksourcelanguagesmanager.c,
	gtksourceview/gtksourcestylescheme.h,
	gtksourceview/gtksourceview.c: _gtk_source_style_scheme_get_default() -
	temporary workaround for no-builtin-scheme thing.
2006-08-27 19:11:56 -05:00
Yevgen Muntyan c7e5afb416 Always raise pane window in size-allocate 2006-08-27 19:10:41 -05:00
Yevgen Muntyan d6cfcf6f82 Do not map child until notebook is mapped itself 2006-08-27 19:10:08 -05:00
Yevgen Muntyan 17f35eb679 Match floats before decimals 2006-08-27 04:36:06 -05:00
Yevgen Muntyan 7082d17f76 Do not overwrite old files. 2006-08-26 19:14:18 -05:00
Yevgen Muntyan 0732a0a2fb Added first-line-only option 2006-08-26 19:04:13 -05:00
Yevgen Muntyan e0c326682c Sripts to convert old lang files 2006-08-26 19:02:38 -05:00
Yevgen Muntyan 0971cb441f first-line-only and shebang 2006-08-26 18:24:54 -05:00
Yevgen Muntyan 7364b6f03e Added shebang rule 2006-08-26 18:24:10 -05:00
Yevgen Muntyan 5ef5c558a9 typedef is a keyword, not a type 2006-08-26 18:23:51 -05:00
Yevgen Muntyan 23c0c2d90c Yacc lang file 2006-08-26 06:17:24 -05:00
Yevgen Muntyan f7cd81d5a6 Use "true" instead of "1" 2006-08-26 06:17:13 -05:00
Yevgen Muntyan dfe6411611 Do not crash 2006-08-26 06:16:29 -05:00
Yevgen Muntyan ee935c3a0b Convert language ids to lower case 2006-08-26 05:01:22 -05:00
Yevgen Muntyan 6589d94f89 Make distcheck happy 2006-08-26 05:01:07 -05:00
Yevgen Muntyan 045d120c3f Disable MooLang* and MooTextStyle* stuff in python 2006-08-26 04:53:01 -05:00
Yevgen Muntyan ee2dea7d75 GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
Yevgen Muntyan 5a23ae651c Merged from moo-0.7 branch 2006-08-25 16:49:05 -05:00
Yevgen Muntyan 53131f1179 Added Open action to file selector popup menu, for cases when more than one file selected 2006-08-25 16:35:09 -05:00
Yevgen Muntyan 8ddc1eef5c Removed dependency on mooedit 2006-08-24 01:56:44 -05:00
Yevgen Muntyan 60bbb31fb7 MooCommandExe is really MooCommandUnixShell now, disabling it for win32 2006-08-23 23:58:30 -05:00
Yevgen Muntyan e56fa942b7 Release 0.7.0 2006-08-23 23:26:36 -05:00
Yevgen Muntyan 00797c548b Sort 2006-08-23 23:17:45 -05:00
Yevgen Muntyan aeea183961 Use textview on win32 2006-08-23 23:17:28 -05:00
Yevgen Muntyan f853c937c4 #include "mooutils/moocompat.h" 2006-08-23 23:03:41 -05:00
Yevgen Muntyan 26261e86b0 g_listenv() 2006-08-23 23:03:20 -05:00
Yevgen Muntyan 52e3cc9234 Fixed char rule a bit 2006-08-23 21:37:38 -05:00
Yevgen Muntyan dd09bf62bb Yacc lang file 2006-08-23 21:31:50 -05:00
Yevgen Muntyan 0d7ce702dc Made it possible to blacklist certain extensions, so no lang is picked up for them 2006-08-23 20:33:03 -05:00
Yevgen Muntyan 8589df5c29 Disabled active strings and completion 2006-08-23 20:32:33 -05:00
Yevgen Muntyan 869a267b68 Do not build active strings and completion plugins now 2006-08-23 20:31:52 -05:00
Yevgen Muntyan 08806c6bc0 Removed MooConfig in favor of MooKeyFile 2006-08-23 20:31:30 -05:00
Yevgen Muntyan da2f1a2b83 moo_make_user_data_dir() accepts optional additional path now 2006-08-23 05:30:23 -05:00
Yevgen Muntyan e314753e0c g_mkdir_with_parents() 2006-08-23 05:29:25 -05:00
Yevgen Muntyan 68df12b6f9 moo_key_file_item_name(), moo_key_file_format() 2006-08-23 05:28:50 -05:00
Yevgen Muntyan a5fe6c9f12 Save backups for user files 2006-08-23 03:09:27 -05:00
Yevgen Muntyan 3d3dc5e644 _moo_rename() 2006-08-23 03:09:17 -05:00
Yevgen Muntyan bc5282ce26 Merge installed and user's files 2006-08-23 02:41:56 -05:00
Yevgen Muntyan cd412fc8ae When row moved too 2006-08-23 02:40:45 -05:00
Yevgen Muntyan c5381b4191 Mark page changed after deleting row 2006-08-23 02:39:03 -05:00
Yevgen Muntyan c9b450e4e2 moo_command_type_data_equal() 2006-08-23 02:38:16 -05:00
Yevgen Muntyan 4e6a5cd89f Add given environment variables to existing environment instead of replacing it 2006-08-22 23:24:36 -05:00
Yevgen Muntyan b6bd1f0175 Made _moo_history_list_load private 2006-08-22 23:24:04 -05:00
Yevgen Muntyan d87138c56e Add asterisks to skip-files globs, save history 2006-08-22 23:23:35 -05:00
Yevgen Muntyan 2804b1c701 Generate unique id and store it 2006-08-22 23:22:32 -05:00
Yevgen Muntyan 5011f65f74 Draw a bit smaller placeholder box 2006-08-22 23:22:03 -05:00
Yevgen Muntyan 0acf328b09 Save search flags 2006-08-22 23:21:42 -05:00
Yevgen Muntyan 23e4e9d53e Filter patterns, check_visible() and check_sensitive() 2006-08-22 23:21:14 -05:00
Yevgen Muntyan 6841eb4d9f Renamed type from MooScript to moo-script 2006-08-22 23:20:33 -05:00
Yevgen Muntyan 303b9b7e48 Run command from document directory 2006-08-22 23:20:01 -05:00
Yevgen Muntyan cd640d12e6 Check pid string better, and check whether file exists before opening it 2006-08-22 23:19:08 -05:00
Yevgen Muntyan 271995d123 Renamed MooHistoryEntry to MooHistoryCombo 2006-08-22 23:18:39 -05:00
Yevgen Muntyan 9310b4ce2d MooKeyFile 2006-08-22 23:15:25 -05:00
Yevgen Muntyan 0ded325541 Added --enable-tests 2006-08-22 23:14:21 -05:00
Yevgen Muntyan e0db6e3bc9 Set environment variables correctly 2006-08-21 00:41:57 -05:00
Yevgen Muntyan c47a8561f0 Use function name in "implement me" #warning's 2006-08-20 22:47:28 -05:00
Yevgen Muntyan 377835f8f9 Use _moo_save_file_utf8 instead of g_file_set_contents 2006-08-20 22:45:45 -05:00
Yevgen Muntyan 60de5a4217 Fixed bug with simultaneous dragging icon and reordering tabs in notebook 2006-08-20 15:41:14 -05:00
Yevgen Muntyan ca1310a325 More public/private separation 2006-08-20 14:38:20 -05:00
Yevgen Muntyan b9dabe800d Build plugins first 2006-08-20 12:54:54 -05:00
Yevgen Muntyan 6d4e54066a MooCommandExe and friends 2006-08-20 03:49:33 -05:00
Yevgen Muntyan dd28bc478f Moved MooCmd into moospawn.[ch]; made it private 2006-08-20 03:49:03 -05:00
Yevgen Muntyan 1f7b0d7f04 Use _moo_unix_spawn_async instead of MooCmd 2006-08-20 03:48:24 -05:00
Yevgen Muntyan 59382acb5a Fixed find command for case when no globs specified 2006-08-20 03:47:57 -05:00
Yevgen Muntyan 1c1e693bf6 Removed _moo_text_view_*_undo_group() 2006-08-20 03:47:10 -05:00
Yevgen Muntyan f358d43bcf Made it compile 2006-08-20 03:46:18 -05:00
Yevgen Muntyan 68e59ab990 Enabled active strings plugin again 2006-08-20 03:44:55 -05:00
Yevgen Muntyan de6a1e444e moo_cmd_view_run_command_full() 2006-08-20 03:32:27 -05:00
Yevgen Muntyan 9bc8c12b35 make all in this directory before descending into plugins/ 2006-08-20 03:30:59 -05:00
Yevgen Muntyan a3fd115682 _moo_text_view_new_undo_group(), _moo_text_view_end_undo_group() 2006-08-19 16:40:05 -05:00
Yevgen Muntyan c164e8b06f Use globs for files to skip so it's consistent with files-to-process 2006-08-19 12:10:41 -05:00
Yevgen Muntyan f488b986a1 Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
Yevgen Muntyan aa1cc9ef22 Use glib-mkenums 2006-08-19 02:50:56 -05:00
Yevgen Muntyan f21ecfb97d Removed MooEditActionFlags; added MooEditAction::filter-pattern property 2006-08-19 01:40:34 -05:00
Yevgen Muntyan 76e05fdac1 Moved _moo_edit_check_actions() to mooeditaction.c 2006-08-19 01:40:14 -05:00
Yevgen Muntyan 69affc0bcc Normalize accelerator string before putting them into hash tables 2006-08-19 01:21:57 -05:00
Yevgen Muntyan a6d2894f3c Use GTypeInstance private field 2006-08-19 01:15:42 -05:00
Yevgen Muntyan 4cb996dfb3 Split mooedit-action.* into mooeditaction.* and mooeditaction-factory.* 2006-08-19 00:59:53 -05:00
Yevgen Muntyan ddf49d7373 Saved with glade-3 2006-08-19 00:33:13 -05:00
Yevgen Muntyan 9b6f203042 More user tools thing... 2006-08-19 00:21:29 -05:00
Yevgen Muntyan c13754c92f _moo_get_pid_string() 2006-08-19 00:20:55 -05:00
Yevgen Muntyan 7828103b84 Added --pid option 2006-08-18 02:24:18 -05:00
Yevgen Muntyan c781cd9635 Script tools basically work now 2006-08-17 23:53:34 -05:00
Yevgen Muntyan fb66058ae4 Do not report failure on success 2006-08-17 23:53:10 -05:00
Yevgen Muntyan fe3708673f Do not make toolbar buttons homogeneous 2006-08-17 23:52:55 -05:00
Yevgen Muntyan b42720a224 Removed python stuff 2006-08-17 23:52:33 -05:00
Yevgen Muntyan 5aa72e4ccb Added moo_prefs_dialog_page_fill_from_xml(); removed buffer size parameter from moo_prefs_dialog_page_new_from_xml() 2006-08-17 23:48:50 -05:00
Yevgen Muntyan dcd2250d40 Continuing user tools stuff 2006-08-17 00:08:49 -05:00
Yevgen Muntyan ead05d78f3 Continuing user tools thing 2006-08-16 20:27:19 -05:00
Yevgen Muntyan 200ee0a8bb Do not use g_warning() when nil child has a label in GtkNotebook, glade-2 loves to do it 2006-08-16 20:27:02 -05:00
Yevgen Muntyan 480a8858e4 Made moo_text_view_get_text() work for GtkTextView 2006-08-16 20:25:58 -05:00
Yevgen Muntyan d209daba09 Made moo_prefs_dialog_page_new_from_xml return MooPrefsDialogPage* instead of GtkWidget* 2006-08-16 20:24:45 -05:00
Yevgen Muntyan 7ef4163a6d Removed python stuff from mooscript 2006-08-16 00:26:43 -05:00
Yevgen Muntyan 62e3c8a52f Rewriting actions and tools 2006-08-16 00:18:16 -05:00
Yevgen Muntyan 13450bd80e Make sure doc->name is never NULL and set it to filename in case of moo_markup_parse_file() 2006-08-16 00:17:05 -05:00
Yevgen Muntyan 99a47efa8d Output absolute filename into generated C files 2006-08-16 00:15:58 -05:00
Yevgen Muntyan a8f4e12514 Do not leak tools info 2006-08-16 00:15:35 -05:00
Yevgen Muntyan 4e65369f88 Made moo_text_view_get_selection(), moo_text_view_move_cursor() generic methods for GtkTextView 2006-08-16 00:14:43 -05:00
Yevgen Muntyan 696a5b20ff More public/private stuff 2006-08-15 03:52:38 -05:00
Yevgen Muntyan 6273534c82 More private/public api separation 2006-08-15 03:21:44 -05:00
Yevgen Muntyan aba4d55c8a Removed moo_stock_name and moo_stock_label 2006-08-15 02:35:23 -05:00
Yevgen Muntyan 742f6ad5fd Removed some unused api, made some api private 2006-08-15 02:32:44 -05:00
Yevgen Muntyan b9ffc63ecb MooActionCollection - object containing bunch of actions groups; MooActionBase - interface used by all actions in moo; MooAction, MooToggleAction, MooRadioAction - subclasses of corresponding gtk classes implementing MooActionBase interface. 2006-08-15 02:12:41 -05:00
Yevgen Muntyan a402f1ad3f MooObjectPtr doesn't require notify function. 2006-08-15 02:10:26 -05:00
Yevgen Muntyan 6ccf23b775 Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
Yevgen Muntyan 1899b6fd76 Use nobase_plugin_DATA instead of nobase_mprj_DATA 2006-08-13 14:26:44 -05:00
Yevgen Muntyan 336e1cffa7 Added a rule to top-level Makefile.am to create all the dirs needed by intltool; replaced 'sh' with $(SHELL) everywhere. 2006-08-13 06:47:59 -05:00
Yevgen Muntyan 3e34ad7188 make distcheck works now 2006-08-13 06:05:50 -05:00
Yevgen Muntyan d0e23ae499 Project plugin files 2006-08-13 04:11:38 -05:00
Yevgen Muntyan fc02ffd388 File forgotten in last commit 2006-08-13 04:01:52 -05:00
Yevgen Muntyan 54fcfe5c62 More private/public separation 2006-08-13 04:00:15 -05:00
Yevgen Muntyan 3847ac3990 Removed moo_file_view_new and moo_window_new, pygtk-2.6 tries to wrap them 2006-08-12 02:37:04 -05:00
Yevgen Muntyan 041121424c Register MOO_TYPE_PY_OBJECT with pygtk 2006-08-12 02:35:59 -05:00
Yevgen Muntyan 050552a817 Renamed return_*Err macros 2006-08-12 02:35:23 -05:00
Yevgen Muntyan 3d305c7c09 "In file included from .." messages 2006-08-12 02:33:48 -05:00
Yevgen Muntyan 7c29ae038c moo_gvalue_to_pyobject, moo_pyobject_to_gvalue 2006-08-12 02:33:22 -05:00
Yevgen Muntyan eaa1d2606e desktop.lang 2006-08-12 02:32:12 -05:00
Yevgen Muntyan 8e3384feff Continuing working on project plugin 2006-08-10 04:25:56 -05:00
Yevgen Muntyan 4a7f4962c2 po.lang 2006-08-10 04:24:26 -05:00
Yevgen Muntyan 86bcc71c5f More i18n 2006-08-10 04:24:12 -05:00
Yevgen Muntyan 419aa2800c Do not use leading/trailing spaces in labels 2006-08-10 04:23:49 -05:00
Yevgen Muntyan 43584b93fc Wrapped moo_glade_xml_fill_widget, moo_file_dialog, moo_bind_sensitive. Made xml.w_something be equivalent to xml.get_widget('something') for GladeXML. 2006-08-10 04:23:05 -05:00
Yevgen Muntyan b2dfb96352 Try UTF8, then locale, then ISO*** 2006-08-09 18:41:32 -05:00
Yevgen Muntyan 00ca8d604a Project plugin works again 2006-08-08 20:52:27 -05:00
Yevgen Muntyan cc60bdd4b9 Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
Yevgen Muntyan 50ee59ce49 TODO 2006-08-08 19:29:12 -05:00
Yevgen Muntyan 99d529c6a0 Fixed construction properties, added 'final' here and there 2006-08-08 19:28:23 -05:00