• 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. Hora Autor
7d967b1 branch-0-27-1 release-0-27-2 2000-05-18 19:23:25 john

merged from HEAD

1981b48 2000-05-18 19:09:29 john

*** empty log message ***

b1dc521 release-0-27-1 2000-05-11 03:09:34 john

*** empty log message ***

076ab71 2000-05-11 02:59:44 john

(maximize-do-horizontal, maximize-do-vertical): use
current-head-dimensions and current-head-offset of the maximized window
to give the maximization bounds

(maximize-find-max-rectangle): new optional arg HEAD, the head to
constrain the rectangle to. Also, the output rectangle may only span a
single head

(maximize-do-both): constrain the maximized window to its current head

77e129e 2000-05-11 02:59:01 john

(current-head, current-head-dimensions, current-head-offset): all now
take an optional window parameter, which means to find the current head
in relation to this window (else use the focused window)

c0d8532 2000-05-11 02:58:45 john

(3d-rotate flatten): use inexact->exact on transformed coordinates
(fixes bug introduced by rounding functions now preserving inexactness)

297b09b 2000-05-11 00:36:30 john

*** empty log message ***

6f6e610 2000-05-11 00:36:24 john

(get-window-by-name-re): new function

571a8df 2000-05-10 22:03:31 john

misc fixes

983a228 2000-05-10 22:03:23 john

version -> 0.27.1

f1da13a 2000-05-10 22:03:07 john

after renaming .sawmill -> .sawfish, create a symlink .sawmill in case
user code refers to it

f5add80 release-0-27 2000-05-10 03:26:51 john

*** empty log message ***

632687f 2000-05-10 03:05:28 john

*** empty log message ***

31d5cce 2000-05-10 02:06:09 john

(transient-unmap-window): misc improvements, should fix the reported
problems in click-to-focus mode

b970f5f 2000-05-10 02:05:59 john

(window-order-most-recent): new function

fd8165a 2000-05-10 02:05:50 john

(focus-click): only pass events through to the window if they're not
bound, _and_ none of their successor events (move, release, etc) are
bound

b2e592c 2000-05-10 02:05:38 john

(should-grab-button-event-p): new function, returns t if a button event
needs to be grabbed so that the events that follow it are received

af558ee 2000-05-09 23:59:17 john

(transient-map-window): only ever focus the window if it's visible
(i.e. on the current workspace and not iconified)

a777ed1 2000-05-09 23:44:42 john

(window-outside-workspace-p): handle non-zero viewport origins
correctly (I think)

c03cea1 2000-05-09 03:11:36 john

(beautify-symbol-name): adapted to handle any type of argument, but
only beautifies symbols

fixed bug of not beautifying command names after `Copy' or `Insert'
operations

027eff8 2000-05-09 03:08:44 john

(ws-set-client-state): add this function to `map-notify-hook' instead
of `add-window-hook', since the wm deletes WM_STATE when windows are
withdrawn (one of the alternatives suggested by the icccm). This fixes
the Code Crusader bug

b611b83 2000-05-04 07:02:05 john

(match-window:edit): use non-destructive operations when splitting
property list into bool/non-bool sets

c9fa106 2000-05-01 05:34:40 john

update from jba

9c4f6f6 2000-05-01 01:38:38 john

*** empty log message ***

1093738 2000-05-01 01:38:35 john

(shade-hover-delay): changed range lower limit from one to zero (from
Nils Barth <nbarth@fas.harvard.edu>)

90ef32d 2000-05-01 01:33:38 john

*** empty log message ***

32ef55c 2000-05-01 01:33:34 john

(do_raise_lower): signal an error if the window and sibling are the
same window

0deb117 2000-05-01 01:33:21 john

(raise-window): check that (/= pred w) before using it to raise above
(else, do nothing, since it means that w is already on top)

4b0ca10 2000-04-30 07:59:39 john

(workspace-swap-in): use move-resize-window-to so that window
reconfiguration happens in one step, not two

8465d39 2000-04-30 07:59:30 john

removed uses of `named let' construct, only later sub-versions of
required rep 0.11 support it