Commit Graph

215 Commits (4b0542b94e94d12cdcee3361f390bd25d852e31f)

Author SHA1 Message Date
Yevgen Muntyan 7828103b84 Added --pid option 2006-08-18 02:24:18 -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 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 5636bc81aa Made it possible to have python stuff in a module 2006-08-04 04:17:32 -05:00
Yevgen Muntyan b3ecda4b9b Made label and tooltip item attributes in xml ui files translatable 2006-08-03 01:53:24 -05:00
Yevgen Muntyan f34ab6f048 Use absolute path to medit-app.c in its target 2006-08-01 15:48:44 -05:00
Yevgen Muntyan 1452a4cbc8 Better mingw-configure 2006-08-01 14:49:57 -05:00
Yevgen Muntyan a513128d76 Install library, python module, and headers 2006-08-01 06:36:16 -05:00
Yevgen Muntyan 064fee6ea2 Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
Yevgen Muntyan 234529f4fd Do not require argument for --project 2006-07-08 09:59:12 -05:00
Yevgen Muntyan b773ebb39c Made --line argument work 2006-07-05 14:32:28 -05:00
Yevgen Muntyan 28125883c5 Added --mode argument to control project plugin; made it pass --project argument to the plugin. Pass timestap from STARTUP_ID to another instance in order not to break focus stiealing prevention thing. 2006-07-05 14:19:46 -05:00
Yevgen Muntyan e9ab9c4499 Added --standalone option 2006-06-25 04:24:26 -05:00
Yevgen Muntyan e54f0b17b3 Put ui xml into the script 2006-06-25 03:17:28 -05:00
Yevgen Muntyan e1becf39cb Made it work 2006-06-19 02:52:39 -05:00
Yevgen Muntyan 84e73dbd73 Forgotten commit 2006-06-19 02:10:57 -05:00
Yevgen Muntyan 4bed4c2e25 Tiny cleanup 2006-06-19 02:10:28 -05:00
Yevgen Muntyan 46b83186b4 medit in python 2006-06-19 02:10:04 -05:00
Yevgen Muntyan f33012de95 Added Wrap Text and Show Line Numbers menu items 2006-06-17 02:38:23 -05:00
Yevgen Muntyan 8996662652 Don't put medit-app.c into BUILT_SOURCES 2006-06-16 22:50:43 -05:00
Yevgen Muntyan 1c3d9aa8f2 Forgotten commit 2006-06-14 17:12:40 -05:00
Yevgen Muntyan 239326be8b Added WinMain for MSVC 2006-06-13 01:13:19 -05:00
Yevgen Muntyan 7db2a5f9d0 Renamed Find Now to Find Current Word 2006-06-11 02:12:28 -05:00
Yevgen Muntyan 3f40674ee4 Added Find Now thing 2006-06-10 04:10:43 -05:00
Yevgen Muntyan 3c22d3bc61 Forgotten commit after updating medit-app.opag 2006-06-04 12:32:00 -05:00
Yevgen Muntyan 7cbf158194 mooapp/mooappinput.h doesn't need to be public 2006-06-03 02:39:38 -05:00
Yevgen Muntyan 34228a3ba5 moo_app_send_files() 2006-06-03 02:37:54 -05:00
Yevgen Muntyan 8ca28e4901 Removed open-files and new-app properties 2006-06-03 02:26:18 -05:00
Yevgen Muntyan 1ca2c83ba3 Forgot to commit the opag file last time 2006-05-31 18:29:00 -05:00
Yevgen Muntyan 7aa195f0b3 Removed moo_remove_startup_notify(), it's in gdk! 2006-05-31 15:31:10 -05:00
Yevgen Muntyan 0b75168628 Updated website link 2006-05-25 23:45:01 -05:00
Yevgen Muntyan 36eb9efe74 No Documents menu item 2006-05-23 15:10:47 -05:00
Yevgen Muntyan e63a1a644d Added document list menu 2006-05-21 18:10:48 -05:00
Yevgen Muntyan d7f7daa94f Free app instance on exit, to make valgrind happy 2006-05-20 02:12:34 -05:00
Yevgen Muntyan 379c1b04d1 Prefixed more private functions with underscore 2006-05-13 16:09:46 -05:00
Yevgen Muntyan 56540ec134 Use startup notification, doesn't seem to work 2006-05-09 01:10:14 -05:00
Yevgen Muntyan 74e3afb252 Replaced MooAction with GtkAction 2006-05-08 23:57:16 -05:00
Yevgen Muntyan 6b5b04d53c Added Print Options dialog 2006-05-07 23:48:37 -05:00
Yevgen Muntyan 583b372b9e website and website-label properties 2006-05-02 23:37:30 -05:00
Yevgen Muntyan 37048b9cf7 Allow adding tools into different menus 2006-05-01 12:26:45 -05:00
Yevgen Muntyan dc2e54c2e9 Removed Terminal from ui xml 2006-04-30 16:38:34 -05:00
Yevgen Muntyan 757f576657 Added desktop and resourse files 2006-04-28 16:07:52 -05:00
Yevgen Muntyan ca1df67483 Indent, Unindent actions 2006-04-25 02:29:39 -05:00
Yevgen Muntyan aa80caa5b7 Next/Prev Placeholder 2006-04-24 14:27:34 -05:00
Yevgen Muntyan b62f99bb61 Removed md5 sum stuff, it's not needed 2006-04-22 08:51:44 -05:00
Yevgen Muntyan 290b9fae7c moo_chksum() - calculates md5sum 2006-04-21 20:33:29 -05:00
Yevgen Muntyan c51d427453 Do not invoke opag when it's not present 2006-04-21 11:51:26 -05:00
Yevgen Muntyan b0e27c1f48 Added moo_edit_(un)comment back 2006-04-20 17:59:37 -05:00
Yevgen Muntyan 931c5e87f5 Customizable popup menu 2006-04-20 03:57:05 -05:00
Yevgen Muntyan f67ac1ccd4 all-tests target 2006-04-16 11:40:58 -05:00
Yevgen Muntyan 59d718b26f Made it compile 2006-04-10 05:02:49 -05:00
Yevgen Muntyan 8174ea5636 Fixed headers and build system for installing the library 2006-04-06 03:32:16 -05:00
Yevgen Muntyan c69244f1ac Do not create UIXML instance in moo_editor_get_ui_xml, so plugins do not install their menu items when no gui is created 2006-04-06 01:39:29 -05:00
Yevgen Muntyan 6aa643d812 Renamed "New Document" to "New", added "New Window" 2006-04-04 04:21:07 -05:00
Yevgen Muntyan 84e7bd1fe8 Added MooTermPtWin, MooTermPt class for spawning any windows applications.
Sorted out MooTermPt stuff a bit; made sen_intr and get_erase_char virtual methods;
made MooTermPtCyg subclass MooTermPtWin.
Started mterm-app.
2006-04-03 02:56:05 -05:00
Yevgen Muntyan a7e2918fc8 Added testtext 2006-03-31 23:59:52 -06:00
Yevgen Muntyan 7179bef541 Started printing stuff 2006-03-25 03:40:54 -06:00
Yevgen Muntyan 4e1e73fc32 Lame fix for scrolling problems 2006-03-24 18:51:31 -06:00
Yevgen Muntyan cae601a0d7 Better drawing, supposedly no more eating 100% cpu time 2006-03-24 17:27:31 -06:00
Yevgen Muntyan a545348978 tests/mterm.c 2006-03-23 11:22:27 -06:00
Yevgen Muntyan ce12b8404d Don't use 'medit' target for medit script 2006-03-17 22:14:07 -06:00
Yevgen Muntyan f4ccc55300 Missing #include 2006-03-17 00:58:04 -06:00
Yevgen Muntyan 11e5c724c5 moo_filenames_from_locale() 2006-03-16 14:01:15 -06:00
Yevgen Muntyan ba79830626 all-am should not depend on medit script 2006-03-16 14:00:45 -06:00
Yevgen Muntyan 32cce3dcd0 Shell script to launch medit.exe in wine 2006-03-16 13:32:05 -06:00
Yevgen Muntyan 68dce33316 Added wrappers for some file functions, analogous to glib/gstdio.h 2006-03-16 04:39:35 -06:00
Yevgen Muntyan a16b9c9965 Better logging functions 2006-03-15 02:16:42 -06:00
Yevgen Muntyan b277b20d41 ms_script_check() 2006-03-14 17:01:08 -06:00
Yevgen Muntyan b168742345 Added testhtml 2006-03-13 03:11:09 -06:00
Yevgen Muntyan b82d2739fd Customizable menus, with user-defined actions 2006-03-13 00:46:33 -06:00
Yevgen Muntyan bffbc9e642 Be careful with dist lists 2006-03-10 01:01:14 -06:00
Yevgen Muntyan 13e72f4c98 Use verbose error messages 2006-03-08 03:02:04 -06:00
Yevgen Muntyan 458304c621 Interactive interpreter 2006-03-08 02:19:44 -06:00
Yevgen Muntyan 4f52d191c6 Added argc, argv to MSContext; gtk functions now do gtk_init_check,
so it's not necessary to call gtk_init in the script user code
2006-03-07 19:21:06 -06:00
Yevgen Muntyan d2811b27ec Added return, continue, and break in MooScript 2006-03-07 16:41:03 -06:00
Yevgen Muntyan 70f306252f Started help thing 2006-02-27 10:36:28 -06:00
Yevgen Muntyan 6be94c2218 Parse two-chars tokens (like <= or &&) as well 2006-02-26 18:56:19 -06:00
Yevgen Muntyan de49e7f062 r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600
Copyright notice
2006-02-23 14:03:17 +00:00
Yevgen Muntyan 62a8388327 r1302@mlap: muntyan | 2006-02-21 02:30:32 -0600
Removed MooAppWindowPolicy; removed all terminal stuff from MooApp
2006-02-21 14:34:38 +00:00
Yevgen Muntyan 6e1d9484a2 [celeron-berlios @ 1254]
Do not build more than needed

Original author: muntyan
Date: 2006-02-16 18:09:02.748886
2006-02-17 01:06:14 +00:00
Yevgen Muntyan fb61c021f7 r1029@mlap: muntyan | 2006-02-10 01:49:50 -0600
r1028@mlap:  muntyan | 2006-02-10 01:48:49 -0600
  Don't build editor stuff if not asked to
2006-02-10 13:50:27 +00:00
Yevgen Muntyan cf40c4d6d0 r1469@localhost: muntyan | 2005-12-22 21:13:18 -0600
Moving python stuff around...
2005-12-23 14:31:22 +00:00
Yevgen Muntyan 194b12e352 r1400@localhost: muntyan | 2005-12-16 04:48:58 -0600
Added simple comment/uncomment
2005-12-16 16:51:31 +00:00
Yevgen Muntyan 00ce6a2b35 r1378@localhost: muntyan | 2005-12-13 18:58:45 -0600
Don't use bookmarks
2005-12-14 07:04:10 +00:00
Yevgen Muntyan 79e366138a r1371@localhost: muntyan | 2005-12-13 00:42:39 -0600
Add Save As to toolbar
2005-12-13 12:43:17 +00:00
Yevgen Muntyan b88c9c3929 Mrging text-children into trunk 2005-12-13 04:22:40 +00:00
Yevgen Muntyan ef5434ae73 r1349@localhost: muntyan | 2005-12-11 22:58:03 -0600
Folding works to some extent, but it sucks.
2005-12-12 10:58:25 +00:00
Yevgen Muntyan 8af66ae9f1 r1344@localhost: muntyan | 2005-12-10 19:22:43 -0600
Bookmarks
2005-12-11 07:25:20 +00:00
Yevgen Muntyan e9e56fc8f8 r1321@localhost: muntyan | 2005-12-09 20:18:32 -0600
Added moo/mooedit/mootext-private.h
2005-12-11 04:25:13 +00:00
Yevgen Muntyan 0fdbf51632 Merged term-autowrap branch 2005-12-03 20:29:23 +00:00
Yevgen Muntyan a3d7716a32 r1208@localhost: muntyan | 2005-12-01 10:27:24 -0600
Some win32 stuff
2005-12-02 17:48:10 +00:00
Yevgen Muntyan 7cef5d4937 r1202@localhost: muntyan | 2005-11-30 04:45:32 -0600
Some stuff for gtk-2.4
2005-11-30 16:46:02 +00:00
Yevgen Muntyan 46133674a7 r1168@localhost: muntyan | 2005-11-28 18:27:17 -0600 2005-11-29 06:29:51 +00:00
Yevgen Muntyan c98c11e485 r1101@localhost: muntyan | 2005-11-26 20:25:20 -0600
Put fileview in there
2005-11-27 09:47:42 +00:00
Yevgen Muntyan 6be577cd37 Merged new-combo branch (again)
svn merge -r 978:985 svn+ssh://svn.berlios.de/svnroot/repos/ggap/moo/branches/new-combo
2005-11-23 11:10:03 +00:00
Yevgen Muntyan 31583fc1b4 r905@localhost: muntyan | 2005-11-22 12:16:22 -0600
minor changes
2005-11-23 00:17:54 +00:00
Yevgen Muntyan 9ef6225b8d Empty changelog 2005-11-22 23:31:28 +00:00
Yevgen Muntyan 0b5a06a28b Some highlighting stuff again; removed libtool for now 2005-11-22 18:39:05 +00:00
Yevgen Muntyan d73b3a15d2 Empty changelog 2005-11-21 08:02:23 +00:00
Yevgen Muntyan f2552d3185 new MooClosure 2005-11-20 03:59:01 +00:00