summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinput.cpp
AgeCommit message (Collapse)Author
2024-07-28Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵Erik Kundiman
2024.06-atlasaurus
2024-07-23Legacy search floatermobserveur
This commit adds the legacy search floater to megapahit
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 ↵Ansariel
"possible loss of precision" warnings
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
# Conflicts: # autobuild.xml # indra/cmake/CMakeLists.txt # indra/cmake/GoogleMock.cmake # indra/llaudio/llaudioengine_fmodstudio.cpp # indra/llaudio/llaudioengine_fmodstudio.h # indra/llaudio/lllistener_fmodstudio.cpp # indra/llaudio/lllistener_fmodstudio.h # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/llaudio/llstreamingaudio_fmodstudio.h # indra/llcharacter/llmultigesture.cpp # indra/llcharacter/llmultigesture.h # indra/llimage/llimage.cpp # indra/llimage/llimagepng.cpp # indra/llimage/llimageworker.cpp # indra/llimage/tests/llimageworker_test.cpp # indra/llmessage/tests/llmockhttpclient.h # indra/llprimitive/llgltfmaterial.h # indra/llrender/llfontfreetype.cpp # indra/llui/llcombobox.cpp # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.h # indra/llui/lllineeditor.cpp # indra/llui/lllineeditor.h # indra/llui/lltextbase.cpp # indra/llui/lltextbase.h # indra/llui/lltexteditor.cpp # indra/llui/lltextvalidate.cpp # indra/llui/lltextvalidate.h # indra/llui/lluictrl.h # indra/llui/llview.cpp # indra/llwindow/llwindowmacosx.cpp # indra/newview/app_settings/settings.xml # indra/newview/llappearancemgr.cpp # indra/newview/llappearancemgr.h # indra/newview/llavatarpropertiesprocessor.cpp # indra/newview/llavatarpropertiesprocessor.h # indra/newview/llbreadcrumbview.cpp # indra/newview/llbreadcrumbview.h # indra/newview/llbreastmotion.cpp # indra/newview/llbreastmotion.h # indra/newview/llconversationmodel.h # indra/newview/lldensityctrl.cpp # indra/newview/lldensityctrl.h # indra/newview/llface.inl # indra/newview/llfloatereditsky.cpp # indra/newview/llfloatereditwater.cpp # indra/newview/llfloateremojipicker.h # indra/newview/llfloaterimsessiontab.cpp # indra/newview/llfloaterprofiletexture.cpp # indra/newview/llfloaterprofiletexture.h # indra/newview/llgesturemgr.cpp # indra/newview/llgesturemgr.h # indra/newview/llimpanel.cpp # indra/newview/llimpanel.h # indra/newview/llinventorybridge.cpp # indra/newview/llinventorybridge.h # indra/newview/llinventoryclipboard.cpp # indra/newview/llinventoryclipboard.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorygallery.cpp # indra/newview/lllistbrowser.cpp # indra/newview/lllistbrowser.h # indra/newview/llpanelobjectinventory.cpp # indra/newview/llpanelprofile.cpp # indra/newview/llpanelprofile.h # indra/newview/llpreviewgesture.cpp # indra/newview/llsavedsettingsglue.cpp # indra/newview/llsavedsettingsglue.h # indra/newview/lltooldraganddrop.cpp # indra/newview/llurllineeditorctrl.cpp # indra/newview/llvectorperfoptions.cpp # indra/newview/llvectorperfoptions.h # indra/newview/llviewerparceloverlay.cpp # indra/newview/llviewertexlayer.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/macmain.h # indra/test/test.cpp
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2024-02-21Convert remaining BOOL to boolAnsariel
2023-08-23Merge branch 'main' into DRTVWR-587-maint-VAndrey Lihatskiy
# Conflicts: # autobuild.xml
2023-08-04SL-20121 Fixed the crash in LLViewerInput::getKeyBindingAsString()Andrey Lihatskiy
2023-07-17SL-19306 A method of displaying user-customized keybindings in user-visible textAndrey Kleshchev
2023-07-12SL-19702 don't skip double clicks when clicking scripted objectsMnikolenko Productengine
2023-07-07SL-19702 restore previous double clicking behavior for objectsMaxim Nikolenko
2023-07-06SL-19702 restore previous double clicking behavior for objects (#266)Maxim Nikolenko
2022-10-18SL-17916 FIXED Unnecessary double click actionsMnikolenko Productengine
2022-03-04SL-16976 SL-443 Keybindings: Backward compatibility #3Andrey Kleshchev
2021-11-19DRTVWR-540 Merge follow up fixAndrey Lihatskiy
2021-11-19DRTVWR-540 Post-merge build fixAndrey Lihatskiy
2021-11-19Merge branch 'master' into DRTVWR-540-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llfloatereditextdaycycle.cpp # indra/newview/llviewerinput.cpp
2021-09-17SL-15594 Ignore voice keys when keybinding is waiting for a keyAndrey Kleshchev
2021-08-11SL-15791 Assigned walk_to or teleport_to sometimes prevents controls from ↵Andrey Kleshchev
triggering
2021-08-11SL-15791 Double click was not causing CONTROL_LBUTTON_DOWNAndrey Kleshchev
2021-08-11SL-15791 CONTROL_ML_LBUTTON and CONTROL_LBUTTON were triggered simultaneouslyAndrey Kleshchev
2021-07-30SL-15727 Mouse 'up' event was ignoredAndrey Kleshchev
2021-07-21SL-15611 Do not ignore mask modifiers for mouse-teleportingAndrey Kleshchev
2021-07-16SL-15594 Reimplement previous voice keybind behaviorAndrey Kleshchev
Also fixed dupplicate checks
2021-07-15SL-443 Keybindings: Backward compatibility #2Andrey Kleshchev
2021-07-15SL-443 Keybindings: Backward compatibilityAndrey Kleshchev
2021-07-15SL-443 Keybindings: Support reassigment of script interaction buttonAndrey Kleshchev
2021-07-15SL-443 Keybindings: Do not error on unknown functionAndrey Kleshchev
It is likely be from newer viewer / Preparations for SL-443 deloyment.
2021-07-15SL-443 keybindings: Do not error on unknown functionAndrey Kleshchev
It is likely be from newer viewer / Preparations for SL-443 deloyment.
2020-12-03SL-14455 FIXED Drag ground to turn is still active when Single click on land ↵Mnikolenko Productengine
is set to No action
2020-12-03SL-14456 FIXED Stop Moving action does not work in the custom key mappings ↵Mnikolenko Productengine
viewer
2020-06-23Mac buildfixAndrey Lihatskiy
2020-06-23BuildfixAndreyL ProductEngine
2020-06-23SL-6109 Mouse localization supportandreykproductengine
2020-06-23Fix double-tab run right not working properlyAnsariel Hiller
2020-06-23SL-6109andreykproductengine
- Edit mode appears to be obsolete and is not used, cleaned up - Improved ability to set defaults - Improved some labels - Made buttons bigger to accomodate languages with longer descriptions - Added ability to assign key for all modes simultaneously
2020-06-23SL-6109 Better runningandreykproductengine
2020-06-23SL-6109andreykproductengine
- Fixed line endings in xml file - Removed obsolete UI element and it's code - Fixed issue with return value caused by rebase
2020-06-23SL-6109 Added default key for voiceandreykproductengine
2020-06-23SL-6109 Remade 'ignore' list processing, renamed and reformed keybindingsandreykproductengine
2020-06-23SL-6109 Cleanup, run commands, and preparation for tooltip supportandreykproductengine
2020-06-23SL-6109 Small reorganisationandreykproductengine