Age | Commit message (Collapse) | Author |
|
llrender/llwindow cmake source a bit
|
|
|
|
dependencies from headless libraries
|
|
for the BAKING cmake setting.
|
|
|
|
|
|
headless mesa
|
|
Appearance utility now reads avatar_lad.xml during stubbed out params processing.
|
|
builds as apparently they never worked there.
|
|
|
|
|
|
|
|
|
|
testing mode.
|
|
|
|
|
|
|
|
|
|
change.
|
|
|
|
mouse clicks.
|
|
|
|
against sculpt based crashers.
|
|
|
|
fixed not unmaximizing properly on Windows
put in error logging on Mac
|
|
|
|
|
|
made Set Window Size correctly set interior window rect, preserving measured dimensions
|
|
Moved type casts from protected base classes to derived LLCoord.
(transplanted from fa4c01adac7224b909ab1dbfc90416b633e6d6c2)
|
|
|
|
|
|
Moved type casts from protected base classes to derived LLCoord.
|
|
Save *window* width and height, not client area
|
|
Symptoms: Viewer window shrank by a few pixels on each startup.
Reason: We used client rect (which did not include the window border) to create the viewer window.
Solution: Convert client rect into window rect, i.e. expand it by the border size.
|
|
using realtive coordinates
fixed build
moved conversion funcs to llwindow.cpp as they work on all platforms
refactored translateintorect to take overlap as parameter
|
|
using realtive coordinates
changed over to new convert() method
added LLCoordFloater
|
|
using realtive coordinates
refactored LLCoord code to be templated, ultimately to support arbitrary conversions
|
|
|
|
reaching MAX_MESSAGE_PER_UPDATE.
|
|
|
|
|
|
|
|
instead of max size.
Reviewed by Richard.
|
|
Fixed broken resize indicator on Linux viewer window (EXP-1580).
|
|
UI item
|
|
Minimum window size setting no longer forces propagation to the OS before root view is initialized.
|
|
|
|
Linux viewer window.
Added minimum size setting method for X11 viewer window on Linux.
|
|
resized below minimum size.
Fixed using minimum window dimensions configured in debug settings.
|
|
moved min size logic into LLWindow
|