1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351
|
oroborus (2.0.20+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957645)
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Tue, 04 Aug 2020 19:36:05 +0100
oroborus (2.0.20) unstable; urgency=low
* Remove {arch} crap from source.
-- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Feb 2010 16:36:34 +0100
oroborus (2.0.19) unstable; urgency=low
* Depend on x11proto-core-dev and not on x-dev. (Closes: #515451)
-- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Feb 2009 23:10:12 +0100
oroborus (2.0.18) unstable; urgency=low
* Remove XF86vmode includes.
* Remove XF86vmode stuff from configure.ac.
* XF86VidModeGetViewPort was never correctly implemented, so remove it.
* Really fix xlibs-dev build-dependancy now. (Closes: #346891)
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 16:38:27 +0100
oroborus (2.0.17) unstable; urgency=low
* Finally use select(). This should improve latency.
* Clean up the code when using --enable-debug.
* Fix xlibs-dev build-dependancy. (Closes: #346891)
-- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 17:22:38 +0100
oroborus (2.0.16) unstable; urgency=low
* Fix Fullscreen handling a bit.
* Several gcc-4.0 (-Wall, -pedantic) fixes. (more will come)
* Kill Processes, when xkilling them.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 14 Jul 2005 02:46:49 +0200
oroborus (2.0.15) unstable; urgency=low
* New Release.
* Add some Themes (defold, bluecurve, mkultra, Elberg_Red, Elberg_Green,
Elberg_Blue)
* Fix "oroborus -V".
-- Stefan Pfetzing <dreamind@dreamind.de> Fri, 1 Jul 2005 16:41:07 +0200
oroborus (2.0.14) unstable; urgency=low
* New Release.
* Some people complained about it, so fix the focus issues.
* Use arch for version control.
* Lintian fixes.
* Manpage fixes. (Closes: #270683, #270682)
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 30 Jun 2005 13:59:34 +0200
oroborus (2.0.13-1) unstable; urgency=low
* New Release.
* Fix some MPlayer fullscreen problems.
Xine is somehow still broken, it sends a wrong message to Oroborus for
raising the window. This will hopefully soon be fixed. (to a standards
compliant way!) Everybody who is interested may contact me for a fixed
xine debian package.
* Fixed some window placing problems after fullscreen mode.
* Added a new config option "cycle_workspaces".
* Corrected some theme configs.
Note: No theme config should contain keybindings!
* Added correct fullscreen support.
-- Stefan Pfetzing <dreamind@dreamind.de> Mon, 19 May 2003 02:09:22 +0200
oroborus (2.0.12-1) unstable; urgency=low
* *argh* corrected configure.in, this won't happen again, configure.in
now determines the version and package name from debian/rules.
* fixed the startup initialization of some root hints (needed for the
GNOME2 desktop switcher).
* fixed the position of the root (nautilus) window, which sometimes
appeared in front of the GNOME2 dock.
* Fixed maximizing for GOME2 panels.
Closes: #168315
* Added the BeOS theme, which was created by Juergen Becker.
* Fixed the layer which GNOME2 panels use.
* Fixed autheader error messages.
* Fixed Window in Window handling.
Closes: #168314
* Make Mod5 work again.
Closes: #176053
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 20 Feb 2003 19:50:43 +0100
oroborus (2.0.11-1) unstable; urgency=low
* Fixed the "supported" hints so most fullscreen using applications
should now work again.
* Some further minor code cleanups.
* Removed the CC=gcc-3.2 stuff since debian unstable is on gcc-3.2.
-- Stefan Pfetzing <dreamind@dreamind.de> Fri, 17 Jan 2003 23:59:01 +0100
oroborus (2.0.10-2) unstable; urgency=low
* Some small changes to the c code, mostly vim modeline changes.
-- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Dec 2002 11:46:08 +0100
oroborus (2.0.10-1) unstable; urgency=low
* Added the missing parsing of *rcfile, so now --file and -r *really*
works.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 5 Sep 2002 10:23:42 +0200
oroborus (2.0.9-1) unstable; urgency=low
* Whoops, wrong parameter in the getopt string.
Now things like --file and -r are working again.
* Updated the manpage.
-- Stefan Pfetzing <dreamind@dreamind.de> Wed, 28 Aug 2002 09:46:00 +0200
oroborus (2.0.8-1) unstable; urgency=low
* Don't raise or shade the "desktop" window. (for example nautilus2)
* Some malloc() fixes, thanks to ccmalloc (apt-cache show ccmalloc).
-- Stefan Pfetzing <dreamind@dreamind.de> Wed, 14 Aug 2002 06:17:32 +0200
oroborus (2.0.7-1) unstable; urgency=low
* Fixed some Segfaults when checking the Window Class.
Closes: #154010
* Fixed a Segfault in clientRaise(client).
* Fixed error.h, so Oroborus now builds cleanly on non-GNU systems,
like for example Solaris.
* Updated some of the documentation.
* Fixed the positioning of windows.
-- Stefan Pfetzing <dreamind@dreamind.de> Wed, 31 Jul 2002 02:28:07 +0200
oroborus (2.0.6-1) unstable; urgency=low
* Added some fixes from Alexander J. Pierce, now the raise_on_click
Option is working again.
* Added a Patch from Martin Hedenfalk for setting the old size on windows,
when restarting Oroborus. This fixes wrong windowsizes, when you are
restarting Oroborus and have some maximized windows open.
* Use /bin/kill.
Closes: #150406
* Fixed some of the mouse warping.
* Fixed Icon handling of Rox, Gmc and possibly Nautilus.
* Added getopt.
* Added some parts from EWMH for Gnome2 support.
-- Stefan Pfetzing <dreamind@dreamind.de> Sat, 29 Jun 2002 18:35:24 +0200
oroborus (2.0.5-1) unstable; urgency=low
* Fixed the themes.
* Fixed handling of transient windows.
* Fixed the example file.
* Fixed grabbing of keys, now grabs Num-lock & Scroll-lock versions also.
-- Stefan Pfetzing <dreamind@dreamind.de> Sat, 8 Jun 2002 18:38:50 +0200
oroborus (2.0.4-17) unstable; urgency=low
* Fixed the wrong snapping of windows to desktop icons.
* Added a menu entry.
* Corrected the sources, now including a GPL notice everywhere.
-- Stefan Pfetzing <dreamind@dreamind.de> Mon, 13 May 2002 00:11:43 +0200
oroborus (2.0.4-16) unstable; urgency=low
* Fixed the missing action for the Quit Key.
* Fixed the wrong example. (wrong path)
* Fixed the title of the Manpage (no this is not MCFMT).
* Changed the default font to helvetica.
* Removed the Makefile*'s from the theme directory in the .deb
* Oroborus is now automagicaly restartet on upgrade.
-- Stefan Pfetzing <dreamind@dreamind.de> Wed, 8 May 2002 13:50:59 +0200
oroborus (2.0.4-15) unstable; urgency=low
* Small fix from execve to execvp.
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 7 May 2002 03:17:23 +0200
oroborus (2.0.4-14) unstable; urgency=low
* Added a Quit Key, defaults to Control + Mod1 + Q.
* Fixed the priority of ~/.oroborusrc, now has a higher prio than everyting
else.
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 7 May 2002 02:56:45 +0200
oroborus (2.0.4-13) unstable; urgency=low
* Correctly implemented the exec call (not in the sighandler! *d'oh*).
* Added a manpage.
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 7 May 2002 01:53:39 +0200
oroborus (2.0.4-12) unstable; urgency=low
* Moved the typeDesktop checking code where it belongs, in hints.c.
-- Stefan Pfetzing <dreamind@dreamind.de> Mon, 6 May 2002 22:19:26 +0200
oroborus (2.0.4-11) unstable; urgency=high
* D'oh silly small bug (please don't ask me *grin*)
-- Stefan Pfetzing <dreamind@dreamind.de> Mon, 6 May 2002 21:27:22 +0200
oroborus (2.0.4-10) unstable; urgency=low
* Changed some signal handlers, now Oroborus exec's itself when
catching a SIGHUP. It also correctly waits for children. (no
more "defunct" processes.) (So you can now use Oroborus as your
"pseudo-session-manager", at the end of your ~/.xsession)
* Fixed handling of NET_WM_WINDOW_TYPE_DESKTOP. Now Oroborus
never raises icons on the Desktop (for example with ROX-Filer)
and it also doesnt move Windows behind these Icons.
-- Stefan Pfetzing <dreamind@dreamind.de> Mon, 6 May 2002 19:26:26 +0200
oroborus (2.0.4-9) unstable; urgency=low
* Fixed (hopefully now) segfaults when using libXpm.
-- Stefan Pfetzing <dreamind@dreamind.de> Fri, 3 May 2002 15:07:06 +0200
oroborus (2.0.4-8) unstable; urgency=low
* Fixed segfaults when no client was active.
* Fixed segfaults (again *shrug*) when resizing an XPM.
-- Stefan Pfetzing <dreamind@dreamind.de> Fri, 3 May 2002 14:29:09 +0200
oroborus (2.0.4-7) unstable; urgency=low
* Fixed some segfaults when the window name was empty.
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 2 Apr 2002 01:40:40 +0200
oroborus (2.0.4-6) unstable; urgency=low
* Fixed some lintian issues.
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 12 Mar 2002 21:37:06 +0100
oroborus (2.0.4-5) unstable; urgency=low
* Fixed mouse warping, now the mouse is only warped when not using
click_to_focus eg. when using focus follows mouse.
* Fixed some segfaults in oroborus while scaling xpms.
* Added special ignore for ROX-Filer's Icons.
-- Stefan Pfetzing <dreamind@dreamind.de> Sun, 24 Feb 2002 06:47:33 +0100
oroborus (2.0.4-4) unstable; urgency=low
* Fix some issues with gnome-panel
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 29 Jan 2002 10:17:13 +0100
oroborus (2.0.4-3) unstable; urgency=low
* Now the mouse warps to the middle of a window
* Window moving also now warps the mouse to the middle
of a Window.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Jan 2002 02:57:45 +0100
oroborus (2.0.4-2) unstable; urgency=low
* add warp mouse patch.
* add middle-mouse-resize patch.
* added several themes.
* included my oroborusrc-file as default.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 6 Dec 2001 1:58:44 +0100
oroborus (2.0.4-1) unstable; urgency=low
* newest version
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 3 Dec 2001 21:58:53 +0100
oroborus (1.14.0-6) unstable; urgency=low
* Fixed a path problem in the RCFILE.
Closes: #112303
-- Brandon L. Griffith <brandon@debian.org> Sat, 22 Sep 2001 19:31:26 -0400
oroborus (1.14.0-5) unstable; urgency=low
* Arto Jantunen <viiru@debian.org> grabbed me on irc and pointed out
that oroborus 1.14.0-4 would not start. After looking into his error
message I saw that the makefile was not producing the correct
arguments for creating the oroborusrc. There was no bug filed against
this since he was the only one to report it and it was fixed
immediately.
I now am supplying a working copy of the oroborusrc file for
/usr/share/oroborus and am going to contact the upstream author about
making an /etc/oroborusrc file.
-- Brandon L. Griffith <brandon@debian.org> Mon, 27 Aug 2001 11:31:41 -0400
oroborus (1.14.0-4) unstable; urgency=low
* Fixed a pixmap path issue. Now the example_rc is the same as the system
wide rc.file
Closes: #109424
-- Brandon L. Griffith <brandon@debian.org> Sat, 25 Aug 2001 22:05:24 -0400
oroborus (1.14.0-3) unstable; urgency=low
* Fixed a formatting issue in the control file
Closes: #109120
-- Brandon L. Griffith <brandon@debian.org> Tue, 21 Aug 2001 08:59:58 -0400
oroborus (1.14.0-2) unstable; urgency=low
* Failed to add Build Depends to the control file
Closes: #108967
-- Brandon L. Griffith <brandon@debian.org> Fri, 17 Aug 2001 08:17:24 -0400
oroborus (1.14.0-1) unstable; urgency=low
* Initial Release.
* Plese please please please read README.Debian in /usr/share/doc/oroborus
* Closed the wnpp bug filed for package creation.
Closes: #108613
-- Brandon L. Griffith <brandon@debian.org> Tue, 14 Aug 2001 23:54:57 -0400
|