summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.cpp
AgeCommit message (Collapse)Author
2023-11-21SL-20411 Don't load all thumnails at once for large folders #2Andrey Kleshchev
2023-10-25Removed dead code after merge breaking the buildBrad Linden
2023-10-25Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-10-25DRTVWR-559 Fix for mac buildDave Parks
2023-10-04SL-18837: Fix set-but-unreferenced in LLInventoryGallery::startDrag()Nat Goodspeed
2023-09-15SL-19826 Gallery multiselect support, fix right clickAndrey Kleshchev
2023-09-10SL-19826 Basic 'shift' support for gallery Part#4Andrey Kleshchev
2023-09-10SL-19826 Gallery multiselect support Part#3Andrey Kleshchev
wip
2023-08-10SL-20118 tweak the top border lineMnikolenko Productengine
2023-08-02SL-20098 handleDoubleClick crashes in new inventory panelsAndrey Kleshchev
2023-08-01SL-20107 Detaching items from COF in gallery view didn't update COFAndrey Kleshchev
2023-07-21SL-20040 Fix selection callbackAndrey Kleshchev
2023-07-21SL-20047 Indicate when gallery items are being cutAndrey Kleshchev
2023-07-21SL-20040 Fix selection and context menu issuesAndrey Kleshchev
2023-07-01SL-19914 Inventory gallery Tab support #3Andrey Kleshchev
Don't try to select something if we are waiting for an item
2023-07-01SL-19914 Inventory gallery Tab support #2Andrey Kleshchev
2023-06-28SL-19923 FIXED Unable to drag and drop items from Library in Gallery modeMaxim Nikolenko
2023-06-27SL-19815 Fix missed 'handled' flagsAndrey Kleshchev
2023-06-23SL-19914 Inventory gallery Tab supportAndrey Kleshchev
2023-06-23SL-19912 allow drag-n-drop items from Object's content to the GalleryMaxim Nikolenko
2023-06-19SL-19885 add sorting by date for Gallery viewMaxim Nikolenko
2023-06-19SL-19686 Fix gallery causing lagsAndrey Kleshchev
2023-06-17SL-19886 Fix onidle crash after closing inventory floaterAndrey Kleshchev
2023-06-16SL-19863 FIXED Items are not copied when attempting to paste into gallery modeMaxim Nikolenko
2023-06-16SL-19795 Slight gallery scroll improvementAndrey Kleshchev
use scroll's rect instead of gallery's rect
2023-06-16SL-19873 Clear gallery selection when right-clicking outside of selected itemsMaxim Nikolenko
2023-06-16SL-19882 Fix LLInventoryGalleryItem redeclaring mNameAndrey Kleshchev
To avoid confusion and potential inheritance issues
2023-06-16SL-19686 Fix filtering returning wrong valueAndrey Kleshchev
2023-06-16SL-19686 Don't reshape excessivelyAndrey Kleshchev
2023-06-15SL-19686 Remove gallery 'skipped' itemsAndrey Kleshchev
Probably whole observer is not nessesary, instead we need a general observer to track a variety of changes.
2023-06-15SL-19686 Fix memory leakAndrey Kleshchev
2023-06-15SL-19686 WIP Split gallery initiation over framesAndrey Kleshchev
2023-06-15SL-19686 WIP Switching single folder view for large inventories causes stalls #3Andrey Kleshchev
2023-06-15SL-19686 WIP Switching single folder view for large inventories causes stalls #2Andrey Kleshchev
2023-06-10SL-19847 Delete key should not allow system foldersAndrey Kleshchev
2023-06-10SL-19823 Edit not always active #5Andrey Kleshchev
2023-06-09SL-19826 Pasting folders in Single folder should highlight pasted folderAndrey Kleshchev
2023-06-09SL-19826 WIP Pasting folders in Single folder view does not give feedback of ↵Andrey Kleshchev
where the folder is pasted Should resort freshly inserted or dropped folders, does not cover pasting yet
2023-06-09SL-19845 Show delete confirmation for 'delete' keyAndrey Kleshchev
2023-06-08SL-19832 Inventory gallery should support CTRL+X, C and VAndrey Kleshchev
2023-06-07SL-19815 Small handling rearrangementAndrey Kleshchev
2023-06-07SL-19815 Properly implement up and down keysAndrey Kleshchev
2023-06-03SL-19815 Return key should open items in gallery viewAndrey Kleshchev
2023-06-03SL-19815 Gallery support for left, right, up and downAndrey Kleshchev
2023-06-03SL-19795 Fixed gallery autoscrollingAndrey Kleshchev
2023-06-02SL-19815 Suppors Page Up, Page Down, Home, End and DeleteAndrey Kleshchev
2023-06-02SL-19795 Remove extra panels, reuse combination ones insteadAndrey Kleshchev
2023-05-31SL-19795 Creating folders in combination mode does not scroll to new folder #2Andrey Kleshchev
2023-05-26SL-19774 add context menu for root folder (without any selection); show ↵Maxim Nikolenko
paste menu when right clicking any item
2023-05-18SL-19686 don't build gallery items without thumbnails in combination viewMaxim Nikolenko