Commit Graph

926 Commits (756cbc732e50cdffdecacd23e9bb995ae5a347c4)

Author SHA1 Message Date
Yevgen Muntyan 7837a98583 Do not assert there 2006-02-27 00:37:34 -06:00
Yevgen Muntyan ca00c469bc Added MooScript language 2006-02-26 19:41:52 -06:00
Yevgen Muntyan e3bc0cff16 Made pages list in preferences dialog a list, not a tree 2006-02-26 19:18:26 -06:00
Yevgen Muntyan 703ddfe09b GTK_DIALOG_NO_SEPARATOR is illegal for GtkMessageDialog 2006-02-26 19:05:43 -06:00
Yevgen Muntyan 37c3b517b2 CHECK1 should check ONE char! 2006-02-26 19:05:15 -06:00
Yevgen Muntyan 6be94c2218 Parse two-chars tokens (like <= or &&) as well 2006-02-26 18:56:19 -06:00
Yevgen Muntyan f733f66f54 Added tag ggap-0.6.2 for changeset 94625f41aabcb71696bd08883120027f02641ec0 2006-02-26 17:28:50 -06:00
Yevgen Muntyan c9749d8b8c Don't tell about ComboBox items 2006-02-26 17:28:09 -06:00
Yevgen Muntyan 75b1b6bf3f Added message dialogs 2006-02-26 04:00:18 -06:00
Yevgen Muntyan 9453df86b8 Do not crash on assignment 2006-02-26 03:59:55 -06:00
Yevgen Muntyan 4116abf144 Simple dialogs for scripts, ala zenity 2006-02-26 03:31:29 -06:00
Yevgen Muntyan 109875774f Added 'window' property 2006-02-26 03:30:57 -06:00
Yevgen Muntyan 65b7c11d12 Allow attaching indenters to any MooTextView 2006-02-26 01:47:19 -06:00
Yevgen Muntyan 4228be8608 Set visible cursor by default 2006-02-26 01:03:52 -06:00
Yevgen Muntyan 21cfa159be Made MooGladeXML a GObject; fixed not-freeing of it 2006-02-25 23:45:30 -06:00
Yevgen Muntyan f269a4a40a Added MOO_STOCK_MENU 2006-02-25 16:37:00 -06:00
Yevgen Muntyan c21040b7b3 Two mem leaks 2006-02-25 15:53:11 -06:00
Yevgen Muntyan cf0573858c Allow [anything..anything] in scripts 2006-02-25 15:35:05 -06:00
Yevgen Muntyan 4ed4c310cc Added [first..last] notation for integer lists 2006-02-25 15:14:42 -06:00
Yevgen Muntyan 401ac6772b Made script syntax be more GAP-like.
Use 'function(args)' instead of 'function args';
use 'for i in list do something; od;', and so on.
2006-02-25 14:55:58 -06:00
Yevgen Muntyan 6ff776b56b Renamed as-plugin-* to ms-plugin-* 2006-02-24 22:44:20 -06:00
Yevgen Muntyan d71e3ae7a4 Renamed AS* to MS* 2006-02-24 22:39:12 -06:00
Yevgen Muntyan f30d118e04 Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
Yevgen Muntyan c9a99d2d32 Added tag ggap-0.6.1 for changeset a3a166569c3b86e0ce88f48e4c5a78261578a805 2006-02-24 19:53:41 -06:00
Yevgen Muntyan fe4488bccc Made gcc a bit happier 2006-02-24 19:52:41 -06:00
Yevgen Muntyan 499ac49c74 WatchPrefs - little thing to display prefs keys and values 2006-02-24 00:50:35 -06:00
Yevgen Muntyan 04720229e9 Wrapped moo_prefs_notify_connect()
Added GDestroyNotify argument, wrapped in pygtk
2006-02-23 21:27:24 -06:00
Yevgen Muntyan 9233c82585 moo_prefs_list_keys() 2006-02-23 20:43:22 -06:00
Yevgen Muntyan 2cc7da8406 r1334@celeron: muntyan | 2006-02-23 02:09:28 -0600
Make gcc happier
2006-02-23 14:09:54 +00: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 8e6f21f6c7 Built termhelper_res.rc is in build dir, not in the source 2006-02-23 02:50:25 +00:00
Yevgen Muntyan 2a61cd3373 Made gcc even happier 2006-02-23 02:38:21 +00:00
Yevgen Muntyan 4b19b87a6e Made gcc happy about long == int 2006-02-23 02:34:16 +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 47bddf0d9f r1301@mlap: muntyan | 2006-02-21 02:29:30 -0600
Cast guchar* to gchar* to make gcc happy
2006-02-21 14:34:05 +00:00
Yevgen Muntyan baaa7c2eb5 r1300@mlap: muntyan | 2006-02-21 02:29:01 -0600
Fixed mixing code and declarations
2006-02-21 14:33:20 +00:00
Yevgen Muntyan 77df16658f r1299@mlap: muntyan | 2006-02-21 02:27:16 -0600
Removed CXX stuff; fixed lost quote mark
2006-02-21 14:32:41 +00:00
Yevgen Muntyan 07fb667658 r1294@mlap: muntyan | 2006-02-20 16:28:34 -0600
Removed -pg again
2006-02-21 04:45:28 +00:00
Yevgen Muntyan 472f8d7b53 r1275@mlap: muntyan | 2006-02-20 00:28:39 -0600
Added termhelper_res.rc to CLEANFILES
2006-02-20 12:33:08 +00:00
Yevgen Muntyan 83dcbb6bc1 r1274@mlap: muntyan | 2006-02-20 00:03:02 -0600
Added moo-comps.m4 and moo-version.m4
2006-02-20 12:32:37 +00:00
Yevgen Muntyan 1b33fe6d3c r1273@mlap: muntyan | 2006-02-20 00:00:57 -0600
Cleaned up configure a bit
2006-02-20 12:32:04 +00:00
Yevgen Muntyan 60374f71b9 r1272@mlap: muntyan | 2006-02-19 23:49:14 -0600
Removed MOO_API_VERSION
2006-02-20 12:31:35 +00:00
Yevgen Muntyan 54f785d003 r1266@mlap: muntyan | 2006-02-19 23:26:26 -0600
Changed version to 0.6.1
2006-02-20 11:30:21 +00:00
Yevgen Muntyan e5f2fbf77f r1258@mlap: muntyan | 2006-02-18 14:53:17 -0600
Silent gcc
2006-02-19 02:54:44 +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 6d1c1fd778 [celeron-berlios @ 1253]
Use timeout instead of idle

Original author: muntyan
Date: 2006-02-16 18:08:42.175202
2006-02-17 01:05:12 +00:00
Yevgen Muntyan 1581d9af00 [celeron-berlios @ 1251]
Nicer configure output

Original author: muntyan
Date: 2006-02-16 07:39:24.633200
2006-02-16 14:25:20 +00:00
Yevgen Muntyan 4a1dba6fa3 [celeron-berlios @ 1250]
Fixes for FreeBSD

Original author: muntyan
Date: 2006-02-13 14:36:00.661171
2006-02-13 20:37:25 +00:00
Yevgen Muntyan a1c7b1ac11 [celeron-berlios @ 1249]
Try harder to get mime types icons

Original author: muntyan
Date: 2006-02-13 02:17:45.062083
2006-02-13 10:33:03 +00:00
Yevgen Muntyan 9b447b883d [celeron-berlios @ 1247]
Renamed MooTermPtWin to MooTermPtCyg

Original author: muntyan
Date: 2006-02-12 06:07:22.339877
2006-02-12 12:08:38 +00:00