update
This commit is contained in:
parent
f8f65c3945
commit
f06fef6b49
7 changed files with 37 additions and 3 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,4 +1,23 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.9:
|
||||
*04/01/16:
|
||||
* Different window for window position (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
|
||||
Screen.cc
|
||||
* New Command: (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
|
||||
WindowMenu - this will show the window menu on the focused window
|
||||
* Revert to old focused window after menu keyboard navigation (Henrik)
|
||||
fluxbox.cc
|
||||
* Menu keyboard navigation bug fixes (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
|
||||
also fixes so submenus dont open unless you press Right
|
||||
Menu.cc
|
||||
* Using strut area for ArrangeWindows (Thanks Carlos (mindsuck<(at)>gfxnstuff .com.ar))
|
||||
* New behavior for icon button (Thanks Dmitriy Nikitinskiy)
|
||||
On click: if focused then iconify else raise and focus.
|
||||
IconButton.cc
|
||||
*04/01/15:
|
||||
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
Changes for 0.9.8:
|
||||
*04/01/14:
|
||||
* Fixed some border issues with left/right alignment in Iconbar (Henrik)
|
||||
|
|
|
@ -51,4 +51,6 @@ $ #PositionFormat
|
|||
# X: %4d x Y: %4d
|
||||
$ #GeometryFormat
|
||||
# W: %4d x H: %4d
|
||||
$ #GeometryLength
|
||||
# W: 0000 x H: 0000
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
$ codeset=ISO-8859-1
|
||||
$set 1 #BaseDisplay
|
||||
|
||||
1 %s: X грешка: %s(%d) opcodes %d/%d\n resource 0x%lx\n
|
||||
|
@ -187,10 +188,12 @@ $set 15 #main
|
|||
1 грешка: '-rc' изисква аргумент\n
|
||||
2 грешка: '-display' изисква аргумент\n
|
||||
3 внимание: не мога да наглася променливата на средата 'DISPLAY'\n
|
||||
4 Fluxkbox %s: (c) 2001 Henrik Kinnunen\n\n\
|
||||
4 Fluxkbox %s: (c) %s Henrik Kinnunen\n\n\
|
||||
-display <string>\t\tuse display connection.\n\
|
||||
-rc <string>\t\t\tползвай заместващ ресурсен файл.\n\
|
||||
-version\t\t\tпокажи версията и излез.\n\
|
||||
-info\t\t\t\tdisplay some useful information.\n\
|
||||
-log <filename>\t\t\tlog output to file.\n\
|
||||
-help\t\t\t\tпокажи този помощен текст и излез.\n\n
|
||||
5 Избрани възможности по време на компилацията:\n\
|
||||
Debugging\t\t\t%s\n\
|
||||
|
|
|
@ -86,6 +86,7 @@ enum {
|
|||
ScreenPositionLength = 0x16,
|
||||
ScreenPositionFormat = 0x17,
|
||||
ScreenGeometryFormat = 0x18,
|
||||
ScreenGeometryLength = 0x19,
|
||||
|
||||
SlitSet = 0x7,
|
||||
SlitSlitTitle = 0x1,
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
$ codeset=ISO-8859-1
|
||||
$set 1 #BaseDisplay
|
||||
|
||||
1 %s: X Fehler ! : %s(%d) opcodes %d/%d\n resource 0x%lx\n
|
||||
|
@ -186,10 +187,12 @@ $set 15 #main
|
|||
1 error: '-rc' requires an argument\n
|
||||
2 error: '-display' requires an argument\n
|
||||
3 warning: could not set environment variable 'DISPLAY'\n
|
||||
4 Fluxbox %s: (c) 2001-2002 Henrik Kinnunen\n\n\
|
||||
4 Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
|
||||
-display <string>\t\tuse display connection.\n\
|
||||
-rc <string>\t\t\tuse alternate resource file.\n\
|
||||
-version\t\t\tdisplay version and exit.\n\
|
||||
-info\t\t\t\tdisplay some useful information.\n\
|
||||
-log <filename>\t\t\tlog output to file.\n\
|
||||
-help\t\t\t\tdisplay this help text and exit.\n\n
|
||||
5 Compile time options:\n\
|
||||
Debugging\t\t\t%s\n\
|
||||
|
|
|
@ -49,4 +49,6 @@ $ #PositionFormat
|
|||
# X: %4d x Y: %4d
|
||||
$ #GeometryFormat
|
||||
# Éý: %4d x ¹â: %4d
|
||||
$ #GeometryLength
|
||||
# Éý: 0000 x ¹â: 0000
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
$ codeset=eucJP
|
||||
$set 1 #BaseDisplay
|
||||
|
||||
1 %s: X エラー: %s(%d) opcodes %d/%d\n resource 0x%lx\n
|
||||
|
@ -41,6 +42,7 @@ $set 3 #Configmenu
|
|||
25 Window内にタブドロップでもタブグループに
|
||||
26 ウィンドウドラッグでワークスペースを移動
|
||||
27 マウスホイールでワークスペース切り換え
|
||||
28 アンチエイリアス
|
||||
|
||||
$set 4 #Icon
|
||||
|
||||
|
@ -185,10 +187,12 @@ $set 15 #main
|
|||
1 error: '-rc' オプションは引数を必要とします\n
|
||||
2 error: '-display' オプションは引数を必要とします\n
|
||||
3 warning: 環境変数 'DISPLAY' を設定できませんでした\n
|
||||
4 Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\
|
||||
4 Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
|
||||
-display <string>\t\t 指定ディスプレイに接続.\n\
|
||||
-rc <string>\t\t\t 代わりのリソースファイルを使用.\n\
|
||||
-version\t\t\t バージョン情報を表示して終了.\n\
|
||||
-info\t\t\t\tdisplay some useful information.\n\
|
||||
-log <filename>\t\t\tlog output to file.\n\
|
||||
-help\t\t\t\t このヘルプを表示して終了.\n\n
|
||||
5 コンパイル時のオプション:\n\
|
||||
Debugging\t\t\t%s\n\
|
||||
|
|
Loading…
Reference in a new issue