• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


RSS
Rev. 日時 作者
a0860cb 1999-08-01 22:34:09 john

(list_frame_generator): detect when regenerating a frame by looking at
w->frame instead of w->frame_parts (which can be null even when the
window is framed)

791a8e8 1999-08-01 22:33:57 john

new loadable module, minimal GNOME compliance (client list, button
proxying, workspace details)

d6e5fc6 1999-08-01 22:33:45 john

(Fwindow_size_hints): pass along the PPosition, PSize, USPosition and
USSize flags

755918c 1999-08-01 22:33:31 john

(event_proxy_fun): hook called when an unbound event occurs. Should
return TRUE if it handles the event

de098d6 1999-08-01 22:33:15 john

bind the root menu to Button2 not Button1

511a71e 1999-08-01 22:33:05 john

(ignore-program-positions): program specified window positions are
ignored if this is set. User specified positions are never ignored

227aaf9 1999-08-01 22:32:55 john

removed the user-add-window function, added some comments about getting
GNOME support

4257f59 1999-08-01 22:32:44 john

(ignored-window-names, sticky-window-names): new variables, lists of
regexps

ae6e184 1999-08-01 22:32:32 john

new hook `delete-workspace-hook'

9a902ff 1999-07-31 04:27:15 john

*** empty log message ***

1902f6a 1999-07-31 04:27:08 john

fix stupid stack-smashing bug

7abf209 1999-07-31 00:17:13 john

*** empty log message ***

0bb7cff 1999-07-31 00:17:04 john

(Fimage_modifier, Fset_image_modifier): new functions for playing with
Imlib's image modifiers

0a65ef2 1999-07-30 20:23:20 john

*** empty log message ***

df1577b 1999-07-30 18:46:42 john

*** empty log message ***

d4eb573 1999-07-30 18:46:34 john

AC_SUBST some more variables just in case

4ac23db 1999-07-30 18:46:28 john

don't call set_window_shape in so many places

1e6bb5b 1999-07-30 18:46:17 john

(menu-program-stays-running): if this variable is a number, it defines
how long (in seconds) that a menu subprocess is allowed to stay running
between menus being required. Default is one minute

b52660d 1999-07-30 18:46:02 john

(list_frame_generator): handle propagating the shape of the client to
the frame here since it's a lot less ugly

c71cde8 1999-07-30 07:51:22 john

*** empty log message ***

32f3bd8 1999-07-30 07:51:19 john

(add_window): set WM_STATE of client windows

(Fwindow_put): when the `keymap' property changes, ungrab the old
keymap, then grab the new one

e2976ed 1999-07-30 07:51:09 john

(Fbind_keys, Funbind_keys): grab/ungrab events in client windows if
binding to the `global-keymap' or a window's `keymap' property

606ff57 1999-07-30 03:42:25 john

fix feature name

78845fe 1999-07-30 02:39:10 john

*** empty log message ***

6d24d24 1999-07-30 02:39:04 john

(list_frame_generator): indirect through multiple symbols in
frame_style

64aed89 1999-07-30 02:38:53 john

introduce the frameset idea, an alist of frames

9d4c94a 1999-07-30 02:38:38 john

changes for framesets

e79fb1b 1999-07-29 23:11:10 john

undo the last change, we need to XSync between events

93597f5 1999-07-29 23:03:33 john

*** empty log message ***

52e4df6 1999-07-29 23:03:28 john

replaced some calls to XSync by XFlush. (XSync also buffers any pending
events, preventing select from returning)