Commit Graph

284 Commits

Author SHA1 Message Date
Charlie Fenton 0341a5d0a0 Mac installer: Make checks for OS X version consistent 2013-11-18 00:56:44 -08:00
Charlie Fenton 64fce21c93 Mac screensaver: Fix compiler warnings 2013-11-16 01:28:41 -08:00
Charlie Fenton 7c70f89b80 Mac: Fixes to allow minor OS versions > 9 and major OS versions > 10 2013-11-15 05:02:04 -08:00
Charlie Fenton 9784416a23 Mac SS: Add thumbnail images for OS 10.8 and 10.9 System Preferences screen saver picker 2013-10-25 23:40:27 -07:00
Charlie Fenton 7d372d2803 Fix warnings of class or global variables shadowed by local variables or arguments 2013-07-29 01:31:09 -07:00
Rom Walton a1e2422499 WINBUILD: New project files (Progress Thru Processors) 2013-06-27 02:08:16 -04:00
Charlie Fenton f06c67f006 Mac: add str_replace.h to fix build breaks. 2013-06-06 21:27:05 -07:00
David Anderson 846b8c7757 all components: change strcpy() to strlcpy() when possible.
This commit should cover the client and manager code.
2013-06-03 20:24:48 -07:00
Charlie Fenton 39c4a23cbf SS: Fix some minor potential bugs 2013-05-31 01:50:55 -07:00
Charlie Fenton 65294bc6de SS: Fixes for dual-GPU Macbook Pros (continued).
- If user preferences allow "Run while on battery" then run boincscr or project screensavers even when dual-GPU Macbook Pro is on battery power
- Replace a deprecated API (applies to all Macs)
2013-05-30 03:06:48 -07:00
Charlie Fenton e39931035a SS: Fixes for dual-GPU Macbook Pros (continued).
- Fix a crash bug.
- Don't run boincscr or project screensavers when on battery power because OpenGL apps trigger the use of the power-hungry discrete GPU.
2013-05-29 07:07:35 -07:00
Charlie Fenton f08ed91419 SS: Fixes for dual-GPU Macbook Pros.
- Fix a crash bug.
- Don't run boincscr or project screensavers when on battery power because OpenGL apps trigger the use of the power-hungry discrete GPU.
2013-05-29 06:11:14 -07:00
David Anderson f25cf0836a Include <cmath> instead of <math.h> various places 2013-05-27 16:44:22 -07:00
Kevin Reed 462dc602ca Additional customization of WCG branding
Conflicts:
	win_build/installerv2/WCG.ism
2013-05-23 16:57:31 -05:00
Rom Walton 5452037e93 - WIN: Update copyright information in the Windows resource files 2013-03-04 17:39:24 +01:00
David Anderson 13f1257355 - eliminate use of alloca() and strdupa().
- don't include malloc.h
- fix compile warnings
2013-03-04 17:24:19 +01:00
David Anderson 3e288f7766 More line endings (Part 2, From Rom) 2013-03-04 17:24:18 +01:00
David Anderson 90ed2048ea - restore 2 commits erased by Charlie's Dec 10 commit 2013-03-04 17:17:10 +01:00
Charlie Fenton 462be89f01 Restore changes lost due to GIT confusion 2013-03-04 17:01:36 +01:00
Rom Walton 34cb41198b - SCR: Fix bug in X11 screensaver. 2013-03-01 15:31:41 +01:00
Rom Walton b1f1a22381 - SCR: Fix bug in X11 screensaver. 2013-03-01 15:31:41 +01:00
David Anderson aa289f0916 - A bunch of tweaks from Steffen Moller, e.g. using MAXPATHLEN
svn path=/trunk/boinc/; revision=26133
2012-09-21 03:52:24 +00:00
Rom Walton 813409168b - WINSCR: Fix problem with the screensaver needlessly cycling in
preview mode.  Ugh.

svn path=/trunk/boinc/; revision=25990
2012-08-07 21:43:30 +00:00
Rom Walton 832386c4e0 - SS: Update project files to use FreeType and FTGL on Windows.
api/
        ttfont.cpp, .h
    clientscr/
        ss_app.cpp
    win_build/
        boinc_ss.vcproj
        libgraphics2.vcproj

svn path=/trunk/boinc/; revision=25962
2012-08-03 01:18:20 +00:00
Charlie Fenton 6acb88ca81 API, SCR: Switch from *.txf fonts to TrueType fonts in graphics apps, ensuring that all related files have no licensing issues
svn path=/trunk/boinc/; revision=25939
2012-08-02 06:53:11 +00:00
Charlie Fenton e65da1290d Mac: update build scripts, source files and Xcode project to allow building with Xcode 4.3 and Xcode 4.5
svn path=/trunk/boinc/; revision=25856
2012-07-10 12:18:21 +00:00
Charlie Fenton cd1ad97464 Mac: update build scripts, source files and Xcode project to allow building with Xcode 4.3 and Xcode 4.5
svn path=/trunk/boinc/; revision=25855
2012-07-10 09:28:17 +00:00
Rom Walton af2741f571 quick update
svn path=/trunk/boinc/; revision=25672
2012-05-11 18:54:15 +00:00
Rom Walton 7e3026abfa - WINSCR: Use the DefProcHandler function when processing WM_CLOSE/WM_DESTROY
window messages.  In effect, let Windows do the default thing.  This removes
        the hacks which kept the screensaver running with old versions of
        Microsoft's keyboard/mouse driver software installed.
        
    clientscr/
        screensaver_win.cpp, .h

svn path=/trunk/boinc/; revision=25607
2012-04-27 20:50:27 +00:00
Rom Walton e3571aab9c - Update copyrights.
client/win/
        boinc_cli.rc
        boinc_cmd.rc
        boinc_log.rc
    clientctrl/
        boincsvcctrl.rc
    clientgui/
        BOINCGUIApp.rc
        DlgAbout.cpp
    clientscr/
        boinc_ss.rc
        boinc_ss_opengl.rc
    clienttray/
        boinc_tray.rc

svn path=/trunk/boinc/; revision=25583
2012-04-19 20:43:35 +00:00
Charlie Fenton 9cebe4bb35 API: Remove apparently unnecessary include of carbon.h
svn path=/trunk/boinc/; revision=25262
2012-02-15 01:33:51 +00:00
Charlie Fenton 4a5a226f10 SCR: Fix Xcode editor problems from recent screensaver.cpp changes
svn path=/trunk/boinc/; revision=25198
2012-02-04 03:49:53 +00:00
David Anderson f092fe8aa8 - web: msg tweak
- screensaver coordinator: use new XML parser

svn path=/trunk/boinc/; revision=25165
2012-01-29 07:25:55 +00:00
Rom Walton 4b3baa236d - SCR: Remove last linger pieces of v5 backward graphics compatibility
from the screensaver.
        
    clientscr/
        screensaver.cpp
        screensaver_win.h

svn path=/trunk/boinc/; revision=24917
2011-12-27 17:16:22 +00:00
Charlie Fenton c396972b1b MGR: Check in remaining PtP artwork for Mac; fix PtP skin file problems on Mac
svn path=/trunk/boinc/; revision=24795
2011-12-14 10:18:01 +00:00
Charlie Fenton 7b5d9cf07c default screensaver: fix build breaks caused by code cleanup above
svn path=/trunk/boinc/; revision=24656
2011-11-26 11:42:12 +00:00
Charlie Fenton 95a7a3d424 default screensaver: fix build breaks caused by code cleanup above
svn path=/trunk/boinc/; revision=24652
2011-11-26 10:56:56 +00:00
David Anderson f24e361034 - default screensaver: fix divide-by-zero; code cleanup
svn path=/trunk/boinc/; revision=24649
2011-11-25 07:24:18 +00:00
Rom Walton 42b5a85731 - WINSCR: Attempt to gracefully shutdown a graphics application first
clientscr/
        screensaver.cpp

svn path=/trunk/boinc/; revision=24569
2011-11-10 17:00:51 +00:00
Charlie Fenton ae839a75f4 WINSCR: Fix compile error
svn path=/trunk/boinc/; revision=24568
2011-11-10 01:14:04 +00:00
Rom Walton e934982cf8 Quick Updates
svn path=/trunk/boinc/; revision=24562
2011-11-09 16:31:39 +00:00
Rom Walton f64ed84e36 - WINSCR: Sync up the timer IDs.
clientscr/
        screensaver_win.cpp

svn path=/trunk/boinc/; revision=24561
2011-11-09 16:28:25 +00:00
Rom Walton b7be27cc2a - WINSCR: In the ResetProc message pump, change the call for CloseWindow()
to DestroyWindow().
       
    clientscr/
        screensaver_win.cpp

svn path=/trunk/boinc/; revision=24560
2011-11-09 16:22:47 +00:00
Rom Walton 09428f0633 - WINSCR: Add a reference to SCRAPPERR_BOINCNOGRAPHICSAPPSEXECUTING
in the message lookup table.
       
    clientscr/
        screensaver_win.cpp

svn path=/trunk/boinc/; revision=24559
2011-11-09 15:35:18 +00:00
Rom Walton 4cc8b3d4e8 Quick Updates
svn path=/trunk/boinc/; revision=24554
2011-11-09 00:22:10 +00:00
Rom Walton afb727eba3 - Remove dead code related to v5 graphics applications from the
client software.
    
    client/
        boinc_cmd.cpp
    clientgui/
        AsyncRPC.cpp, .h
        BOINCGUIApp.cpp, .h
        MainDocument.cpp
    clientgui/gtk/
        taskbarex.cpp
    clientscr/
        screensaver.cpp
    lib/
        gui_rpc_client.h
        gui_rpc_client_ops.cpp
    win_build/
        win-config.h

svn path=/trunk/boinc/; revision=24398
2011-10-14 19:02:43 +00:00
Rom Walton bfea72054e - WINSCR: Move the reset display call to the end of the full screensaver
section.  We do not need to perform a display reset in the various
        test modes.
        
    clientscr/
        screensaver_win.cpp

svn path=/trunk/boinc/; revision=24389
2011-10-13 14:41:24 +00:00
Rom Walton 0671d2ed97 - WINSCR: Before shutting down the screensaver, quickly reinitialize the OpenGL device
on the primary display.  Some of the issues being reported with the screensaver
        is a left over ghost image of the OpenGL display before the graphics application
        was terminated because keyboard/mouse activity was detected.

    clientscr/
        screensaver_win.cpp
    win_build/
        boinc_os_ss.vcproj

svn path=/trunk/boinc/; revision=24331
2011-10-04 18:39:02 +00:00
David Anderson e279b59913 - Updates Linux notifications to use current libnotify.
- Fix build problems on Mac OS X using autotools
- Consistently use #if HAVE_X for platform checks,
    rather than #ifdef HAVE_X or #if defined(HAVE_X)
- In Unix build, make lots of compiler checks standard
- Fix some compile warnings

From Matt Arsenault.

Note: there are now lots of compile warnings in clientgui/ on Unix,
    mostly in WxWidgets code


svn path=/trunk/boinc/; revision=24303
2011-09-27 19:45:27 +00:00
Rom Walton e8fe929958 Quick Updates
svn path=/trunk/boinc/; revision=24115
2011-09-02 16:54:46 +00:00