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 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
|
# Generated by Makefile. Do not edit.
2009-10-02 Neil Jagdish Patel <neil.patel@canonical.com>
modified:
configure.ac
- New release
2009-10-02 Neil Jagdish Patel <neil.patel@canonical.com>
modified:
src/maximus-app.c
- Cherrypick Jasons changes
2009-10-02 Neil Jagdish Patel <neil.patel@canonical.com>
modified:
src/maximus-app.c
- Move state changes into idle functions for the wnck-window state-changed
callback
2009-10-02 Neil Jagdish Patel <neil.patel@canonical.com>
modified:
src/maximus-app.c
- Same issue as before, make sure to initialise the variables to zero
2009-10-02 Neil Jagdish Patel <neil.patel@canonical.com>
modified:
src/maximus-app.c
- Intialise char *data pointers to NULL before sending to XGetProperty,
otherwise we could be just pointing to a random memory area...and then
go on to free that area!
2009-09-21 Jason Smith <jason@t500>
Increment version
2009-09-20 Jason Smith <jason@t500>
modified:
configure.ac
src/main.c
pending merges:
Jason Smith 2009-09-20 Use libunique to enforce a single instance
2009-09-20 Jason Smith <jason@t500>
Use libunique to enforce a single instance
2009-09-08 Neil Jagdish Patel <neil.patel@canonical.com>
removed:
debian/
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules
- Dump debian from trunk
2009-09-08 Neil Jagdish Patel <neil.patel@canonical.com>
modified:
Makefile.am
- Generate ChangeLog on make dist
configure.ac
- Bump revision to 0.4.11
- Silent make by default
2009-09-08 Neil Jagdish Patel <neil.patel@canonical.com>
Update ignores
2009-09-08 Neil Jagdish Patel <neil.patel@canonical.com>
modified:
src/maximus-app.c
- Add a display validity check, as done by Jason
2009-08-27 Neil Jagdish Patel <neil.patel@canonical.com>
modified:
src/maximus-app.c
pending merges:
Jason Smith 2009-08-26 Provide correctness fixes
- Add some robustness to the functions that deal with wnck
2009-08-26 Jason Smith <jason@t500>
Provide correctness fixes
2009-04-21 Neil Jagdish Patel <neil.patel@canonical.com>
* maximus crashed with SIGSEGV in g_closure_invoke() (LP: #330397)
- Change the test done before sending the hint's pointer to XFree
- Alloc the hints, instead of relying on pre-allocated block, seems to
work better when sending to X*().
2009-03-17 Neil Jagdish Patel <neil.patel@canonical.com>
fix configure version number
2009-03-17 Neil Jagdish Patel <neil.patel@canonical.com>
* [PATCH] option to not automatically maximize new windows (LP: #322226)
- Add /apps/maximus/no_maximize gconf key to control whether applications
are automatically maximised
- Added key schema to maximus.schemas
- Stopped toggling of undecorate from ignoring no_maximize
Patch by Daniel Silva <daniel.silva@gmail.com>
* missing sentinel when calling gnome_program_init (LP: #341307)
- Patch by Hubert Figuiere <hub@figuiere.net>
2009-03-17 Neil Jagdish Patel <neil.patel@canonical.com>
[PATCH] option to not automatically maximize new windows (LP: #322226)
- Add /apps/maximus/no_maximize gconf key to control whether applications
are automatically maximised
- Added key schema to maximus.schemas
- Stopped toggling of undecorate from ignoring no_maximize
Patch by Daniel Silva <daniel.silva@gmail.com>
2009-03-17 Neil Jagdish Patel <neil.patel@canonical.com>
* missing sentinel when calling gnome_program_init (LP: #341307)
- Patch by Hubert Figuiere <hub@figuiere.net>
2009-02-18 Neil Jagdish Patel <neil.patel@canonical.com>
releasing version 0.4.7
2009-02-18 Neil Jagdish Patel <neil.patel@canonical.com>
Fix bug where switching to maximised windows would unmaximised the window.
2009-02-17 Neil Jagdish Patel <neil.patel@canonical.com>
* Audacious should not have a windows decoration (LP: #237597)
- If, when a window is opened, the window is not maximised and does not
have window decorations, it is completely excluded from Maximus. This
makes sure these windows (Audacious, cairo-clock etc) do not
accidently become maximised or get window decorations.
2009-02-17 Neil Jagdish Patel <neil.patel@canonical.com>
* Some undecorated windows do not maximise (LP: #291013)
- Don't maximise and undecorated windows which are larger than the
current screen size. This makes the maximise a null-op on these windows
and makes sure the user can still access the window without it
"freezing" on screen without window borders.
* Add autostart file to package
2009-02-11 Neil Jagdish Patel <neil.patel@canonical.com>
Use ne gnome-session 2.24 features to include netbook-launcher in GNOME session
(LP: #270905)
2009-01-28 Neil Jagdish Patel <neil.patel@canonical.com>
* Add OnlyShowIn=GNOME;XFCE; in autostart file to stop maximus launching in
KDE (LP: #322050)
Patch by FriedChicken <domlyons@googlemail.com>
2009-01-23 Neil Jagdish Patel <neil.patel@canonical.com>
maximus (0.4.3) hardy; urgency=low
* Add autostart file
-- Neil J. Patel <neil.patel@canonical.com> Fri, 23 Jan 2009 12:02:06 +0000
2008-11-11 Neil Jagdish Patel <neil.patel@canonical.com>
* Bump version to match debian/changelog
2008-11-10 Bill Filler <bill.filler@canonical.com>
merge with latest
2008-10-29 Neil Jagdish Patel <neil.patel@canonical.com>
* Update ignores
2008-11-10 Bill Filler <bill.filler@canonical.com>
* added excludes for common Firefox secondardy windows Add-Ons, Error
Console, and Clear Private Data
2008-10-21 Neil J. Patel <njpatel@gmail.com>
maximus (0.4.1) hardy; urgency=low
* maximus crashed with SIGSEGV in strstr() when performing video hardware test
(LP: #285452)
- Merge James Westby's maximus branch which checks for res_name/class_name
== NULL before calling strstr.
-- Neil J. Patel <neil.patel@canonical.com> Tue, 21 Oct 2008 10:24:11 +0100
2008-10-18 James Westby <jw+debian@jameswestby.net>
Don't crash when class_name or res_name are NULL.
Some apps will create windows with NULL class_name or res_name, and
the code should handle this. This change just prevents the crash,
it may be more appropriate to exclude these windows.
2008-10-13 Neil J. Patel <njpatel@gmail.com>
maximus (0.4.0) hardy; urgency=low
* Fix package naming to roll release.
-- Neil J. Patel <neil.patel@canonical.com> Mon, 13 Oct 2008 16:51:24 +0100
maximus (0.3ubuntu14) hardy; urgency=low
2008-09-12 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu14) hardy; urgency=low
* Get the real class & resource names from the window mananger for matching
functions.
-- Neil J. Patel <neil.patel@canonical.com> Fri, 12 Sep 2008 13:07:54 +0100
maximus (0.3ubuntu13) hardy; urgency=low
2008-09-12 Neil J. Patel <njpatel@gmail.com>
* Display the class names of new windows
* Fix regression when maximising excluded windows
2008-09-10 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu13) hardy; urgency=low
* "Quit" function on launcher does not work within 120-180 .. (LP: #268433)
- Connect to the master gnome session client
- Reply to the the "save-yourself" signal
-- Neil J. Patel <neil.patel@canonical.com> Wed, 10 Sep 2008 13:50:31 +0100
2008-09-04 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu12) hardy; urgency=low
* switching from Classic mode to UNR leaves user in browser (LP: #261966)
- Make sure the user is taken back to desktop/launcher after a mode switch
-- Neil J. Patel <neil.patel@canonical.com> Thu, 04 Sep 2008 12:28:02 +0100
2008-09-02 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu11) hardy; urgency=low
* "Maximus Windows Management" does not run well after se... (LP: #254409)
-- Neil J. Patel <neil.patel@canonical.com> Tue, 02 Sep 2008 14:46:48 +0100
2008-09-01 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu10) hardy; urgency=low
* Don't maximise windows that can't maximise
* Try and force maximising on windows that didn't maximise properly the
first time.
* Some code cleanup
-- Neil J. Patel <neil.patel@canonical.com> Mon, 01 Sep 2008 14:12:35 +0100
2008-08-18 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu9) hardy; urgency=low
* Add Apport to to the exclusion list (LP: #258937)
-- Neil J. Patel <neil.patel@canonical.com> Mon, 18 Aug 2008 11:18:25 +0100
maximus (0.3ubuntu8) hardy; urgency=low
2008-08-18 Neil J. Patel <njpatel@gmail.com>
* Add Gnome Authorizations to the default exclude list
* Use g_debug as printf otherwise gcc on Intrepid considers these compiler
errors.
Patch By James Westby <james.westby@canonical.com>
2008-07-30 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu7) hardy; urgency=low
* desktop-switcher causing maximus to crash intermittently (LP: #251561)
-- Neil J. Patel <neil.patel@canonical.com> Wed, 30 Jul 2008 17:05:36 -0400
2008-07-25 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu6) hardy; urgency=low
* maximus not dynamically responding to undecorate gconf cha... (LP: #251557)
* Be more stringent when doing WnckWindow validity checks
-- Neil J. Patel <neil.patel@canonical.com> Fri, 25 Jul 2008 12:09:29 +0100
2008-07-15 Neil J. Patel <njpatel@gmail.com>
maximus (0.3ubuntu5) hardy; urgency=low
* Have an internal list of excluded apps which are common across the
destkop.
-- Neil J. Patel <neil.patel@canonical.com> Tue, 15 Jul 2008 18:20:42 +0100
2008-06-14 Neil J. Patel <njpatel@gmail.com>
* Dont' rule rules for windows which are already fullscreen (LP: #239181)
2008-06-14 Neil J. Patel <njpatel@gmail.com>
* Add some missing string checking before using str* functions
* Fixed some whitespace/tabbing in copy&pasted code
2008-06-11 Neil J. Patel <njpatel@gmail.com>
* Actually fix the Gimp issue
* Add some debugging output
2008-06-11 Neil J. Patel <njpatel@gmail.com>
* Add some string validity checking.
2008-06-10 Neil J. Patel <njpatel@gmail.com>
* Support for external fs definitions
* Clean up of internal fs implementation
2008-06-10 Neil J. Patel <njpatel@gmail.com>
* Fix incorrect dependency
2008-06-10 Neil J. Patel <njpatel@gmail.com>
* Add option not to undecorate maximised windows
2008-06-10 Neil J. Patel <njpatel@gmail.com>
* Adding in binding support
2008-06-10 Neil J. Patel <njpatel@gmail.com>
* Add the right class for Gimp
2008-06-03 Neil J. Patel <njpatel@gmail.com>
* Update license to GPLv3
2008-06-02 Neil J. Patel <njpatel@gmail.com>
* Bump changelog
2008-06-02 Neil J. Patel <njpatel@gmail.com>
* Store the excluded class names within GConf
2008-06-02 Neil J. Patel <njpatel@gmail.com>
* Add variations for class names
* Add gimp rule
2008-06-02 Neil J. Patel <njpatel@gmail.com>
* Deal with maximize/unmaximize events
2008-06-02 Neil J. Patel <njpatel@gmail.com>
* Initial checkin
2008-05-23 Neil J. Patel <njpatel@gmail.com>
* Initial checkin
|