summaryrefslogtreecommitdiff
path: root/indra/llwindow
AgeCommit message (Collapse)Author
2013-12-17Mac Fullscreen fix for MAINT-3288 and MAINT-3135Aura Linden
2013-12-03MAINT-3506 FIXED Allocate appropriate amount of memory for temp variable.Mnikolenko ProductEngine
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-11-11merge changes for 3.6.10-releaseOz Linden
2013-11-06merge with releaseRichard Linden
2013-11-05Shot in the dark patch for MAINT-3353 backported from viewer-tigerAura Linden
2013-10-29BUG-3968: do not wear an object when renaming in inventoryTonya Souther
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-10-08merge from viewer-releaseRichard Linden
2013-10-03merge changes for 3.6.7-releaseOz Linden
2013-09-26MAINT-3155 add cocoa equiv for former AppleEventManager shenanigans for ↵Graham Madarasz (Graham Linden)
SLURL handling
2013-09-19Merge with bitbucket.org/msavchenko/viewer-release-maint-3132maksymsproductengine
2013-09-17MAINT-3161 : Clean up avatar muting code and prototype featuresimon
2013-09-12MAINT-3135 WIP partial fix, addresses graphics corruption on resize, but not ↵Graham Madarasz (Graham Linden)
mouse mapping issues
2013-09-12merge changes for open-189Oz Linden
2013-09-11OPEN-189 Add missing header guardDrake Arconis
2013-09-09merge with viewer-releaseRichard Linden
2013-09-09Merge viewer-releasesimon
2013-09-09merge changes for 3.6.5-releaseOz Linden
2013-09-05changed fast timer over to using macroRichard Linden
another attempt to move mem stat into base class
2013-08-27merge changes for 3.6.4-releaseOz Linden
2013-08-26Merge downstream code from CHUIStorm releasesimon
2013-08-26merge changes for 3.6.4-releaseOz Linden
2013-08-14BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macrosRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-05correct coding standards problemsOz Linden
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-07-30MAINT-2939 FIXED [CHUI] On Windows machine location address bar in viewer ↵maksymsproductengine
goes blank if location is selected and a menu item is seleted
2013-07-25VITA test framework - record events supportJeff (Gioffredo Linden)
2013-07-23Fix for BUG-3364Geenz
2013-07-11Rework the command+click functionality a bit to ensure we're not mistakenly ↵Geenz
simulating a right click where we shouldn't.
2013-07-11A bit of cleanup and make the return of showAlert match the OSBTN return ↵Geenz
types in llwindow.h.
2013-07-11Alert box support!Geenz
2013-07-11OPEN-170: "Set Window Size" always increases window size by specified sizeGeenz
2013-07-11STORM-1942: dock icon bouncing unimplementedGeenz
2013-07-11Ensure that the correct method is called when we're simulating a right click.Geenz
2013-07-11Restore control + right click functionality.Geenz
2013-06-27Added license headers.Geenz
2013-06-27Fix for down key presses not opening up the IME character selection window, ↵Geenz
and inadvertently being handled while marked text is selected.
2013-06-21Automated merge with file:///F:%5Cviewer-bearDave Parks
2013-06-20merge with releaseRichard Linden
2013-06-20Handle VRAM in megabytes. This was previously being reported as bytes.Geenz
2013-06-19Merge with viewer-release.Geenz
2013-06-19Pull merge lindenlab/viewer-releaseMerov Linden
2013-06-17This seems to be on par with viewer-release at this point.Geenz
2013-06-17Moved detecting if we're using a roman-script language to it's own function ↵Geenz
in the application delegate. Also consider the delete and backspace characters to be special cases.
2013-06-17Have showInputWindow hand off input events to the bottom line input window.Geenz
2013-06-17Move logic involving the input window to keyDown. Pass input events to the ↵Geenz
input window from there.
2013-06-17Insert text into the input window when we attempt to insert text without a ↵Geenz
pre-editor. Also handle backspace as a special case when determining if the input window needs to be displayed.
2013-06-17This brings us to feature parity with CHUI for IME support.Geenz