phoenix-firestorm/indra/llwindow
Eugene Mutavchi 48fd4c8d14 Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux.
--HG--
branch : product-engine
2010-03-05 21:36:41 +02:00
..
GL svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge 2008-06-02 21:14:31 +00:00
CMakeLists.txt Try to fix coverity build; the media drag-and-drop code introduced an ole32 dep into llwindow. 2010-02-08 16:43:24 +00:00
lldragdropwin32.cpp CID 424 2010-02-10 16:52:26 +00:00
lldragdropwin32.h dos2unix these files 2010-02-01 16:29:52 -08:00
lldxhardware.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
lldxhardware.h Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 2009-01-08 00:05:06 +00:00
llkeyboard.cpp Merge a big bunch of fixes from maint-viewer. Hooray. 2009-10-14 10:40:56 +00:00
llkeyboard.h Merge a big bunch of fixes from maint-viewer. Hooray. 2009-10-14 10:40:56 +00:00
llkeyboardmacosx.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
llkeyboardmacosx.h Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 2009-01-08 00:05:06 +00:00
llkeyboardsdl.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
llkeyboardsdl.h Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 2009-01-08 00:05:06 +00:00
llkeyboardwin32.cpp DEV-44527 EXT-3650 : change the mapping of '/' on windows 2010-01-07 15:29:49 -08:00
llkeyboardwin32.h Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 2009-01-08 00:05:06 +00:00
llmousehandler.cpp svn merge -r117314:117337 2009-04-16 23:45:35 +00:00
llmousehandler.h Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming. 2009-10-03 23:40:28 +00:00
llpreeditor.h Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming. 2009-10-03 23:40:28 +00:00
llwindow.cpp Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindow.h Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindowcallbacks.cpp Added the LLWindowCallbacks::DragNDropAction enum, and made the mac implementation and the cross-platform window callbacks use it (instead of 'bool drop'). 2009-12-03 17:40:58 -08:00
llwindowcallbacks.h Added the LLWindowCallbacks::DragNDropAction enum, and made the mac implementation and the cross-platform window callbacks use it (instead of 'bool drop'). 2009-12-03 17:40:58 -08:00
llwindowheadless.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
llwindowheadless.h Expose window minimize and restore in LLWindow interface. 2009-12-04 17:33:36 -08:00
llwindowmacosx-objc.h Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindowmacosx-objc.mm Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindowmacosx.cpp Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindowmacosx.h Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindowmesaheadless.cpp QAR-1619: For some reason the LLWindowMesaHeadless constructor omitted the 2009-06-23 21:31:09 +00:00
llwindowmesaheadless.h Expose window minimize and restore in LLWindow interface. 2009-12-04 17:33:36 -08:00
llwindowsdl.cpp Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindowsdl.h Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindowwin32.cpp Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00
llwindowwin32.h Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. 2010-03-05 21:36:41 +02:00