aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog68
1 files changed, 68 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..14cacef
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,68 @@
1* format ( year-month-day)
2---- Version 0.1.5
3* 2007-10-17:
4 * Fixed gcc compile fix
5 * Added _NET_DESKTOP_LAYOUT support
6 Which allows the WM to know the desktop layout displayed by
7 the pager.
8---- Version 0.1.4
9* 2004-03-24:
10 * Fixed the sticky bug
11 Workspace.cc, FbPager.cc
12 * new resources (Thanks Mathias Gumz)
13 fbpager.color
14 fbpager.followMe
15 fbpager.icons
16 fbpager.windowBorderWidth
17 FbPager.hh/cc, Workspace.hh/cc, FbPixmap.hh/cc
18* 2004-03-02:
19 * Added support for _NET_CLOSE_WINDOW (Thanks Mathias Gumz)
20 Ewmh.hh/cc
21 * Added new resources (Thanks Mathias Gumz)
22 fbpager.x
23 fbpager.y
24 fbpager.closeButton
25 FbPager.hh/cc, FluxboxHandler.hh/cc, ClientHandler.hh
26* 2004-03-01:
27 * Fixed bug in drag window to workspace (Thanks Mathias Gumz)
28 FbPager.cc
29* 2004-02-29:
30 * Drag window to workspace (Thanks Mathias Gumz)
31 check README for resource values
32* 2004-02-28:
33 * Added ClientHandler::sendToWorkspace(client, workspace_num) (Henrik)
34 ClientHandler.hh, FluxboxHandler.hh/cc, Ewmh.hh/cc
35 * Added -sr argument
36 This will show the resources and value and exit fbpager
37 main.cc, FbPager.hh/cc
38 * alot of new resources and updates, check README (Thanks Mathias Gumz)
39* 2004-02-27:
40 * Fixed mouse gestures (Thanks Mathias Gumz)
41 FbPager.hh/cc
42 * Added fbpager.nextWorkspaceButton and fbpager.prevWorkspaceButton
43 (Thanks Mathias Gumz)
44 Use these to define which button combination to move to next/prev
45 workspace
46 FbPager.cc
47 * Added fbpager.exitButton resource (Thanks Mathias Gumz)
48 Use this to define what button combination that exit fbpager
49 default value: 1 3 3
50 FbPager.cc
51 * Fixed bug in StringUtil (Thanks Mathias Gumz)
52 StringUtil.cc
53* 2004-02-25:
54 * Stop window from moving outside visible area (Thanks Mathias Gumz)
55 FbPager.cc
56 * Fixed minor memory leak on exit
57 * Added FbRootWindow and ClientWindow
58 * Minor cleaning
59* 2004-02-24
60 * Added so one can move windows
61 Workspace.hh/cc, FbPager.hh/cc
62* 2004-02-23
63 * Fixed subversion for fbpager
64* 2004-02-14
65 * Added better support for Extended Window Manager Hints
66 Ewmh.cc
67 * Fixed alpha bug in withdrawn state
68 FbWindow.cc