Yevgen Muntyan
|
4f059d58d7
|
Added methods
|
2006-03-08 01:10:49 -06:00 |
Yevgen Muntyan
|
8ecaf9c48b
|
Added MS_VALUE_FUNC
|
2006-03-08 00:00:49 -06:00 |
Yevgen Muntyan
|
67ebf218ef
|
Added dictionaries
|
2006-03-07 21:02:01 -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
|
b80160b2af
|
Don't cast NULL to MSNode
|
2006-03-07 19:20:06 -06:00 |
Yevgen Muntyan
|
940a85fb6a
|
Don't cast NULL to MSNode
|
2006-03-07 19:19:44 -06:00 |
Yevgen Muntyan
|
d2811b27ec
|
Added return, continue, and break in MooScript
|
2006-03-07 16:41:03 -06:00 |
Yevgen Muntyan
|
c8c560a326
|
Allow none arguments in functions
|
2006-03-03 19:28:28 -06:00 |
Yevgen Muntyan
|
b080a1da21
|
ms_value_is_none()
|
2006-03-03 19:27:56 -06:00 |
Yevgen Muntyan
|
46c05b2288
|
Instantiate window->vbox in the instance init()
|
2006-03-01 01:12:33 -06:00 |
Yevgen Muntyan
|
e2f75dcb55
|
Disable empty menus
|
2006-02-28 21:43:23 -06:00 |
Yevgen Muntyan
|
6a9dd95ea7
|
Len()
|
2006-02-27 19:58:57 -06:00 |
Yevgen Muntyan
|
e53e22b475
|
More zenity
|
2006-02-27 01:29:05 -06:00 |
Yevgen Muntyan
|
89ac407f4b
|
Added more builtin functions; added python code support
|
2006-02-27 00:38:47 -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
|
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
|
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
|
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
|
fe4488bccc
|
Made gcc a bit happier
|
2006-02-24 19:52:41 -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
|
4b19b87a6e
|
Made gcc happy about long == int
|
2006-02-23 02:34:16 +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
|
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
|
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
|
ed3e67396e
|
r1493@localhost: muntyan | 2005-12-24 01:12:28 -0600
Some win32 stuff
|
2005-12-24 19:36:47 +00:00 |
Yevgen Muntyan
|
48cf5e8aac
|
r1480@localhost: muntyan | 2005-12-23 02:23:01 -0600
Python stuff once again. Now builds on windows (and on unix, too)
|
2005-12-23 14:34:18 +00:00 |
Yevgen Muntyan
|
5856c7342e
|
r1470@localhost: muntyan | 2005-12-22 21:30:27 -0600
Added version argument to moo_python_init()
|
2005-12-23 14:32:32 +00:00 |
Yevgen Muntyan
|
1a2af20723
|
r1468@localhost: muntyan | 2005-12-22 01:00:19 -0600
Moved mooutils-python.* into moopython/, made it pass distcheck
|
2005-12-23 14:30:26 +00:00 |
Yevgen Muntyan
|
89ca7d94e6
|
r1462@localhost: muntyan | 2005-12-21 23:13:30 -0600
Silent gcc
|
2005-12-22 11:14:45 +00:00 |
Yevgen Muntyan
|
124ea077dd
|
r1461@localhost: muntyan | 2005-12-21 23:13:16 -0600
XXX comment
|
2005-12-22 11:14:03 +00:00 |
Yevgen Muntyan
|
7812e6958d
|
r1438@localhost: muntyan | 2005-12-21 01:03:50 -0600
Made it easier to build standalone python moo module
|
2005-12-21 13:09:55 +00:00 |
Yevgen Muntyan
|
f1c59f139e
|
r1426@localhost: muntyan | 2005-12-20 14:08:12 -0600
Remove windows dll stuff
|
2005-12-21 13:04:10 +00:00 |
Yevgen Muntyan
|
7c32bb731c
|
r1423@localhost: muntyan | 2005-12-20 12:48:04 -0600
Split makefiles
|
2005-12-21 00:49:09 +00:00 |
Yevgen Muntyan
|
576b616d35
|
r1405@localhost: muntyan | 2005-12-17 12:02:09 -0600
Don't crash when scrolling tabs
|
2005-12-18 00:04:46 +00:00 |
Yevgen Muntyan
|
8599078b23
|
r1404@localhost: muntyan | 2005-12-17 12:01:38 -0600
egg_regex_get_string_number()
|
2005-12-18 00:04:12 +00:00 |
Yevgen Muntyan
|
8aee02d0d3
|
r1399@localhost: muntyan | 2005-12-16 04:48:43 -0600
Don't try to paint NULL
|
2005-12-16 16:51:00 +00:00 |
Yevgen Muntyan
|
c07279dd40
|
Merging pcre-6 branch into trunk
|
2005-12-15 17:16:29 +00:00 |
Yevgen Muntyan
|
e76a893a4c
|
r1377@localhost: muntyan | 2005-12-13 06:53:29 -0600
Extra stuff for setting correct style
|
2005-12-14 07:03:19 +00:00 |
Yevgen Muntyan
|
38816217a4
|
r1372@localhost: muntyan | 2005-12-13 00:42:53 -0600
Use MOO_DEBUG for any checks
|
2005-12-13 12:44:02 +00:00 |
Yevgen Muntyan
|
3263281c64
|
r1364@localhost: muntyan | 2005-12-12 17:45:12 -0600
Don't install undo/redo signals if they already exist
|
2005-12-13 12:13:17 +00:00 |
Yevgen Muntyan
|
a786d69b6a
|
r1342@localhost: muntyan | 2005-12-10 19:22:06 -0600
MOO_STOCK_EDIT_BOOKMARK
|
2005-12-11 07:23:59 +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
|
c222abb645
|
r1317@localhost: muntyan | 2005-12-09 13:50:36 -0600
Be careful in destroy()
|
2005-12-10 01:51:00 +00:00 |
Yevgen Muntyan
|
62046ba36b
|
r1303@localhost: muntyan | 2005-12-08 12:50:00 -0600
Scroll tabs with mouse
|
2005-12-09 08:18:22 +00:00 |
Yevgen Muntyan
|
cc86c27a37
|
r1290@localhost: muntyan | 2005-12-08 10:45:08 -0600
Editor preferences page
|
2005-12-08 22:46:03 +00:00 |
Yevgen Muntyan
|
a50eb47da0
|
r1289@localhost: muntyan | 2005-12-08 10:44:37 -0600
Add padding for hidden tabs
|
2005-12-08 22:45:28 +00:00 |
Yevgen Muntyan
|
818d361135
|
r1284@localhost: muntyan | 2005-12-07 20:15:15 -0600
MooEditConfig
|
2005-12-08 08:53:46 +00:00 |
Yevgen Muntyan
|
f4f59f0137
|
r1275@localhost: muntyan | 2005-12-04 19:40:04 -0600
Continuing bookmarks stuff
|
2005-12-05 07:41:19 +00:00 |
Yevgen Muntyan
|
d235cf64d3
|
r1273@localhost: muntyan | 2005-12-04 17:07:35 -0600
Even more dialogs stuff
|
2005-12-05 05:21:52 +00:00 |
Yevgen Muntyan
|
30add9c2cf
|
r1270@localhost: muntyan | 2005-12-04 15:46:20 -0600
Started writing bookmarks view
|
2005-12-05 03:47:22 +00:00 |
Yevgen Muntyan
|
50fe550935
|
r1269@localhost: muntyan | 2005-12-04 15:46:02 -0600
Style stuff again
|
2005-12-05 03:46:41 +00:00 |
Yevgen Muntyan
|
e20f0ef89e
|
r1264@localhost: muntyan | 2005-12-04 05:42:19 -0600
More dialogs
|
2005-12-04 17:43:33 +00:00 |
Yevgen Muntyan
|
213f56a1eb
|
r1263@localhost: muntyan | 2005-12-04 05:31:59 -0600
Center dialogs on parent widget, or at given coordinates, or something
|
2005-12-04 17:42:45 +00:00 |
Yevgen Muntyan
|
b1c225a0e0
|
r1253@localhost: muntyan | 2005-12-04 04:20:54 -0600
Don't return NULL
|
2005-12-04 16:25:15 +00:00 |
Yevgen Muntyan
|
6945ae6dd2
|
r1252@localhost: muntyan | 2005-12-03 16:59:40 -0600
Fixed tabs jumping forth and back when dragging
|
2005-12-04 16:24:46 +00:00 |
Yevgen Muntyan
|
568588aec2
|
r1251@localhost: muntyan | 2005-12-03 16:46:43 -0600
XXX comment
|
2005-12-04 16:24:16 +00:00 |
Yevgen Muntyan
|
5b618621d4
|
r1250@localhost: muntyan | 2005-12-03 16:35:16 -0600
MooNotebook is no longer derived from GtkNotebook
|
2005-12-04 16:23:46 +00:00 |
Yevgen Muntyan
|
671210ac4b
|
r1249@localhost: muntyan | 2005-12-03 15:28:37 -0600
Some random stuff here and there
|
2005-12-04 16:23:10 +00:00 |
Yevgen Muntyan
|
e0175fd4ab
|
r1217@localhost: muntyan | 2005-12-02 05:46:15 -0600
xdg_mime_get_mime_type_for_file() takes more arguments now
|
2005-12-02 17:54:17 +00:00 |
Yevgen Muntyan
|
2dabbddae1
|
r1213@localhost: muntyan | 2005-12-02 05:42:58 -0600
Synced with upstream
|
2005-12-02 17:51:44 +00:00 |
Yevgen Muntyan
|
89ddf85260
|
r1211@localhost: muntyan | 2005-12-01 16:52:35 -0600
moo_menu_item_set_label()
|
2005-12-02 17:50:28 +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
|
ccee0ebdca
|
r1204@localhost: muntyan | 2005-12-01 09:02:01 -0600
MooData
|
2005-12-01 22:04:41 +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
|
bd20d5c729
|
r1190@localhost: muntyan | 2005-11-29 07:16:55 -0600
Optimized egg_regex_escape_string
|
2005-11-30 15:00:46 +00:00 |
Yevgen Muntyan
|
40064d0cb4
|
r1189@localhost: muntyan | 2005-11-29 06:30:08 -0600
Don't use g_utf8_next_char() for ascii
|
2005-11-30 15:00:04 +00:00 |
Yevgen Muntyan
|
0f213fd302
|
r1180@localhost: muntyan | 2005-11-29 05:27:11 -0600
Correctly split lines
|
2005-11-29 17:33:44 +00:00 |
Yevgen Muntyan
|
45d839d327
|
r1179@localhost: muntyan | 2005-11-29 05:01:56 -0600
Be careful with emitting signals
|
2005-11-29 17:32:57 +00:00 |
Yevgen Muntyan
|
e4ae153840
|
r1178@localhost: muntyan | 2005-11-29 05:01:41 -0600
Don't copy strings without need
|
2005-11-29 17:32:15 +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
|
1d123dc946
|
r1157@localhost: muntyan | 2005-11-28 06:24:34 -0600
Copy/paste files
|
2005-11-28 18:31:04 +00:00 |
Yevgen Muntyan
|
3249d89f1d
|
r1154@localhost: muntyan | 2005-11-28 04:07:52 -0600
Made scheduling selection work properly
|
2005-11-28 18:28:18 +00:00 |
Yevgen Muntyan
|
8832412f0f
|
r1153@localhost: muntyan | 2005-11-28 04:07:29 -0600
Removed dnd stuff; reformatted a bit
|
2005-11-28 18:26:24 +00:00 |
Yevgen Muntyan
|
cdf27ecb03
|
r1152@localhost: muntyan | 2005-11-28 03:15:07 -0600
Drop tab icons into file selector
|
2005-11-28 18:25:02 +00:00 |
Yevgen Muntyan
|
38a20bd79f
|
r1138@localhost: muntyan | 2005-11-27 16:33:10 -0600
moo_overwrite_file_dialog()
|
2005-11-28 04:37:30 +00:00 |
Yevgen Muntyan
|
7f4bdce382
|
r1137@localhost: muntyan | 2005-11-27 16:32:53 -0600
moo_get_modifiers(), moo_menu_item_set_accel_label()
|
2005-11-28 04:36:58 +00:00 |
Yevgen Muntyan
|
a7ccf0011a
|
r1136@localhost: muntyan | 2005-11-27 16:32:20 -0600
MOO_STOCK_(MOVE|COPY|LINK)_FILE
|
2005-11-28 04:36:27 +00:00 |
Yevgen Muntyan
|
d328c0d104
|
r1135@localhost: muntyan | 2005-11-27 16:31:46 -0600
MooAction::force-accel-label property
|
2005-11-28 04:35:53 +00:00 |
Yevgen Muntyan
|
fd002913f6
|
r1134@localhost: muntyan | 2005-11-27 16:31:11 -0600
moo_accel_label_set_action()
|
2005-11-28 04:35:22 +00:00 |
Yevgen Muntyan
|
8436f561c7
|
r1133@localhost: muntyan | 2005-11-27 16:30:48 -0600
Added accels and icons to menus
|
2005-11-28 04:34:50 +00:00 |
Yevgen Muntyan
|
1b5c624975
|
r1128@localhost: muntyan | 2005-11-27 14:12:07 -0600
Implemented copy/move/link
|
2005-11-28 02:13:23 +00:00 |
Yevgen Muntyan
|
e6ca813743
|
r1127@localhost: muntyan | 2005-11-27 14:11:45 -0600
An object which spawns processes and reads output
|
2005-11-28 02:12:50 +00:00 |
Yevgen Muntyan
|
5eb8b6d085
|
r1125@localhost: muntyan | 2005-11-27 10:00:44 -0600
Dropping files to the file view. Need to implement actual file operations
|
2005-11-27 22:01:05 +00:00 |
Yevgen Muntyan
|
4f5280e676
|
r1123@localhost: muntyan | 2005-11-27 07:34:00 -0600
Moved some common functionality of MooIconView and GtkTreeView into auxiliary object MooTreeView
|
2005-11-27 19:34:29 +00:00 |
Yevgen Muntyan
|
e9d3489daf
|
r1119@localhost: muntyan | 2005-11-27 03:44:05 -0600
Do not deselect drop target folder
|
2005-11-27 15:45:51 +00:00 |
Yevgen Muntyan
|
598e23d6c3
|
r1118@localhost: muntyan | 2005-11-27 03:19:00 -0600
Drop text into fileview
|
2005-11-27 15:45:12 +00:00 |
Yevgen Muntyan
|
b0fb5bc06c
|
r1117@localhost: muntyan | 2005-11-27 03:18:47 -0600
'empty' property
|
2005-11-27 15:44:31 +00:00 |
Yevgen Muntyan
|
e43f573117
|
r1115@localhost: muntyan | 2005-11-27 01:44:47 -0600
Dropping stuff is ready; need to implement actual data transfer
|
2005-11-27 14:03:12 +00:00 |
Yevgen Muntyan
|
8fa6c999c5
|
r1113@localhost: muntyan | 2005-11-27 00:44:31 -0600
Allow modifying drop targets
|
2005-11-27 12:45:21 +00:00 |
Yevgen Muntyan
|
b157549437
|
r1111@localhost: muntyan | 2005-11-26 23:17:02 -0600
Initialize goto_dir with NULL
|
2005-11-27 11:18:17 +00:00 |
Yevgen Muntyan
|
c68b1307ff
|
r1109@localhost: muntyan | 2005-11-26 23:11:59 -0600
Made scroll speed depend on mouse position
|
2005-11-27 11:12:39 +00:00 |
Yevgen Muntyan
|
a8cb0526c6
|
r1107@localhost: muntyan | 2005-11-26 22:40:18 -0600
Drag scroll
|
2005-11-27 10:40:39 +00:00 |
Yevgen Muntyan
|
89f8974402
|
r1103@localhost: muntyan | 2005-11-26 21:47:21 -0600
Drag stuff onto all navigation buttons
|
2005-11-27 09:49:00 +00:00 |
Yevgen Muntyan
|
f18a6b14b3
|
r1102@localhost: muntyan | 2005-11-26 21:30:21 -0600
GTK_NO_WINDOW !!!
|
2005-11-27 09:48:17 +00:00 |
Yevgen Muntyan
|
8ba05ff5ae
|
r1029@localhost: muntyan | 2005-11-26 00:46:49 -0600
Drag to Up button
|
2005-11-26 12:49:45 +00:00 |
Yevgen Muntyan
|
16ae989619
|
r1028@localhost: muntyan | 2005-11-25 22:35:45 -0600
MooToolItemFlags for MooAction::create_tool_item()
|
2005-11-26 12:48:40 +00:00 |
Yevgen Muntyan
|
e4e820440e
|
r1027@localhost: muntyan | 2005-11-25 22:06:15 -0600
moo_ui_xml_get_widget()
|
2005-11-26 12:47:46 +00:00 |
Yevgen Muntyan
|
d748fbbcf3
|
r1026@localhost: muntyan | 2005-11-25 21:59:51 -0600
Wrap drop_to* in a structure
|
2005-11-26 12:47:06 +00:00 |
Yevgen Muntyan
|
2c9fe78fbe
|
r1018@localhost: muntyan | 2005-11-25 21:30:01 -0600
Clear button_pressed on button press
|
2005-11-26 09:33:58 +00:00 |
Yevgen Muntyan
|
5490222175
|
r1017@localhost: muntyan | 2005-11-25 21:29:00 -0600
Invalidate labels on focus-in/out when focus rectangle is drawn
|
2005-11-26 09:33:09 +00:00 |
Yevgen Muntyan
|
399d4e358d
|
r1014@localhost: muntyan | 2005-11-25 18:52:26 -0600
Open-on-drag-hover
|
2005-11-26 09:31:15 +00:00 |
Yevgen Muntyan
|
3ca3dcf643
|
r1012@localhost: muntyan | 2005-11-25 16:43:13 -0600
Continuing working on drop destination support
|
2005-11-26 04:43:38 +00:00 |
Yevgen Muntyan
|
827f25e224
|
r1007@localhost: muntyan | 2005-11-25 12:59:54 -0600
Started drag destination support
|
2005-11-26 01:02:48 +00:00 |
Yevgen Muntyan
|
c1989f2e1e
|
r1004@localhost: muntyan | 2005-11-25 12:58:26 -0600
Removed dnd stuff
|
2005-11-26 01:00:13 +00:00 |
Yevgen Muntyan
|
91d444b277
|
r1000@localhost: muntyan | 2005-11-25 12:06:32 -0600
Dragging single file from the widget
|
2005-11-26 00:08:21 +00:00 |
Yevgen Muntyan
|
8426248182
|
r999@localhost: muntyan | 2005-11-25 12:06:11 -0600
Dragging single item from widget
|
2005-11-26 00:07:34 +00:00 |
Yevgen Muntyan
|
13a4b52871
|
r998@localhost: muntyan | 2005-11-25 12:05:14 -0600
moo_folder_get_file_path(), moo_folder_get_file_uri()
|
2005-11-26 00:06:57 +00:00 |
Yevgen Muntyan
|
0ffd92e61c
|
r991@localhost: muntyan | 2005-11-25 08:45:13 -0600
moo_big_paned_find_pane()
|
2005-11-25 20:48:01 +00:00 |
Yevgen Muntyan
|
56b65d52f8
|
r990@localhost: muntyan | 2005-11-25 08:44:38 -0600
More dnd stuff
|
2005-11-25 20:47:21 +00:00 |
Yevgen Muntyan
|
bdb3ceb80a
|
r985@localhost: muntyan | 2005-11-24 18:07:55 -0600
Handle events from child windows
|
2005-11-25 06:10:27 +00:00 |
Yevgen Muntyan
|
9216c7dfa8
|
r984@localhost: muntyan | 2005-11-24 18:06:00 -0600
moo_get_icon_for_path()
|
2005-11-25 06:09:47 +00:00 |
Yevgen Muntyan
|
6f8f092d40
|
r980@localhost: muntyan | 2005-11-24 15:16:31 -0600
Made 'activate' a normal signal
|
2005-11-25 03:17:49 +00:00 |
Yevgen Muntyan
|
2f9a8396d0
|
r979@localhost: muntyan | 2005-11-24 15:16:03 -0600
moo_paned_get_button()
|
2005-11-25 03:17:20 +00:00 |
Yevgen Muntyan
|
2e47043e96
|
r972@localhost: muntyan | 2005-11-24 10:12:41 -0600
Let resize grip be there
|
2005-11-25 00:49:50 +00:00 |
Yevgen Muntyan
|
2106e355b2
|
r959@localhost: muntyan | 2005-11-24 05:33:57 -0600
moo_value_convert_from_string(); added converting to/from guint
|
2005-11-24 17:36:07 +00:00 |
Yevgen Muntyan
|
e2805c4056
|
r955@localhost: muntyan | 2005-11-24 02:14:16 -0600
Started rewrite of variables stuff
|
2005-11-24 14:14:48 +00:00 |
Yevgen Muntyan
|
e9c6120f4e
|
r950@localhost: muntyan | 2005-11-23 02:07:37 -0600
Silent gcc
|
2005-11-24 08:33:26 +00:00 |
Yevgen Muntyan
|
cc871be6d4
|
r949@localhost: muntyan | 2005-11-23 00:43:13 -0600
moo_sync_bool_property()
|
2005-11-24 08:32:50 +00:00 |
Yevgen Muntyan
|
c64bc0467c
|
Merged new-combo branch (which is really highlighting-fix)
svn merge -r 972:975 svn+ssh://svn.berlios.de/svnroot/repos/ggap/moo/branches/new-combo
|
2005-11-23 04:56:30 +00:00 |
Yevgen Muntyan
|
ac7a40f83b
|
Empty changelog
|
2005-11-22 18:41:12 +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 |
Yevgen Muntyan
|
62b9f015a7
|
Do not let textview apply tags on inserted text
|
2005-11-19 21:04:38 +00:00 |
Yevgen Muntyan
|
ec54830d26
|
Empty changelog
|
2005-11-19 14:29:22 +00:00 |
Yevgen Muntyan
|
ddd078890e
|
Made MooFileView use UIXML
|
2005-11-18 20:07:56 +00:00 |
Yevgen Muntyan
|
24a477319b
|
egg_regex_escape_string()
|
2005-11-18 13:06:50 +00:00 |
Yevgen Muntyan
|
913af05ba8
|
Try to find placeholder when node at given path doesn't exist
|
2005-11-18 13:05:59 +00:00 |
Yevgen Muntyan
|
099a4c2ab0
|
Drop files to the editor window
|
2005-11-18 05:13:25 +00:00 |
Yevgen Muntyan
|
306edfe65f
|
Empty changelog
|
2005-11-17 07:04:35 +00:00 |
Yevgen Muntyan
|
ee020b6e11
|
Allow inserting separators
|
2005-11-16 11:25:19 +00:00 |
Yevgen Muntyan
|
0636307200
|
Save list after removing items
|
2005-11-16 11:24:33 +00:00 |
Yevgen Muntyan
|
1eb5f60637
|
Do not fail on empty files
|
2005-11-16 11:22:03 +00:00 |