• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

Japanese translation of message catalog for Sawfish Window-Manager


RSS
Rev. Tiempo Autor
db0beb3 1999-08-03 07:26:28 john

*** empty log message ***

6f61fe9 1999-08-03 07:25:55 john

(configure_request): raising a window uniconify's it, so that the GNOME
pager can uniconify windows (!?)

817faa9 1999-08-03 07:25:38 john

support the _WIN_STATE hint (but only the sticky attribute)

057b7b6 1999-08-03 07:25:28 john

(add_hook): new function

5b0033b 1999-08-03 07:25:15 john

(Fset_client_state): set the WM_STATE property of a window

121f67b 1999-08-03 07:25:02 john

call window-state-change-hook when the window's ``state'' (i.e. sticky,
iconified, ..) changes

0f8ed47 1999-08-03 00:54:52 john

*** empty log message ***

b4010ed 1999-08-03 00:54:45 john

add sticky to window-menu

0d15050 1999-08-03 00:54:32 john

(window-keymap): bind "M-Button2" to popup-window-menu

e157487 1999-08-03 00:54:21 john

(toggle-window-sticky): new command
(ws-remove-window): new optional argument DONT-HIDE

a4b6186 1999-08-03 00:53:31 john

(Fget_cursor): if a symbol, dereference it's cursor-shape property
_before_ scanning the list for an existing cursor

8244c82 1999-08-02 22:53:35 john

minor fix

43b9cc1 1999-08-02 22:44:10 john

*** empty log message ***

d929fa2 1999-08-02 22:44:04 john

where appropriate use Fcall_window_hook instead of Fcall_hook

c0878b8 1999-08-02 22:43:51 john

(Fcall_window_hook): new function, similar to call-hook, but first hook
argument is always a window. Before evaluating the symbol value, look
for a property of the same name in the window

7e991bb 1999-08-02 22:43:40 john

(rep_dl_init): if ignored-window-names or sticky-window-names are void,
set them to nil before consing on the gnome window names

561f322 1999-08-02 22:43:26 john

where appropriate use call-window-hook instead of call-hook

267c400 1999-08-02 21:55:35 john

*** empty log message ***

62e3dd5 1999-08-02 21:55:29 john

(transients-on-parents-workspace): new variable

(merge-next-workspace, merge-previous-workspace, insert-workspace): new
commands, in the workspace menu

(popup-workspace-list, popup-window-list): new commands

e3352ba 1999-08-02 21:55:10 john

(transients-get-focus): new variable, when t mapping transient windows
whose parent is focused passes the focus to the transient

8ce3ecd 1999-08-02 21:54:58 john

minor comment changes

22700fa 1999-08-02 18:51:55 john

*** empty log message ***

232dfb1 1999-08-02 18:51:49 john

(place-window): fix a missing close-parenthesis

68186a0 1999-08-02 07:31:23 john

*** empty log message ***

5cfb7af 1999-08-02 07:31:20 john

(Fgnome_set_workspace): if no workspace is active, pretend that
workspace zero is

9d5a5a7 1999-08-02 07:31:08 john

(ws-remove-window): fix the bug whereby deleting the last workspace
didn't nullify ws-current-workspace. Also ensure that both
remove-from-workspace and delete-workspace-hook are only called _after_
the deletion has occurred. remove-from-workspace now gets two args:
window and workspace

9e34a94 1999-08-02 00:32:04 john

minor fix

e8a557c 1999-08-01 22:36:17 john

*** empty log message ***

e8036a8 1999-08-01 22:35:52 john

(error_handler): call destroy-notify-hook _after_ setting window->id to
zero
(sys_init): select for SubstructureNotify on root window

3caa9d6 1999-08-01 22:34:24 john

(client_message): call `client-message-hook' if message isn't handled.
This is an `or' style hook