phoenix-firestorm/indra/llui
James Cook 594f96b92e Merge - backing out scroll container change 2009-12-01 11:45:11 -08:00
..
tests Group inspectors now work. They are hooked up to About Land, build tools floater, and anywhere secondlife:///app/group URLs appear. Reviewed with Leyla. 2009-10-16 23:20:05 +00:00
CMakeLists.txt Created lightweight LLNotificationsUtil::add(), switched most alerts to use it 2009-11-25 01:15:50 -08:00
llbutton.cpp Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
llbutton.h Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
llcallbackmap.h
llcheckboxctrl.cpp Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
llcheckboxctrl.h Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
llclipboard.cpp
llclipboard.h
llcombobox.cpp merge 2009-11-17 23:39:42 -08:00
llcombobox.h merge 2009-11-17 23:39:42 -08:00
llconsole.cpp Nuke the last few references to the long-dead LCD code. 2009-11-24 15:31:34 -08:00
llconsole.h
llcontainerview.cpp
llcontainerview.h
llctrlselectioninterface.cpp
llctrlselectioninterface.h
lldockablefloater.cpp related to EXT-2515 "Docked floaters should be resizeable" 2009-11-18 11:35:11 +02:00
lldockablefloater.h related to EXT-2515 "Docked floaters should be resizeable" 2009-11-18 11:35:11 +02:00
lldockcontrol.cpp implemented EXT-2515 "Docked floaters should be resizeable"; 2009-11-17 14:33:07 +02:00
lldockcontrol.h implemented EXT-2515 "Docked floaters should be resizeable"; 2009-11-17 14:33:07 +02:00
lldraghandle.cpp EXT-1352 First pass background images for floaters and panels, including pretty header. 2009-10-27 15:01:09 -07:00
lldraghandle.h
lleditmenuhandler.cpp
lleditmenuhandler.h
llf32uictrl.cpp
llf32uictrl.h
llfiltereditor.cpp
llfiltereditor.h
llflatlistview.cpp Fixed normal bug EXT-2932(Entering filter passes focus to the group list) 2009-11-27 17:51:27 +02:00
llflatlistview.h merge 2009-11-24 21:55:23 +02:00
llfloater.cpp created container for LLFloaterView for future z-swapping with sidetray 2009-11-25 18:24:39 -08:00
llfloater.h merge in changes from viewer-2-0, manually fixed conflict in llviewermessages.cpp 2009-11-25 12:31:24 -08:00
llfloaterreg.cpp Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API 2009-11-11 07:41:50 -05:00
llfloaterreg.h fix task EXT-1960 Region messages, should they be displayed in the local chat? 2009-10-30 17:00:23 +02:00
llfloaterreglistener.cpp Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API 2009-11-11 07:41:50 -05:00
llfloaterreglistener.h Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API 2009-11-11 07:41:50 -05:00
llflyoutbutton.cpp removed picture_style from LLButton::Params and allow empty labels 2009-11-02 19:28:24 -08:00
llflyoutbutton.h
llfocusmgr.cpp convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llfocusmgr.h convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llfunctorregistry.cpp
llfunctorregistry.h
llhandle.h removed unnecessary static variable instantiations to improve compile times 2009-10-20 22:05:00 +00:00
llhelp.h DEV-40001: Add support for a pre-login help topic. 2009-11-10 23:56:30 +00:00
lliconctrl.cpp Add missing eol at eof 2009-11-02 22:21:36 -08:00
lliconctrl.h fix EXT-1661: Avatars' icons should be cached only once per 24 hours, but not every time the viewer is restarted. 2009-10-29 16:12:12 -06:00
llkeywords.cpp
llkeywords.h
lllayoutstack.cpp Completed major sub-task EXT-991 (Update bottom bar behavior on resize) 2009-11-17 13:03:08 +02:00
lllayoutstack.h Completed major sub-task EXT-991 (Update bottom bar behavior on resize) 2009-11-17 13:03:08 +02:00
lllazyvalue.h
lllineeditor.cpp Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
lllineeditor.h Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
lllocalcliprect.cpp better fix for clipping not working 2009-11-04 20:46:17 -08:00
lllocalcliprect.h
llmenubutton.cpp Convert mForcePressedState to bool from BOOL 2009-11-16 12:36:35 -08:00
llmenubutton.h
llmenugl.cpp convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llmenugl.h merge 2009-11-09 16:14:52 -08:00
llmodaldialog.cpp
llmodaldialog.h
llmultifloater.cpp Fix crash in LLMultiFloater::setCanResize() 2009-10-30 16:01:58 -07:00
llmultifloater.h
llmultislider.cpp convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llmultislider.h convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llmultisliderctrl.cpp convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llmultisliderctrl.h
llnotificationptr.h Removed llnotifications.h from all headers by adding llnotificationsptr.h 2009-11-24 22:55:56 -08:00
llnotifications.cpp Created lightweight LLNotificationsUtil::add(), switched most alerts to use it 2009-11-25 01:15:50 -08:00
llnotifications.h Created lightweight LLNotificationsUtil::add(), switched most alerts to use it 2009-11-25 01:15:50 -08:00
llnotificationslistener.cpp Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API 2009-11-11 07:41:50 -05:00
llnotificationslistener.h Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API 2009-11-11 07:41:50 -05:00
llnotificationsutil.cpp Created lightweight LLNotificationsUtil::add(), switched most alerts to use it 2009-11-25 01:15:50 -08:00
llnotificationsutil.h Created lightweight LLNotificationsUtil::add(), switched most alerts to use it 2009-11-25 01:15:50 -08:00
llpanel.cpp Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
llpanel.h Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
llprogressbar.cpp Implement fade-out for llprogressbar, fix problem where setTopCtrl was being called 2009-11-25 14:39:05 -08:00
llprogressbar.h
llradiogroup.cpp EXT-1980 - Bottom bar buttons retain highlight 2009-10-30 11:43:45 -07:00
llradiogroup.h
llresizebar.cpp Fixed major bug EXT-2774(Crash when trying to resize top Menu with 2009-11-27 19:25:33 +02:00
llresizebar.h
llresizehandle.cpp related to EXT-2515 "Docked floaters should be resizeable" 2009-11-18 11:35:11 +02:00
llresizehandle.h
llresmgr.cpp
llresmgr.h
llrngwriter.cpp removed unnecessary static variable instantiations to improve compile times 2009-10-20 22:05:00 +00:00
llrngwriter.h
llscrollbar.cpp added newline at end of llbutton.cpp 2009-11-04 10:37:13 -08:00
llscrollbar.h fix for chat history layout bugs 2009-10-21 21:30:40 +00:00
llscrollcontainer.cpp Merge - backing out scroll container change 2009-12-01 11:45:11 -08:00
llscrollcontainer.h created container for LLFloaterView for future z-swapping with sidetray 2009-11-25 18:24:39 -08:00
llscrollingpanellist.cpp merging in new wearable infrastructure to get a step closer to eventually supporting multiple wearables per type. Merge tested and compiles/working on linux and windows - no obvious regressions on appearance or appearance editor. Merge generated no conflicts due to being tested in fresh re-branch in avatar-pipeline/multiple-textures-12. Merge perfomed with following command: 2009-10-16 17:56:30 +00:00
llscrollingpanellist.h merging in new wearable infrastructure to get a step closer to eventually supporting multiple wearables per type. Merge tested and compiles/working on linux and windows - no obvious regressions on appearance or appearance editor. Merge generated no conflicts due to being tested in fresh re-branch in avatar-pipeline/multiple-textures-12. Merge perfomed with following command: 2009-10-16 17:56:30 +00:00
llscrolllistcell.cpp some minor changes based on Richard's code review 2009-11-11 16:07:02 -08:00
llscrolllistcell.h some minor changes based on Richard's code review 2009-11-11 16:07:02 -08:00
llscrolllistcolumn.cpp moved scroll_column_header default params to scroll_column_header.xml 2009-11-05 15:36:11 -08:00
llscrolllistcolumn.h EXT-2018 PRofile "Real World" descripton scrolls before showing "More" link 2009-10-30 17:46:01 -07:00
llscrolllistctrl.cpp Add ToolTip functionality to LLScrollListCell 2009-11-11 15:08:00 -08:00
llscrolllistctrl.h
llscrolllistitem.cpp
llscrolllistitem.h
llsdparam.cpp
llsdparam.h
llsearcheditor.cpp
llsearcheditor.h
llslider.cpp convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llslider.h convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llsliderctrl.cpp Automated merge with ssh://angela@hg.lindenlab.com/james/gooey 2009-11-24 11:55:12 +08:00
llsliderctrl.h EXT-2159 Create Vertical Slider to use for zoom in / out controls in view 2009-11-23 13:52:40 +08:00
llspinctrl.cpp convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
llspinctrl.h
llstatbar.cpp
llstatbar.h
llstatgraph.cpp
llstatgraph.h
llstatview.cpp
llstatview.h
llstyle.cpp undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use font.style, font.name and font.size params for font creating 2009-11-17 16:33:49 +08:00
llstyle.h undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use font.style, font.name and font.size params for font creating 2009-11-17 16:33:49 +08:00
lltabcontainer.cpp convert signals to allocate on demand in order to speed up widget construction 2009-11-23 11:42:32 -08:00
lltabcontainer.h merging... 2009-10-28 17:09:13 -07:00
lltextbase.cpp EXT-3015 Fixed right and center aligned text boxes 2009-12-01 11:29:33 -08:00
lltextbase.h EXT-1944 - Implement ellipsis in message well 2009-11-25 19:55:24 -08:00
lltextbox.cpp Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
lltextbox.h Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
lltexteditor.cpp Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
lltexteditor.h Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
lltextparser.cpp
lltextparser.h
lltoggleablemenu.cpp No ticket. 2009-11-14 19:15:51 +02:00
lltoggleablemenu.h No ticket. 2009-11-14 19:15:51 +02:00
lltooltip.cpp merge 2009-12-01 08:51:32 -08:00
lltooltip.h Allow UI tooltips and "ambient inspector" tips to have different text colors 2009-11-16 23:33:12 -08:00
lltransutil.cpp
lltransutil.h
llui.cpp clean up include llfontgl 2009-11-10 10:47:53 +08:00
llui.h EXT-2018 PRofile "Real World" descripton scrolls before showing "More" link 2009-10-30 17:46:01 -07:00
lluicolortable.cpp make color and font affecting both nearby chat and toasts 2009-11-12 21:20:18 +08:00
lluicolortable.h Deleted some files that were deleted by PE but missed during merges. 2009-10-22 05:54:50 +00:00
lluiconstants.h
lluictrl.cpp De-inlined some UI param block definitions. 2009-11-30 15:45:15 -08:00
lluictrl.h De-inlined some UI param block definitions. 2009-11-30 15:45:15 -08:00
lluictrlfactory.cpp Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
lluictrlfactory.h Linker optimization - use "extern template" for commonly regenerated templates 2009-11-30 14:41:52 -08:00
lluifwd.h
lluiimage.cpp EXT-1478 Tool-tip background and border colors are being ignored 2009-11-10 17:10:47 -08:00
lluiimage.h fix for gcc build 2009-10-15 21:35:30 +00:00
lluistring.cpp removed unnecessary static variable instantiations to improve compile times 2009-10-20 22:05:00 +00:00
lluistring.h removed unnecessary static variable instantiations to improve compile times 2009-10-20 22:05:00 +00:00
llundo.cpp
llundo.h
llurlaction.cpp DEV-41358 DEV-41361: Added support for secondlife:///app/worldmap 2009-11-03 19:08:11 +00:00
llurlaction.h DEV-41358 DEV-41361: Added support for secondlife:///app/worldmap 2009-11-03 19:08:11 +00:00
llurlentry.cpp Inventory Offer changes and clickable inventory slurls 2009-11-20 19:27:33 -05:00
llurlentry.h Inventory Offer changes and clickable inventory slurls 2009-11-20 19:27:33 -05:00
llurlmatch.cpp
llurlmatch.h
llurlregistry.cpp Inventory Offer changes and clickable inventory slurls 2009-11-20 19:27:33 -05:00
llurlregistry.h EXT-1566: Fixed another case of UTF-8 vs UTF-32 coding error for SLURL 2009-10-16 14:04:23 +00:00
llview.cpp De-inlined some UI param block definitions. 2009-11-30 15:45:15 -08:00
llview.h De-inlined some UI param block definitions. 2009-11-30 15:45:15 -08:00
llviewborder.cpp
llviewborder.h
llviewmodel.cpp
llviewmodel.h
llviewquery.cpp
llviewquery.h