1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
Tue Apr 4 03:01:41 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* controller.c:
Ignore double click and triple click in button_press_cb().
Tue Apr 4 00:50:34 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* theme-default.c:
Changed the callback funtion names to standard ones, e.g. from default_theme_move_init() to move_init(). This file can be used for a skelton of a new module.
Sun Apr 2 03:57:21 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* gromove.c:
Change the signal handlers to which GroWindow* was passed. Now GroController* is passed to them.
* groach.h: Added more macros for theme modules.
* theme-default.c:
Follows the change of theme callback functions. Restricted to access data structure. Thus not to use GroWindow and GroTheme explicitly. To use macros provided by groach.h.
* controller.h: "guint interval_base" becomes private member.
Sat Apr 1 19:02:30 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* theme.h:
Added const qualifiers to GroController arguments of module callbacks.
* controller.c: Added more const qualifiers.
Thu Mar 30 06:58:10 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* groach.h:
Added some macros and inline functions for theme module's ease.
* gropixmap.c:
Added two arguments to gro_pixmap_new() to specify the size of pixmap.
* theme.c: Added ThemeLoadMode to gro_theme_load().
Wed Mar 29 23:52:08 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* inviswin.c: No use gro_win's area variable, but use macro interfaces.
* guimisc.h:
Added two inline functions, _gdk_window_get_width and _gdk_window_get_height.
* growin.c:
Removed area member variable. Instead, added some macros to get area information.
* visregion.c: Make it work for any window other than root window.
Mon Mar 27 06:09:03 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* groach.h:
Becomes the file that should be included by a source that is ouf of library, such as a module for a theme.
* grotype.h: Initial revision
* theme.c:
Remove gro_theme_unload(). Instead, to use ref and unref always.
Mon Feb 21 06:25:48 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* theme.c: Dynamic module loading support.
Sat Feb 5 05:07:55 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* controller.c: Follow inviswin module's modification.
* inviswin.h: Removed b_mapped flag.
* inviswin.c: Fix a bug related to usage of GtkInvisible.
Sun Jan 2 09:04:59 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* controller.c: Remove all gmoves when detach theme.
Sat Jan 1 01:50:14 2000 INOUE Seiichiro <inoue@ainet.or.jp>
* theme-default.c: Some clean up namings.
Mon Dec 27 00:40:17 1999 INOUE Seiichiro <inoue@ainet.or.jp>
* controller.c: Added gro_controller_is_running().
* theme.c, theme.h: Added an argument, brief to gro_theme_load().
Tue Dec 7 05:42:31 1999 INOUE Seiichiro <inoue@ainet.or.jp>
* visregion.c:
Removed XGrabServer() and XUngrabServer(), instead use _x_error_handler().
* visregion.c: Enabled XGrabServer() and XUngrabServer().
Fri Dec 3 02:30:47 1999 INOUE Seiichiro <inoue@ainet.or.jp>
* Makefile.am: Initial revision
Thu Dec 2 04:13:27 1999 INOUE Seiichiro <inoue@ainet.or.jp>
* theme.c: parse code almost done.
Tue Nov 30 04:32:19 1999 INOUE Seiichiro <inoue@ainet.or.jp>
* growin.h, growin.c: Initial revision
* OLD.groach.c: Removed.
* theme-default.c: Renamed from deftheme.c.
* theme-default.h: Renamed from deftheme.h.
Sun Nov 28 20:29:14 1999 INOUE Seiichiro <inoue@ainet.or.jp>
* gropixmap.h, gropixmap.c: Initial revision
* visregion.c, visregion.h, controller.h, controller.c, gromove.h, gromove.c:
Initial version.
Sat Nov 27 21:42:20 1999 INOUE Seiichiro <inoue@ainet.or.jp>
* groach.h, groach.c, guimisc.c, guimisc.h, inviswin.c, inviswin.h:
Initial revision
Fri Nov 26 20:01:38 1999 INOUE Seiichiro <inoue@ainet.or.jp>
* visregion.c, visregion.h, deftheme.c, deftheme.h, theme.c, theme.h, gromove.h, controller.h, controller.c, gromove.c:
Initial revision
|