Commit Graph

187 Commits (eaffc6c425443247251f75886b4a3d76cd02c925)

Author SHA1 Message Date
Yevgen Muntyan aaf3644b83 Renamed _m_* functions 2006-11-03 23:57:57 -06:00
Yevgen Muntyan e4baac44b7 _moo_message() 2006-11-02 00:38:00 -06:00
Yevgen Muntyan 999b2130eb Do watch for POLLHUP, and open pipe for read-write 2006-10-24 01:25:34 -05:00
Yevgen Muntyan 89796ef834 Do not watch for G_IO_HUP, it catches POLLHUP from the other end 2006-10-22 15:31:12 -05:00
Yevgen Muntyan c9e0e5d7a8 Quit only when outer main loop terminates 2006-10-22 15:25:59 -05:00
Yevgen Muntyan 31c09f5e9a C90 mode: don't use // comments, don't use trailing commas in enums, and so on 2006-10-18 00:24:35 -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 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 c55731d6da Removed odd #include's 2006-09-01 03:45:42 -05:00
Yevgen Muntyan ee2dea7d75 GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
Yevgen Muntyan aeea183961 Use textview on win32 2006-08-23 23:17:28 -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 c47a8561f0 Use function name in "implement me" #warning's 2006-08-20 22:47:28 -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 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 62e3c8a52f Rewriting actions and tools 2006-08-16 00:18:16 -05:00
Yevgen Muntyan 696a5b20ff More public/private stuff 2006-08-15 03:52:38 -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 3e34ad7188 make distcheck works now 2006-08-13 06:05:50 -05:00
Yevgen Muntyan 54fcfe5c62 More private/public separation 2006-08-13 04:00:15 -05:00
Yevgen Muntyan cc60bdd4b9 Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
Yevgen Muntyan e81234742c MOO_INSTALL_HEADERS 2006-08-07 01:25:35 -05:00
Yevgen Muntyan 86a4672a7e Checked translatable property in glade files 2006-08-03 04:24:51 -05:00
Yevgen Muntyan 404aa637c6 Added moo_stock_label() and moo_stock_name(); added stock-label, stock-tooltip, stock-display-name Action properties 2006-08-03 03:45:39 -05:00
Yevgen Muntyan 9fdbae6fbe Added i18n stuff to MooGladeXML 2006-08-03 02:29:39 -05:00
Yevgen Muntyan 3e4c09904d Do not install headers 2006-08-01 20:31:51 -05:00
Yevgen Muntyan 1685fa66b1 Made most symbols from mooutils-fs.h private 2006-08-01 20:28:28 -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 a9f10afca2 Synced eggregex and pcre with Marco's repo 2006-07-26 03:22:26 -05:00
Yevgen Muntyan b773ebb39c Made --line argument work 2006-07-05 14:32:28 -05:00
Yevgen Muntyan fb5a450306 Added OPEN_URIS command, which includes timestamp 2006-07-05 14:15:43 -05:00
Yevgen Muntyan 3925c87e0b Printing is enabled unconditionally with gtk >= 2.10.0 now 2006-07-05 14:14:02 -05:00
Yevgen Muntyan 240924be87 moo_html_motion: initialize state variable 2006-06-30 23:17:12 -05:00
Yevgen Muntyan 0fa8bf2d3d Use GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL 2006-06-30 00:51:39 -05:00
Yevgen Muntyan a2e6bead46 THANKS in about dialog 2006-06-26 08:20:14 -05:00
Yevgen Muntyan 9e4de79067 Property ARGV sould have type G_TYPE_STRV 2006-06-19 02:11:30 -05:00
Yevgen Muntyan 24c8377489 Catch SIGINT, to clean up on Ctrl-C 2006-06-18 18:31:23 -05:00
Yevgen Muntyan 0788fbcc74 More info in about box 2006-06-16 23:43:54 -05:00
Yevgen Muntyan bf6a0bc455 Cast uint to int before applying unary minus 2006-06-13 00:56:26 -05:00
Yevgen Muntyan 5a71ec9502 Use #warning only with gcc 2006-06-13 00:55:05 -05:00
Yevgen Muntyan 357e6e65f7 Don't install Quit action into MooTermWindowClass 2006-06-11 15:48:53 -05:00
Yevgen Muntyan 5c51b68a16 Changed email 2006-06-10 01:48:24 -05:00
Yevgen Muntyan 9174798646 Try to unregister plugins on exit 2006-06-09 16:19:25 -05:00