• R/O
  • HTTP
  • SSH
  • HTTPS

提交列表

标签
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. 时间 作者
2c5a193 1999-08-20 00:48:11 john

it's possible for Imlib_render to trigger the X error handler, and
possibly invalidate the window that's currently being manipulated. So
test that `w->id != 0' in suitable places

58085dd release-0-2 1999-08-17 00:50:11 john

*** empty log message ***

baf683e 1999-08-16 23:31:16 john

install Sawmill.desktop if a suitable directory can be found

7d54573 1999-08-16 23:31:02 john

new file, GNOME control center properties

eec74c5 1999-08-16 21:08:47 john

*** empty log message ***

415a22f 1999-08-16 20:53:58 john

(unmap_notify): if the window being unmapped has the focus (after
calling the unmap-notify-hook), unfocus it

2556ee3 1999-08-16 20:53:47 john

(focus_on_window): when told to focus on nothing, focus on the
`no_focus_window'

2edb6b3 1999-08-16 20:53:32 john

(sys_init): create a new window `no_focus_window' that gets given the
focus when no other window has it (so we receive KeyPress events from
it)

911576c 1999-08-16 20:52:10 john

(transient-unmap-window): if the window being unmapped is focused, and
there's no transient-parent to focus on, then focus on the window under
the pointer (in case the pointer isn't in the unmapped window)

b57d2ea 1999-08-16 03:30:26 john

centre the buttons

fa939f4 1999-08-16 00:06:33 john

*** empty log message ***

7b398ef 1999-08-16 00:06:12 john

minor change

b693e64 1999-08-16 00:06:02 john

(custom-declare-variable): new keyword :before-set, similar to :after-set

(custom-declare-group): this now takes a list of keywords as with
defcustom. The only keyword currently is :widget, a function to call to
layout the page containing the user interface elements of the group

5b898fe 1999-08-16 00:05:42 john

(customize-ui-spec): call each group's :widget function if defined

(about): a new group, just contains a label with some info/legalese

6dbc3f2 1999-08-16 00:05:09 john

keymaps are now customizable

26a37d9 1999-08-16 00:04:55 john

two new elements `keymap' and `keymap-shell', for keymap customization

6ea2f2e 1999-08-16 00:03:49 john

(Fgrab_keymap, Fungrab_keymap): new functions

(lookup_event_name): fix the bug where only the bottom 16 modifier bits
were being checked

55ede05 1999-08-16 00:02:02 john

(circulate_notify): empty event handler

5f67cb2 1999-08-14 20:02:18 john

(build-color:clicked): hide the `Help' button in the color selection
dialog (since it does nothing)

a9f41b7 1999-08-14 19:56:44 john

add a label to the `bindings' group noting that keybindings aren't
implemented

614f052 1999-08-14 19:56:01 john

added group `bindings'

abc088b 1999-08-14 19:55:07 john

(focus-windows-when-mapped): new variable, any newly-mapped window is
given the input focus

6a8da1e 1999-08-14 19:54:54 john

always format color specifiers correctly

be350bc 1999-08-14 01:57:16 john

*** empty log message ***

5bb93d8 1999-08-14 01:56:46 john

removed the `man' directory from SUBDIRS

0f5767e 1999-08-14 01:56:32 john

(build-color): implements a separate `color' element (pretty similar to
the `font' element)

(build-pages): pages are now implemented as a clist and a frame
(instead of a notebook). This can be changed via the ui-pages-style
variable

ccc9014 1999-08-14 01:56:17 john

(list_frame_generator): the `foreground', `background' and `font' keys
may now be functions

d95ce79 1999-08-14 01:56:03 john

defined the missing three frame types; border colors are now
configurable

97aa0f2 1999-08-14 01:55:25 john

reordered custom groups

16d1ca8 1999-08-14 01:55:07 john

(customize-symbol-spec): use the `color' widget for colors