From be94147f375b97cbcf6823fab750e183f9aa7668 Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Thu, 14 Jul 2011 06:57:26 +0800 Subject: Update NEWS for 0.9.5.0 --- AUTHORS | 14 ++++ ChangeLog | 280 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 4 + 3 files changed, 298 insertions(+) create mode 100644 AUTHORS create mode 100644 ChangeLog create mode 100644 NEWS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..0e12e3e --- /dev/null +++ b/AUTHORS @@ -0,0 +1,14 @@ +Danny Baumann +Dennis Kasprzyk +Dennis Kasprzyk +Dennis Kasprzyk +Erkin Bahceci +Guillaume Seguin +Robert Carr +Robert Noland +Sam Spilsbury +Sam Spilsbury +Sam Spilsbury +Scott Moreau +Travis Watkins +racarr diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9d4dd56 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,280 @@ +Sam Spilsbury 2011-07-07 + + Add VERSION file (0.9.5.0) + +Scott Moreau 2010-09-28 + + Don't require composite since opengl already does. + +Sam Spilsbury 2010-05-25 + + Load after decor plugin to prevent windows moving after plugin load + +Sam Spilsbury 2010-04-11 + + Ensure that we load after composite and opengl + +Dennis Kasprzyk 2009-03-16 + + Track core changes. + +Erkin Bahceci 2009-03-14 + + Track core changes. + +Danny Baumann 2009-02-02 + + Options are in the tag now. + +Danny Baumann 2009-02-02 + + Proper formatting. + +Danny Baumann 2009-01-30 + + Minor fixes, stylistic improvements. + +Sam Spilsbury 2009-01-30 + + Added missing Makefile. + +Sam Spilsbury 2009-01-30 + + Initial C++ port. + +Danny Baumann 2008-11-24 + + Improve fade handling if a window is grabbed/ungrabbed during fade. + +Danny Baumann 2008-09-01 + + Track core changes. + +Danny Baumann 2008-06-08 + + Get rid of unneeded heap allocation. + +Danny Baumann 2008-06-08 + + Plug memory leak. + +Danny Baumann 2008-05-20 + + Improve damage behaviour. + +Dennis Kasprzyk 2008-04-04 + + CMake build file. + +Dennis Kasprzyk 2008-04-03 + + Makefile update. + +Dennis Kasprzyk 2008-03-14 + + Makefile update. + +Dennis Kasprzyk 2008-03-14 + + Makefile update. + +Danny Baumann 2008-03-12 + + Makefile update + +Danny Baumann 2008-02-19 + + Make sure InfoLayer is initialized correctly. + +Dennis Kasprzyk 2008-01-23 + + Makefile update. + +Robert Noland 2007-09-19 + + Make window large enough to display 4 digit by 4 digit geometry. + +Danny Baumann 2007-09-07 + + Track core changes. + +Danny Baumann 2007-08-30 + + Track core changes. + +Danny Baumann 2007-08-25 + + Adjust header. + +Guillaume Seguin 2007-08-25 + + * Fix copyright & license + +Dennis Kasprzyk 2007-08-06 + + Makefile update. + +Danny Baumann 2007-08-05 + + Compiz indention and cleanups. + +Travis Watkins 2007-07-28 + + Avoid crash by making sure the cairo context exists. + +Dennis Kasprzyk 2007-07-25 + + Initialize variables correctly. + +Dennis Kasprzyk 2007-07-16 + + Remove obsolete deps/features from vtable + +Dennis Kasprzyk 2007-07-03 + + Makefile update. + +Dennis Kasprzyk 2007-07-01 + + Makefile update. + +Danny Baumann 2007-06-30 + + xml -> xml.in + +Dennis Kasprzyk 2007-06-28 + + Makefile update. + +Danny Baumann 2007-06-24 + + prepareXCoords -> transformToScreenSpace + +Danny Baumann 2007-06-14 + + Fix size calculation for windows without size increment hint. + +Merge: 161fcc5 e65d0d1 +Danny Baumann 2007-06-11 + + Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/compcomm/plugins/resizeinfo + +Danny Baumann 2007-06-11 + + Fix dependencies. + +Dennis Kasprzyk 2007-06-11 + + Makefile update. + +Dennis Kasprzyk 2007-06-11 + + Updated Makefile + +Danny Baumann 2007-06-11 + + Move to utility section. + +Robert Carr 2007-06-10 + + Indentation + +Robert Carr 2007-06-10 + + Remove useless info shown when 'resizing' maximized window + +Robert Carr 2007-06-10 + + Fix calculation + +Danny Baumann 2007-06-10 + + printf -> compLogMessage + +Danny Baumann 2007-06-02 + + Track the first grabbed window, not the last one. + The old behaviour could cause problems while resizing grouped windows. + +Dennis Kasprzyk 2007-06-01 + + Applied lastest core changes + +Danny Baumann 2007-05-24 + + Crash fix. + Next time I will actually try to run the code before committing, I promise. + +Danny Baumann 2007-05-24 + + Build fix. + +Danny Baumann 2007-05-24 + + Use Compiz' resize notify message to determine the current window size. + +Danny Baumann 2007-05-24 + + Whitespace & formatting improvements. + +Danny Baumann 2007-05-24 + + Load resizeinfo after resize. + This makes sure the info box is drawn above the resize rectangle. + +Dennis Kasprzyk 2007-05-21 + + Makefile update + +Danny Baumann 2007-05-20 + + Fix description. + +Merge: 1d8926a 88baa0a +Dennis Kasprzyk 2007-05-16 + + Merge branch 'master' of git+ssh://git.opencompositing.org/git/compcomm/plugins/resizeinfo + +Dennis Kasprzyk 2007-05-16 + + fixed category name + +Danny Baumann 2007-05-15 + + Fixed fading code. + +Danny Baumann 2007-05-15 + + Fix row/column count calculation. + +Robert Carr 2007-05-14 + + Add a...few options. + +Robert Carr 2007-05-14 + + What schemea and options.[ch] in the repo? + +Robert Carr 2007-05-14 + + BCOPify. + +Robert Carr 2007-05-14 + + Fix new makefile... + +Robert Carr 2007-05-14 + + Update Makefile. + +Robert Carr 2007-05-14 + + Fix very small leak. + +Robert Carr 2007-05-14 + + Initial commit. + +racarr 2007-05-14 + + Dummy commit diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..d0efcef --- /dev/null +++ b/NEWS @@ -0,0 +1,4 @@ +Release 0.9.5.0 ( 2011-07-14 Sam Spilsbury ) +=========================================================================== +Development\ Release\ (Version:\ 0.9.5.0\ project\ name:\ resizeinfo) + -- cgit v1.1