phoenix-firestorm/indra/llui
Andrey Lihatskiy 3f48ab1c05 SL-13642 Get rid of that ugly ignore -Wdelete-incomplete
Get rid of that ugly '#pragma clang diagnostic ignored "-Wdelete-incomplete"' by making sure the delete always happens inside llview.cpp, where the type of LLView is known.
2020-07-23 00:46:20 +03:00
..
tests MAC build fix 2019-10-23 20:27:05 +03:00
CMakeLists.txt DRTVWR-476: Merge branch 'master' of lindenlab/viewer into DRTVWR-476-boost-1.72 2020-05-06 16:06:26 -04:00
llaccordionctrl.cpp [DRTVWR-476] - fix compiler errors 32 bit windows build 2020-03-25 18:44:04 -04:00
llaccordionctrl.h
llaccordionctrltab.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llaccordionctrltab.h
llbadge.cpp
llbadge.h
llbadgeholder.cpp
llbadgeholder.h
llbadgeowner.cpp
llbadgeowner.h
llbutton.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llbutton.h SL-10293 Firestorm PR: preferences and menu search 2019-01-03 22:59:49 +02:00
llcallbackmap.h
llchat.h
llchatentry.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llchatentry.h
llcheckboxctrl.cpp SL-12595 The checkbox overlaps buttons in the 'Delete selected item?' notification 2020-01-20 17:08:13 +02:00
llcheckboxctrl.h SL-12595 The checkbox overlaps buttons in the 'Delete selected item?' notification 2020-01-20 17:08:13 +02:00
llclipboard.cpp
llclipboard.h
llcombobox.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llcombobox.h MAINT-8488 FIXED Favourite location list on login screen is not updated after pressing "Esc" key while in username field 2018-04-05 18:22:15 +03:00
llcommandmanager.cpp
llcommandmanager.h
llconsole.cpp DRTVWR-494: Defend LLInstanceTracker against multi-thread usage. 2020-03-25 15:28:17 -04:00
llconsole.h DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llcontainerview.cpp
llcontainerview.h
llctrlselectioninterface.cpp
llctrlselectioninterface.h
lldockablefloater.cpp
lldockablefloater.h
lldockcontrol.cpp
lldockcontrol.h
lldraghandle.cpp
lldraghandle.h
lleditmenuhandler.cpp
lleditmenuhandler.h
llf32uictrl.cpp
llf32uictrl.h
llfiltereditor.cpp
llfiltereditor.h
llflashtimer.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llflashtimer.h
llflatlistview.cpp
llflatlistview.h
llfloater.cpp Merge branch 'master' into DRTVWR-460 2020-04-26 21:57:40 +03:00
llfloater.h SL-6109 Removed LLDrawFrustum and used changes from EEP to prevent merge conflicts 2019-11-11 20:38:52 +02:00
llfloaterreg.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llfloaterreg.h
llfloaterreglistener.cpp
llfloaterreglistener.h
llflyoutbutton.cpp
llflyoutbutton.h
llfocusmgr.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llfocusmgr.h
llfolderview.cpp Merge in from viewer-release 6.3.5 2019-11-13 16:46:27 -07:00
llfolderview.h SL-10509 EEP Settings Picker gets closed by drag&drop 2019-02-08 19:06:20 +02:00
llfolderviewitem.cpp Merge in from viewer-release 6.3.5 2019-11-13 16:46:27 -07:00
llfolderviewitem.h
llfolderviewmodel.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llfolderviewmodel.h
llfunctorregistry.h
llhelp.h
lliconctrl.cpp
lliconctrl.h
llkeywords.cpp
llkeywords.h
lllayoutstack.cpp DRTVWR-494: Defend LLInstanceTracker against multi-thread usage. 2020-03-25 15:28:17 -04:00
lllayoutstack.h
lllazyvalue.h
lllineeditor.cpp Merge in from viewer-release 6.3.5 2019-11-13 16:46:27 -07:00
lllineeditor.h Merge 6.2.1 2019-04-17 11:24:08 -07:00
llloadingindicator.cpp
llloadingindicator.h
lllocalcliprect.cpp
lllocalcliprect.h
llmenubutton.cpp
llmenubutton.h
llmenugl.cpp Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llmenugl.h Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llmodaldialog.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llmodaldialog.h
llmultifloater.cpp
llmultifloater.h
llmultislider.cpp SL-12591 Fixed slider value comparison 2020-02-25 20:13:05 +02:00
llmultislider.h SL-12591 Fixed slider value comparison 2020-02-25 20:13:05 +02:00
llmultisliderctrl.cpp SL-1894 When crossing regions altitude slider could misbehave 2018-12-07 17:10:05 +02:00
llmultisliderctrl.h SL-12591 Fixed slider value comparison 2020-02-25 20:13:05 +02:00
llnotificationptr.h
llnotifications.cpp Upstream merge from viewer-neko 2019-11-27 23:20:03 +02:00
llnotifications.h DRTVWR-476: Remove special case for listen(boost::bind(weak_ptr)). 2020-03-25 18:52:11 -04:00
llnotificationslistener.cpp DRTVWR-494: Defend LLInstanceTracker against multi-thread usage. 2020-03-25 15:28:17 -04:00
llnotificationslistener.h
llnotificationsutil.cpp
llnotificationsutil.h
llnotificationtemplate.h
llnotificationvisibilityrule.h
llpanel.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llpanel.h
llprogressbar.cpp
llprogressbar.h
llradiogroup.cpp
llradiogroup.h
llresizebar.cpp
llresizebar.h
llresizehandle.cpp
llresizehandle.h
llresmgr.cpp
llresmgr.h
llrngwriter.cpp SL-13642 Get rid of that ugly ignore -Wdelete-incomplete 2020-07-23 00:46:20 +03:00
llrngwriter.h
llscrollbar.cpp Upstream merge from viewer-neko 2019-11-27 23:20:03 +02:00
llscrollbar.h SL-11910 [Win] Horizontal scroll 2019-09-10 19:49:15 +03:00
llscrollcontainer.cpp SL-11910 [Win] Horizontal scroll 2019-09-10 19:49:15 +03:00
llscrollcontainer.h SL-11910 [Win] Horizontal scroll 2019-09-10 19:49:15 +03:00
llscrollingpanellist.cpp
llscrollingpanellist.h
llscrolllistcell.cpp Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llscrolllistcell.h Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llscrolllistcolumn.cpp
llscrolllistcolumn.h
llscrolllistctrl.cpp Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llscrolllistctrl.h Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llscrolllistitem.cpp Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llscrolllistitem.h Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llsearchablecontrol.h SL-10293 Firestorm PR: preferences and menu search 2019-01-03 22:59:49 +02:00
llsearcheditor.cpp
llsearcheditor.h
llslider.cpp SL-1961 EEP correct disabling of altitude multislider and cleanup 2018-10-05 19:31:35 +03:00
llslider.h SL-1961 EEP correct disabling of altitude multislider and cleanup 2018-10-05 19:31:35 +03:00
llsliderctrl.cpp SL-10430 FIXED Slider control rendering broken 2019-01-29 16:49:16 +02:00
llsliderctrl.h Merge viewer-release 2019-05-08 09:30:39 -07:00
llspellcheck.cpp DRTVWR-493 LLSpellcheck doesn't need separate init 2019-06-27 22:14:52 +03:00
llspellcheck.h DRTVWR-493 LLSpellcheck doesn't need separate init 2019-06-27 22:14:52 +03:00
llspellcheckmenuhandler.h
llspinctrl.cpp SL-10890 Ban duration edit field shows value with a left shift if a large value was set 2019-04-05 22:42:04 +03:00
llspinctrl.h
llstatbar.cpp
llstatbar.h
llstatgraph.cpp
llstatgraph.h
llstatview.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llstatview.h
llstyle.cpp
llstyle.h
lltabcontainer.cpp SL-10325 FIXED Preferences tabs are displayed incorrectly if hovering it while searching any keyword 2019-01-09 17:21:13 +02:00
lltabcontainer.h SL-10293 Firestorm PR: preferences and menu search 2019-01-03 22:59:49 +02:00
lltextbase.cpp Merge branch 'master' of https://bitbucket.org/lindenlab/viewer-private into DRTVWR-481 2020-01-28 21:47:35 +00:00
lltextbase.h Merge branch 'master' of https://bitbucket.org/lindenlab/viewer-private into DRTVWR-481 2020-01-28 21:47:35 +00:00
lltextbox.cpp Merged in lindenlab/viewer-release 2019-09-10 20:30:25 +03:00
lltextbox.h SL-1397 FIXED Check mark doesn't switch when clicking on the label "Mute when minimized" in Preferences 2018-09-12 17:42:23 +03:00
lltexteditor.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
lltexteditor.h
lltextparser.cpp
lltextparser.h
lltextutil.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
lltextutil.h
lltextvalidate.cpp
lltextvalidate.h
lltimectrl.cpp
lltimectrl.h
lltoggleablemenu.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
lltoggleablemenu.h
lltoolbar.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
lltoolbar.h
lltooltip.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
lltooltip.h
lltrans.cpp MAINT-8180 Add the way to get default string despite of current localiztion 2018-01-30 17:45:04 +02:00
lltrans.h build fix 2018-01-31 12:13:07 +02:00
lltransutil.cpp SL-10423 Dump path data when missing critical file 2019-06-03 21:37:43 +03:00
lltransutil.h
llui.cpp Merged in lindenlab/viewer-release 2019-08-14 15:02:56 +03:00
llui.h Merge in from viewer-release 6.3.5 2019-11-13 16:46:27 -07:00
lluicolor.cpp
lluicolor.h
lluicolortable.cpp
lluicolortable.h
lluiconstants.h
lluictrl.cpp SL-1171 [Dev tools] UI controls <-> settings connection issues 2019-08-30 19:06:30 +03:00
lluictrl.h Merge 6.2.2 2019-05-08 10:37:34 -07:00
lluictrlfactory.cpp
lluictrlfactory.h SL-13642 Get rid of that ugly ignore -Wdelete-incomplete 2020-07-23 00:46:20 +03:00
lluifwd.h
lluistring.cpp
lluistring.h
llundo.cpp
llundo.h
llurlaction.cpp
llurlaction.h
llurlentry.cpp Upstream merge from viewer-neko 2019-11-27 23:20:03 +02:00
llurlentry.h MAINT-8552 FIXED Secure map links do not parse in chat and SL icon is not displayed 2018-04-19 16:48:46 +03:00
llurlmatch.cpp
llurlmatch.h
llurlregistry.cpp
llurlregistry.h
llview.cpp SL-13642 Get rid of that ugly ignore -Wdelete-incomplete 2020-07-23 00:46:20 +03:00
llview.h Upstream merge from viewer-neko 2019-11-27 23:20:03 +02:00
llviewborder.cpp
llviewborder.h
llviewereventrecorder.cpp DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llviewereventrecorder.h
llviewinject.cpp
llviewinject.h DRTVWR-493 LLUI to LLParamSingleton 2019-08-10 15:31:03 +03:00
llviewmodel.cpp
llviewmodel.h
llviewquery.cpp
llviewquery.h
llvirtualtrackball.cpp MAINT-9032 Virtual Track Ball improvements 2018-08-24 02:40:12 +03:00
llvirtualtrackball.h MAINT-9032 Virtual Track Ball improvements 2018-08-24 02:40:12 +03:00
llwindowshade.cpp
llwindowshade.h
llxuiparser.cpp
llxuiparser.h
llxyvector.cpp SL-11425 FIXED [EEP] Wave vectors cross all over the Water tab if key frame is not selected. 2019-06-14 17:53:43 +03:00
llxyvector.h SL-9941 EEP XY_Vector improvement - logarithmic scale mode 2018-10-23 10:15:04 +03:00