Update of /cvsroot/qooxdoo/qooxdoo/source/script/managers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/source/script/managers
Modified Files:
Tag: renderer
QxAppearanceManager.js QxColorManager.js
QxDomSelectionManager.js QxDragAndDropManager.js
QxEventManager.js QxFocusManager.js QxImageManager.js
QxImagePreloaderManager.js QxManager.js QxMenuManager.js
QxPopupManager.js QxRadioManager.js QxRangeManager.js
QxSelectionManager.js QxToolTipManager.js
QxTreeSelectionManager.js QxVirtualSelectionManager.js
QxWindowManager.js
Log Message:
Modified comment blocks to end at col 76
Index: QxEventManager.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxEventManager.js,v
retrieving revision 1.14.2.61
retrieving revision 1.14.2.62
diff -C2 -d -r1.14.2.61 -r1.14.2.62
*** QxEventManager.js 13 Jan 2006 10:50:26 -0000 1.14.2.61
--- QxEventManager.js 16 Jan 2006 16:11:56 -0000 1.14.2.62
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,28 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(eventcore)
--- 22,28 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(eventcore)
***************
*** 34,38 ****
#post(QxKeyEvent)
! **************************************************************************** */
/*!
--- 34,38 ----
#post(QxKeyEvent)
! ************************************************************************ */
/*!
***************
*** 97,103 ****
/*
! ------------------------------------------------------------------------------------
STATE FLAGS
! ------------------------------------------------------------------------------------
*/
--- 97,103 ----
/*
! ---------------------------------------------------------------------------
STATE FLAGS
! ---------------------------------------------------------------------------
*/
***************
*** 114,120 ****
/*
! ------------------------------------------------------------------------------------
MODIFIERS
! ------------------------------------------------------------------------------------
*/
--- 114,120 ----
/*
! ---------------------------------------------------------------------------
MODIFIERS
! ---------------------------------------------------------------------------
*/
***************
*** 156,162 ****
/*
! ------------------------------------------------------------------------------------
COMMAND INTERFACE
! ------------------------------------------------------------------------------------
*/
--- 156,162 ----
/*
! ---------------------------------------------------------------------------
COMMAND INTERFACE
! ---------------------------------------------------------------------------
*/
***************
*** 196,202 ****
/*
! ------------------------------------------------------------------------------------
EVENT-MAPPING
! ------------------------------------------------------------------------------------
*/
--- 196,202 ----
/*
! ---------------------------------------------------------------------------
EVENT-MAPPING
! ---------------------------------------------------------------------------
*/
***************
*** 273,279 ****
/*
! ------------------------------------------------------------------------------------
EVENT-MAPPING HELPER
! ------------------------------------------------------------------------------------
*/
--- 273,279 ----
/*
! ---------------------------------------------------------------------------
EVENT-MAPPING HELPER
! ---------------------------------------------------------------------------
*/
***************
*** 328,334 ****
/*
! ------------------------------------------------------------------------------------
HELPER METHODS
! ------------------------------------------------------------------------------------
*/
--- 328,334 ----
/*
! ---------------------------------------------------------------------------
HELPER METHODS
! ---------------------------------------------------------------------------
*/
***************
*** 445,451 ****
/*
! ------------------------------------------------------------------------------------
KEY EVENTS
! ------------------------------------------------------------------------------------
*/
--- 445,451 ----
/*
! ---------------------------------------------------------------------------
KEY EVENTS
! ---------------------------------------------------------------------------
*/
***************
*** 554,560 ****
/*
! ------------------------------------------------------------------------------------
MOUSE EVENTS
! ------------------------------------------------------------------------------------
*/
--- 554,560 ----
/*
! ---------------------------------------------------------------------------
MOUSE EVENTS
! ---------------------------------------------------------------------------
*/
***************
*** 904,912 ****
/*
! ------------------------------------------------------------------------------------
DRAG EVENTS
Currently only to stop non needed events
! ------------------------------------------------------------------------------------
*/
--- 904,912 ----
/*
! ---------------------------------------------------------------------------
DRAG EVENTS
Currently only to stop non needed events
! ---------------------------------------------------------------------------
*/
***************
*** 927,933 ****
/*
! ------------------------------------------------------------------------------------
SELECT EVENTS
! ------------------------------------------------------------------------------------
*/
--- 927,933 ----
/*
! ---------------------------------------------------------------------------
SELECT EVENTS
! ---------------------------------------------------------------------------
*/
***************
*** 951,957 ****
/*
! ------------------------------------------------------------------------------------
WINDOW EVENTS
! ------------------------------------------------------------------------------------
*/
--- 951,957 ----
/*
! ---------------------------------------------------------------------------
WINDOW EVENTS
! ---------------------------------------------------------------------------
*/
***************
*** 1028,1034 ****
/*
! ------------------------------------------------------------------------------------
ACTIVATE EVENTS
! ------------------------------------------------------------------------------------
*/
--- 1028,1034 ----
/*
! ---------------------------------------------------------------------------
ACTIVATE EVENTS
! ---------------------------------------------------------------------------
*/
***************
*** 1069,1075 ****
/*
! ------------------------------------------------------------------------------------
DISPOSE
! ------------------------------------------------------------------------------------
*/
--- 1069,1075 ----
/*
! ---------------------------------------------------------------------------
DISPOSE
! ---------------------------------------------------------------------------
*/
Index: QxWindowManager.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxWindowManager.js,v
retrieving revision 1.3.2.17
retrieving revision 1.3.2.18
diff -C2 -d -r1.3.2.17 -r1.3.2.18
*** QxWindowManager.js 13 Jan 2006 10:50:26 -0000 1.3.2.17
--- QxWindowManager.js 16 Jan 2006 16:11:56 -0000 1.3.2.18
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,33 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(window)
#post(QxPopupManager)
! **************************************************************************** */
/*!
--- 22,33 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(window)
#post(QxPopupManager)
! ************************************************************************ */
/*!
***************
*** 48,54 ****
/*
! ------------------------------------------------------------------------------------
MODIFIER
! ------------------------------------------------------------------------------------
*/
--- 48,54 ----
/*
! ---------------------------------------------------------------------------
MODIFIER
! ---------------------------------------------------------------------------
*/
***************
*** 86,92 ****
/*
! ------------------------------------------------------------------------------------
UTILITIES
! ------------------------------------------------------------------------------------
*/
--- 86,92 ----
/*
! ---------------------------------------------------------------------------
UTILITIES
! ---------------------------------------------------------------------------
*/
***************
*** 144,150 ****
/*
! ------------------------------------------------------------------------------------
MANAGER INTERFACE
! ------------------------------------------------------------------------------------
*/
--- 144,150 ----
/*
! ---------------------------------------------------------------------------
MANAGER INTERFACE
! ---------------------------------------------------------------------------
*/
***************
*** 197,203 ****
/*
! ------------------------------------------------------------------------------------
SINGLETON INSTANCE
! ------------------------------------------------------------------------------------
*/
--- 197,203 ----
/*
! ---------------------------------------------------------------------------
SINGLETON INSTANCE
! ---------------------------------------------------------------------------
*/
Index: QxFocusManager.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxFocusManager.js,v
retrieving revision 1.3.2.34
retrieving revision 1.3.2.35
diff -C2 -d -r1.3.2.34 -r1.3.2.35
*** QxFocusManager.js 13 Jan 2006 10:50:26 -0000 1.3.2.34
--- QxFocusManager.js 16 Jan 2006 16:11:56 -0000 1.3.2.35
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,28 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(eventcore)
--- 22,28 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(eventcore)
***************
*** 31,35 ****
#post(QxToolTipManager)
! **************************************************************************** */
/*!
--- 31,35 ----
#post(QxToolTipManager)
! ************************************************************************ */
/*!
***************
*** 54,60 ****
/*
! ------------------------------------------------------------------------------------
UTILITIES
! ------------------------------------------------------------------------------------
*/
--- 54,60 ----
/*
! ---------------------------------------------------------------------------
UTILITIES
! ---------------------------------------------------------------------------
*/
***************
*** 69,75 ****
/*
! ------------------------------------------------------------------------------------
TAB-EVENT HANDLING
! ------------------------------------------------------------------------------------
*/
--- 69,75 ----
/*
! ---------------------------------------------------------------------------
TAB-EVENT HANDLING
! ---------------------------------------------------------------------------
*/
***************
*** 157,163 ****
/*
! ------------------------------------------------------------------------------------
UTILITIES FOR TAB HANDLING
! ------------------------------------------------------------------------------------
*/
--- 157,163 ----
/*
! ---------------------------------------------------------------------------
UTILITIES FOR TAB HANDLING
! ---------------------------------------------------------------------------
*/
***************
*** 330,336 ****
/*
! ------------------------------------------------------------------------------------
DISPOSER
! ------------------------------------------------------------------------------------
*/
--- 330,336 ----
/*
! ---------------------------------------------------------------------------
DISPOSER
! ---------------------------------------------------------------------------
*/
Index: QxVirtualSelectionManager.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/Attic/QxVirtualSelectionManager.js,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** QxVirtualSelectionManager.js 19 Dec 2005 12:34:58 -0000 1.1.2.2
--- QxVirtualSelectionManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.3
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(selection)
! **************************************************************************** */
/*!
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(selection)
! ************************************************************************ */
/*!
***************
*** 44,50 ****
/*
! ------------------------------------------------------------------------------------
MAPPING TO BOUNDED WIDGET
! ------------------------------------------------------------------------------------
*/
--- 44,50 ----
/*
! ---------------------------------------------------------------------------
MAPPING TO BOUNDED WIDGET
! ---------------------------------------------------------------------------
*/
***************
*** 77,83 ****
/*
! ------------------------------------------------------------------------------------
MAPPING TO ITEM PROPERTIES
! ------------------------------------------------------------------------------------
*/
--- 77,83 ----
/*
! ---------------------------------------------------------------------------
MAPPING TO ITEM PROPERTIES
! ---------------------------------------------------------------------------
*/
***************
*** 96,102 ****
/*
! ------------------------------------------------------------------------------------
MAPPING TO ITEM DIMENSIONS
! ------------------------------------------------------------------------------------
*/
--- 96,102 ----
/*
! ---------------------------------------------------------------------------
MAPPING TO ITEM DIMENSIONS
! ---------------------------------------------------------------------------
*/
***************
*** 134,140 ****
/*
! ------------------------------------------------------------------------------------
ITEM STATE MANAGMENT
! ------------------------------------------------------------------------------------
*/
--- 134,140 ----
/*
! ---------------------------------------------------------------------------
ITEM STATE MANAGMENT
! ---------------------------------------------------------------------------
*/
Index: QxDomSelectionManager.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxDomSelectionManager.js,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -C2 -d -r1.4.2.6 -r1.4.2.7
*** QxDomSelectionManager.js 19 Dec 2005 14:29:19 -0000 1.4.2.6
--- QxDomSelectionManager.js 16 Jan 2006 16:11:56 -0000 1.4.2.7
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(selection)
! **************************************************************************** */
function QxDomSelectionManager(vBoundedWidget)
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(selection)
! ************************************************************************ */
function QxDomSelectionManager(vBoundedWidget)
***************
*** 46,52 ****
/*
! ------------------------------------------------------------------------------------
MAPPING TO BOUNDED WIDGET (DOM NODES)
! ------------------------------------------------------------------------------------
*/
--- 46,52 ----
/*
! ---------------------------------------------------------------------------
MAPPING TO BOUNDED WIDGET (DOM NODES)
! ---------------------------------------------------------------------------
*/
***************
*** 82,88 ****
/*
! ------------------------------------------------------------------------------------
MAPPING TO ITEM DIMENSIONS
! ------------------------------------------------------------------------------------
*/
--- 82,88 ----
/*
! ---------------------------------------------------------------------------
MAPPING TO ITEM DIMENSIONS
! ---------------------------------------------------------------------------
*/
***************
*** 109,115 ****
/*
! ------------------------------------------------------------------------------------
MAPPING TO ITEM PROPERTIES
! ------------------------------------------------------------------------------------
*/
--- 109,115 ----
/*
! ---------------------------------------------------------------------------
MAPPING TO ITEM PROPERTIES
! ---------------------------------------------------------------------------
*/
***************
*** 216,222 ****
/*
! ------------------------------------------------------------------------------------
ITEM CSS STATE MANAGMENT
! ------------------------------------------------------------------------------------
*/
--- 216,222 ----
/*
! ---------------------------------------------------------------------------
ITEM CSS STATE MANAGMENT
! ---------------------------------------------------------------------------
*/
Index: QxDragAndDropManager.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxDragAndDropManager.js,v
retrieving revision 1.9.2.33
retrieving revision 1.9.2.34
diff -C2 -d -r1.9.2.33 -r1.9.2.34
*** QxDragAndDropManager.js 13 Jan 2006 10:50:26 -0000 1.9.2.33
--- QxDragAndDropManager.js 16 Jan 2006 16:11:56 -0000 1.9.2.34
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,28 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(dragndrop)
--- 22,28 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(dragndrop)
***************
*** 30,34 ****
#post(QxDragEvent)
! **************************************************************************** */
/*!
--- 30,34 ----
#post(QxDragEvent)
! ************************************************************************ */
/*!
***************
*** 76,82 ****
/*
! ------------------------------------------------------------------------------------
COMMON MODIFIER
! ------------------------------------------------------------------------------------
*/
--- 76,82 ----
/*
! ---------------------------------------------------------------------------
COMMON MODIFIER
! ---------------------------------------------------------------------------
*/
***************
*** 100,106 ****
/*
! ------------------------------------------------------------------------------------
DATA HANDLING
! ------------------------------------------------------------------------------------
*/
--- 100,106 ----
/*
! ---------------------------------------------------------------------------
DATA HANDLING
! ---------------------------------------------------------------------------
*/
***************
*** 132,138 ****
/*
! ------------------------------------------------------------------------------------
MIME TYPE HANDLING
! ------------------------------------------------------------------------------------
*/
--- 132,138 ----
/*
! ---------------------------------------------------------------------------
MIME TYPE HANDLING
! ---------------------------------------------------------------------------
*/
***************
*** 166,172 ****
/*
! ------------------------------------------------------------------------------------
START DRAG
! ------------------------------------------------------------------------------------
*/
--- 166,172 ----
/*
! ---------------------------------------------------------------------------
START DRAG
! ---------------------------------------------------------------------------
*/
***************
*** 194,200 ****
/*
! ------------------------------------------------------------------------------------
FIRE IMPLEMENTATION FOR USER EVENTS
! ------------------------------------------------------------------------------------
*/
--- 194,200 ----
/*
! ---------------------------------------------------------------------------
FIRE IMPLEMENTATION FOR USER EVENTS
! ---------------------------------------------------------------------------
*/
***************
*** 225,231 ****
/*
! ------------------------------------------------------------------------------------
HANDLER FOR MOUSE EVENTS
! ------------------------------------------------------------------------------------
*/
--- 225,231 ----
/*
! ---------------------------------------------------------------------------
HANDLER FOR MOUSE EVENTS
! ---------------------------------------------------------------------------
*/
***************
*** 375,381 ****
/*
! ------------------------------------------------------------------------------------
HANDLER FOR KEY EVENTS
! ------------------------------------------------------------------------------------
*/
--- 375,381 ----
/*
! ---------------------------------------------------------------------------
HANDLER FOR KEY EVENTS
! ---------------------------------------------------------------------------
*/
***************
*** 452,458 ****
/*
! ------------------------------------------------------------------------------------
IMPLEMENTATION OF DRAG&DROP SESSION FINALISATION
! ------------------------------------------------------------------------------------
*/
--- 452,458 ----
/*
! ---------------------------------------------------------------------------
IMPLEMENTATION OF DRAG&DROP SESSION FINALISATION
! ---------------------------------------------------------------------------
*/
***************
*** 528,534 ****
/*
! ------------------------------------------------------------------------------------
IMPLEMENTATION OF CURSOR UPDATES
! ------------------------------------------------------------------------------------
*/
--- 528,534 ----
/*
! ---------------------------------------------------------------------------
IMPLEMENTATION OF CURSOR UPDATES
! ---------------------------------------------------------------------------
*/
***************
*** 592,598 ****
/*
! ------------------------------------------------------------------------------------
IMPLEMENTATION OF DROP TARGET VALIDATION
! ------------------------------------------------------------------------------------
*/
--- 592,598 ----
/*
! ---------------------------------------------------------------------------
IMPLEMENTATION OF DROP TARGET VALIDATION
! ---------------------------------------------------------------------------
*/
***************
*** 688,694 ****
/*
! ------------------------------------------------------------------------------------
ACTION HANDLING
! ------------------------------------------------------------------------------------
*/
--- 688,694 ----
/*
! ---------------------------------------------------------------------------
ACTION HANDLING
! ---------------------------------------------------------------------------
*/
***************
*** 772,778 ****
/*
! ------------------------------------------------------------------------------------
DISPOSER
! ------------------------------------------------------------------------------------
*/
--- 772,778 ----
/*
! ---------------------------------------------------------------------------
DISPOSER
! ---------------------------------------------------------------------------
*/
***************
*** 836,842 ****
/*
! ------------------------------------------------------------------------------------
SINGLETON INSTANCE
! ------------------------------------------------------------------------------------
*/
--- 836,842 ----
/*
! ---------------------------------------------------------------------------
SINGLETON INSTANCE
! ---------------------------------------------------------------------------
*/
Index: QxMenuManager.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxMenuManager.js,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** QxMenuManager.js 19 Dec 2005 16:07:39 -0000 1.1.2.8
--- QxMenuManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.9
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(menu)
! **************************************************************************** */
/*!
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(menu)
! ************************************************************************ */
/*!
***************
*** 44,50 ****
/*
! ------------------------------------------...
[truncated message content] |