Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-19 | Fix what GCC considers as misleading indentations | Erik Kundiman | |
The style conventions aren't really being followed that the different styles of using tabs or spaces as indentations lead to GCC considering them as misleading. It's better to just fix them (but as little as possible as to minimise this fork difference from upstream) than to supress the warnings from being treated as errors. | |||
2023-07-19 | Disable g_thread_init when using system libs | Erik Kundiman | |
On GCC, compiling against a recent GTK2 version would stop on deprecated pre-processors. | |||
2023-07-19 | FreeBSD has SDL keyboard & window files built too | Erik Kundiman | |
and any Linux SDL code should be applied to FreeBSD too. | |||
2023-07-19 | Stubs for missing implementations that use SDL | Erik Kundiman | |
in order to get rid of this: error: invalid new-expression of abstract class type ‘LLWindowSDL’ fullscreen, clearBg, enable_vsync, use_gl, ignore_pixel_depth, fsaa_samples); note: because the following virtual functions are pure within ‘LLWindowSDL’: class LLWindowSDL : public LLWindow ^~~~~~~~~~~ virtual void* createSharedContext() = 0; ^~~~~~~~~~~~~~~~~~~ virtual void makeContextCurrent(void* context) = 0; ^~~~~~~~~~~~~~~~~~ virtual void destroySharedContext(void* context) = 0; ^~~~~~~~~~~~~~~~~~~~ virtual void toggleVSync(bool enable_vsync) = 0; ^~~~~~~~~~~ The window has been relying on some, mostly GL context related, methods. These methods are declared abstract, so for now they're implemented using member functions that do nothing, return nothing. | |||
2021-06-07 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |
2021-04-27 | SL-14664 Added zoomout and sizeall | Andrey Kleshchev | |
Remade code to use getCursorFromString | |||
2020-10-08 | DRTVWR-510 remove all LL_SOLARIS conditionals | Dave Houlton | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-03-13 | OPEN-209: Corrected all instances of trigraphs in the code. | Ricky Curtice | |
Trigraphs can cause some real special headaches. The only part that's annoying is the comment in newview/llimview.cpp where there's an unfortunate collision of a trigraph sequence with a character sequence that could be displayed by the viewer. Thankfully, it's only a comment! | |||
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-13 | Fix for gcc 4.6 build failures on Linux in llwindowsdl.cpp | Don Kjer | |
2013-03-11 | LLWindow merge fixes for Mac | prep | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2012-12-12 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-12-05 | Pull from viewer-development | prep | |
2012-12-01 | Fixed previous commit. | Logan Dethrow | |
2012-11-30 | Fix for STORM-1854. Adapted the fix based on other open source consumers of ↵ | Logan Dethrow | |
fontconfig that were encountering the same error. | |||
2012-11-14 | MAINT-536 MAINT-1913 Added missing URL scheme filtering to the Linux viewer, ↵ | Maestro Linden | |
changed URL scheme whitelist. Reviewed by Callum. | |||
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-09-23 | Removing unused gHeadlessClient code from viewer | Don Kjer | |
2012-08-13 | PATH-852: BUGFIX Adding the custom pathfinding cursors to the mac and linux ↵ | Todd Stinson | |
builds as apparently they never worked there. | |||
2012-02-23 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
made Set Window Size correctly set interior window rect, preserving measured dimensions | |||
2011-12-08 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-12-06 | EXP-1651 FIXED Added saving window size after each reshape. | Seth ProductEngine | |
Fixed broken resize indicator on Linux viewer window (EXP-1580). | |||
2011-12-05 | STORM-1713: Mouse pointer flickers when hovering over any active/clickable ↵ | Ansariel | |
UI item | |||
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-30 | EXP-1580 FIXED applying "MinWindowWidth" and "MinWindowHeight" settings to ↵ | Seth ProductEngine | |
Linux viewer window. Added minimum size setting method for X11 viewer window on Linux. | |||
2011-11-29 | EXP-1580 FIXED resize indicator on Linux showing Viewer window can be ↵ | Seth ProductEngine | |
resized below minimum size. Fixed using minimum window dimensions configured in debug settings. | |||
2011-11-28 | EXP-1485 FIX -- Viewer should have a minimum size | Richard Linden | |
moved min size logic into LLWindow | |||
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-02 | EXP-1488 FIXED Minimum viewer window size limited to 1024x768 on Linux. | Seth ProductEngine | |
2011-10-12 | NEVER use glFinish outside shutdownGL | Dave Parks | |
2011-01-13 | glFlush != glFinish. doh. | Nyx (Neal Orman) | |
2011-01-07 | testing: adding glFlush() each frame for performance testing | Nyx (Neal Orman) | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-03-31 | EXT-2418 - improved cursors for sit/open/buy - the neglected Linux part. | Tofu Linden | |
2010-03-29 | merge | Richard Nelson | |
2010-03-29 | EXT-3258 - Viewer freezes while external web browser loads page | Richard Nelson | |
reviewed by Callum | |||
2010-03-29 | EXT-6580 restrict size of linux's fallback font list | Tofu Linden | |
reviewed and approved for hotfix branch by Q. | |||
2010-03-18 | Backed out changeset f4c0761897c6 EXT-4820([NUX] Viewer dimensions on ↵ | Igor Borovkov | |
first-run) by which "moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux." --HG-- branch : product-engine | |||
2010-03-05 | Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved ↵ | Eugene Mutavchi | |
LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. --HG-- branch : product-engine | |||
2010-02-19 | Wow, fix gcc fussiness that only happens in release builds for some reason. | Tofu Linden | |
2010-02-19 | Linux viewer: add some instrumentation to detect VM and/or RSS bloat at ↵ | Tofu Linden | |
runtime. This helped me identify the EXT-5552 cause (fix landing soon) | |||
2010-02-09 | EXT-3651 DEV-44500 Keyboard interaction does not work with Flash media | Tofu Linden | |
This change lets Linux pass keys through to Flash. | |||
2010-02-09 | restore trivial llwindowsdl code improvement. | Tofu Linden | |
p.s. previous commit comment should have read 'hopefully trunk-UNbreaking' :) and this overall mergeset is work towards: EXT-3651 DEV-44500 Keyboard interaction does not work with Flash media ... although on linux this does not actually help yet. | |||
2010-02-09 | Backed out changeset 0664cf2c9edf | Tofu Linden | |
2010-02-05 | EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a ↵ | Tofu Linden | |
mouse move event This should be a lot better now. But still not good overall. Performance is now just bad instead of intolerable. |