phoenix-firestorm/indra/llui
Nat Goodspeed 409c59b70d Fix string-init compile error (g++ 4.4) in llurlentry_stub.cpp.
Newer C++ compilers produce a (fatal) warning when you try to initialize a
(non-const) char* variable with a string literal: you're supposed to capture
such data in a const char*. But as this module is resolving external
references declared in ancient message-system headers, we don't have the
option to fix the original declaration. Instead use
char* _PREHASH_Foo = const_cast<char*>("string literal"); // sigh
2011-02-01 17:35:42 -05:00
..
tests Fix string-init compile error (g++ 4.4) in llurlentry_stub.cpp. 2011-02-01 17:35:42 -05:00
CMakeLists.txt Merge from viewer-development. 2010-12-20 11:21:17 -08:00
llaccordionctrl.cpp Post-convert merge by convert_monolith.py from ./viewer-experience 2010-08-27 16:58:33 -07:00
llaccordionctrl.h Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
llaccordionctrltab.cpp STORM-593 FIXED Make transparent texteditor and lineeditor 2010-11-24 19:12:02 +02:00
llaccordionctrltab.h Post-convert merge by convert_monolith.py from ./viewer-experience 2010-08-27 16:58:33 -07:00
llbutton.cpp STORM-689 FIXED "Back" but is opaque in all of the undocked side panels 2010-11-29 20:04:26 +02:00
llbutton.h STORM-689 FIXED "Back" but is opaque in all of the undocked side panels 2010-11-29 20:04:26 +02:00
llcallbackmap.h Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
llcheckboxctrl.cpp fixed checkboxes growing larger over time 2010-10-26 10:23:20 -07:00
llcheckboxctrl.h deprecated text_enabled_color and text_disabled_color from LLCheckBoxCtrl in favor of label_text.text_color and label_text.text_readonly_color, respectively 2010-09-16 00:43:32 -07:00
llclipboard.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llclipboard.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llcombobox.cpp merge changes for storm-34 2011-01-07 10:39:05 -05:00
llcombobox.h STORM-34 ADDITIONAL_FIX Implemented storing of multi-user favorites and showing them on login screen. 2010-12-09 19:54:40 +02:00
llconsole.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llconsole.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llcontainerview.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llcontainerview.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llctrlselectioninterface.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llctrlselectioninterface.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lldockablefloater.cpp Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
lldockablefloater.h Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
lldockcontrol.cpp STORM-498 FIXED reshaping dockable floater to ensure there is some vertical space between a floater and a control to which it is docked. 2010-11-27 00:15:59 +02:00
lldockcontrol.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lldraghandle.cpp Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
lldraghandle.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lleditmenuhandler.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lleditmenuhandler.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llf32uictrl.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llf32uictrl.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llfiltereditor.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llfiltereditor.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llflatlistview.cpp Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
llflatlistview.h Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
llfloater.cpp STORM-823 FIX Tab Key not working properly 2011-01-11 16:56:05 -08:00
llfloater.h STORM-677 ADDITIONAL_FIX Force textures inside texture picker to be 100% opaque while the control is in a focused floater. 2010-12-01 15:46:57 +02:00
llfloaterreg.cpp merge 2010-09-16 19:45:57 -07:00
llfloaterreg.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llfloaterreglistener.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llfloaterreglistener.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llflyoutbutton.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llflyoutbutton.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llfocusmgr.cpp VWR-21377 Script editor ctrl-f fix. 2010-09-24 16:31:43 -07:00
llfocusmgr.h VWR-21377 Script editor ctrl-f fix. 2010-09-24 16:31:43 -07:00
llfunctorregistry.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llfunctorregistry.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llhandle.h removed unworkable subclassing support from LLHandle<T> 2010-09-29 15:50:12 -07:00
llhelp.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lliconctrl.cpp STORM-698 FIXED Icon control can now respect floater transparency (if its "use_draw_context_alpha" param set to false). 2010-11-29 16:18:03 +02:00
lliconctrl.h STORM-698 FIXED Icon control can now respect floater transparency (if its "use_draw_context_alpha" param set to false). 2010-11-29 16:18:03 +02:00
llkeywords.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llkeywords.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lllayoutstack.cpp Merge from viewer-development. 2010-12-20 11:21:17 -08:00
lllayoutstack.h Merge from viewer-development. 2010-12-20 11:21:17 -08:00
lllazyvalue.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lllineeditor.cpp Merge from viewer-development. 2010-12-20 11:21:17 -08:00
lllineeditor.h Merge from viewer-development. 2010-12-20 11:21:17 -08:00
llloadingindicator.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llloadingindicator.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lllocalcliprect.cpp Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
lllocalcliprect.h Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
llmenubutton.cpp STORM-666 FIXED Menu spawned by the overflow button had invalid position in Place Profile and Avatar Profile panels. 2010-11-24 18:56:21 +02:00
llmenubutton.h STORM-666 FIXED Menu spawned by the overflow button had invalid position in Place Profile and Avatar Profile panels. 2010-11-24 18:56:21 +02:00
llmenugl.cpp STORM-387 FIXED Return key handling by Favorites bar overflow menu. 2011-01-06 22:19:27 +02:00
llmenugl.h merge 2010-11-15 15:52:54 -08:00
llmodaldialog.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmodaldialog.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmultifloater.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmultifloater.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmultislider.cpp instead of exposing mutable container in LLInitParam::Multiple, just expose access functions, begin(), end(), etc. 2010-09-22 14:48:18 -07:00
llmultislider.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmultisliderctrl.cpp Set display name field now clamps to 31 unicode characters 2010-09-16 09:38:05 -07:00
llmultisliderctrl.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llnotificationptr.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llnotifications.cpp VWR-24317: remove warning due to unassigned variable 2011-01-20 15:57:07 -05:00
llnotifications.h Merge from viewer-development. 2010-12-20 11:21:17 -08:00
llnotificationslistener.cpp added ability to have notification ignore variable point to settings.xml variables 2010-09-16 16:28:57 -07:00
llnotificationslistener.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llnotificationsutil.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llnotificationsutil.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llnotificationtemplate.h Merge from viewer-development. 2010-12-20 11:21:17 -08:00
llnotificationvisibilityrule.h changed format of notification_visibility rules to be cleaner 2010-10-05 14:31:07 -07:00
llpanel.cpp merge with viewer-dev 2010-12-08 16:04:07 -08:00
llpanel.h Post-convert merge by convert_monolith.py from ./viewer-experience 2010-08-27 16:58:33 -07:00
llprogressbar.cpp made progressbar derive from lluictrl and take percentage as llsd value 2010-10-08 15:56:34 -07:00
llprogressbar.h made progressbar derive from lluictrl and take percentage as llsd value 2010-10-08 15:56:34 -07:00
llradiogroup.cpp EXP-273 FIXED Add button/tray for avatar picker 2010-10-22 18:37:40 -07:00
llradiogroup.h EXP-273 FIXED Add button/tray for avatar picker 2010-10-22 18:37:40 -07:00
llresizebar.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llresizebar.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llresizehandle.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llresizehandle.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llresmgr.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llresmgr.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llrngwriter.cpp Post-convert merge by convert_monolith.py from ./viewer-experience 2010-08-27 16:58:33 -07:00
llrngwriter.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrollbar.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrollbar.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrollcontainer.cpp STORM-593 FIXED Make transparent texteditor and lineeditor 2010-11-24 19:12:02 +02:00
llscrollcontainer.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrollingpanellist.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrollingpanellist.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrolllistcell.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrolllistcell.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrolllistcolumn.cpp STORM-491 FIXED Fixed black arrows appearance near column's titles in scrollist. 2010-11-23 19:28:17 +02:00
llscrolllistcolumn.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrolllistctrl.cpp merge with viewer-dev 2010-12-08 16:04:07 -08:00
llscrolllistctrl.h fixed build 2010-10-15 14:33:10 -07:00
llscrolllistitem.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscrolllistitem.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsdparam.cpp potential fix for linux build 2010-10-08 12:18:16 -07:00
llsdparam.h added param block support for empty/undefined elements in XML/LLSD respectively. 2010-10-06 16:56:38 -07:00
llsearcheditor.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsearcheditor.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llslider.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llslider.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsliderctrl.cpp Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
llsliderctrl.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llspinctrl.cpp Set display name field now clamps to 31 unicode characters 2010-09-16 09:38:05 -07:00
llspinctrl.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llstatbar.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llstatbar.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llstatgraph.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llstatgraph.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llstatview.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llstatview.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llstyle.cpp Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution 2010-09-03 17:41:39 +01:00
llstyle.h Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution 2010-09-03 17:41:39 +01:00
lltabcontainer.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltabcontainer.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltextbase.cpp STORM-593 FIXED Make transparent texteditor and lineeditor 2010-11-24 19:12:02 +02:00
lltextbase.h Merge 2010-09-27 17:54:52 -07:00
lltextbox.cpp Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
lltextbox.h Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
lltexteditor.cpp STORM-229 FIXED Fixed long loading times and stalling of Viewer while loading big scripts or pasting a lot of text into script. 2010-12-13 13:17:48 +02:00
lltexteditor.h STORM-229 FIXED Fixed long loading times and stalling of Viewer while loading big scripts or pasting a lot of text into script. 2010-12-13 13:17:48 +02:00
lltextparser.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltextparser.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltextutil.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltextutil.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltextvalidate.cpp Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
lltextvalidate.h Backed out changeset c3d41f18ce2b 2010-08-24 19:22:00 +01:00
lltoggleablemenu.cpp STORM-426 FIXED Menu button no longer looked pressed while its menu is displayed by another control. 2010-10-22 02:08:26 +03:00
lltoggleablemenu.h STORM-426 FIXED Menu button no longer looked pressed while its menu is displayed by another control. 2010-10-22 02:08:26 +03:00
lltooltip.cpp instead of exposing mutable container in LLInitParam::Multiple, just expose access functions, begin(), end(), etc. 2010-09-22 14:48:18 -07:00
lltooltip.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltransutil.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltransutil.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llui.cpp merge with viewer-dev 2010-12-08 16:04:07 -08:00
llui.h STORM-676 FIXED Made color swatch control transparent if the floater it resides in is transparent. 2010-11-25 20:20:11 +02:00
lluicolortable.cpp EXP-297 FIX Gray Bar shown on top of Skylight Viewer login screen during login on Gaikai 2010-10-25 12:35:40 -07:00
lluicolortable.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lluiconstants.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lluictrl.cpp Merge from viewer-development. 2010-12-20 11:21:17 -08:00
lluictrl.h STORM-717 FIXED Made nearby chat toasts respect transparency settings: 2010-12-04 13:07:51 +02:00
lluictrlfactory.cpp Post-convert merge by convert_monolith.py from ./viewer-experience 2010-08-27 16:58:33 -07:00
lluictrlfactory.h Post-convert merge by convert_monolith.py from ./viewer-experience 2010-08-27 16:58:33 -07:00
lluifwd.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lluiimage.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lluiimage.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lluistring.cpp another attempt at lluistring cleanup 2010-10-15 14:37:00 -07:00
lluistring.h build fixes 2010-11-15 17:03:52 -08:00
llundo.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llundo.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llurlaction.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llurlaction.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llurlentry.cpp STORM-797 : pull in viewer-development 2011-01-12 11:12:56 -08:00
llurlentry.h STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names. 2010-12-30 18:18:33 +02:00
llurlmatch.cpp Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution 2010-09-03 17:41:39 +01:00
llurlmatch.h Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution 2010-09-03 17:41:39 +01:00
llurlregistry.cpp STORM-796 FIXED Implemented rendering /app/region/ SLapps into human-readable strings. 2010-12-16 20:22:32 +02:00
llurlregistry.h Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution 2010-09-03 17:41:39 +01:00
llview.cpp made mIsFocusRoot a XUI param 2010-09-28 17:12:50 -07:00
llview.h Merge from viewer-development. 2010-12-20 11:21:17 -08:00
llviewborder.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llviewborder.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llviewmodel.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llviewmodel.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llviewquery.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llviewquery.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llwindowshade.cpp WIP XUI HTTP Auth dialog 2010-12-10 10:11:03 -08:00
llwindowshade.h WIP XUI HTTP Auth dialog 2010-12-10 10:11:03 -08:00