Rom Walton
4fa5e2fb13
MGR: Fix build break when building on Linux with wxGTK.
2013-12-10 17:12:44 -05:00
Charlie Fenton
4192a32ddd
MGR: reverse previous commit; it had undesirable side effects
2013-11-05 04:34:28 -08:00
Charlie Fenton
bc4903476d
MGR: eliminate flicker in CBOINCListCtrl on Windows
2013-11-05 04:14:51 -08:00
Charlie Fenton
cddae5b2c3
MGR: Implement accessibility on Mac for Event Log and Projects, Tasks and Transfers tabs
...
- CDlgEventLogListCtrl class
- CBOINCListCtrl class
2013-09-12 04:27:04 -07:00
Charlie Fenton
d73e1c3261
MGR: Fix display of CBOINCListCtrl progress bars when using wxGenericListCtrl (on Mac)
2013-09-09 16:31:49 -07:00
Rom Walton
243dc79b52
wxWidgets 2.9/3.0 changes
2013-02-04 13:03:49 -05: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
Charlie Fenton
8af015681a
MGR: Rework Mac accessibility for better compatibility with OS 10.6
...
svn path=/trunk/boinc/; revision=21549
2010-05-17 11:09:51 +00:00
Rom Walton
e14e1cad34
- Remove BOINC_RCSID tags from source files, we are doing branching and tagging
...
properly.
<Various Files>
svn path=/trunk/boinc/; revision=20873
2010-03-12 16:51:57 +00:00
Charlie Fenton
5a08d16602
MGR: Allow compile-time choice of either rules or alternating gray and white background stripes in lists
...
svn path=/trunk/boinc/; revision=20799
2010-03-05 07:04:58 +00:00
Charlie Fenton
46e2905e95
MGR:Don't alternate gray and white backgrounds in lists; use wxLC_HRULES flag instead.
...
svn path=/trunk/boinc/; revision=20787
2010-03-04 10:35:02 +00:00
Charlie Fenton
9f4d6a14b1
MGR: Implement Mac accessibility for Statistics and Disk tabs
...
svn path=/trunk/boinc/; revision=19706
2009-11-25 12:43:22 +00:00
Charlie Fenton
bc43be422e
Mac MGR: Add accessibility support for disabled users to Attach Wizard's ProjectListCtrl
...
svn path=/trunk/boinc/; revision=19420
2009-10-30 11:32:57 +00:00
Charlie Fenton
25d96f2e37
Mac MGR: Add accessibility support for disabled users to BOINCListCtrl
...
svn path=/trunk/boinc/; revision=19388
2009-10-29 11:13:48 +00:00
Charlie Fenton
2e90dfe915
Remove override of GetSelectedItemCount(); call DeleteItem() rather than SetItemCount() to reduce # of rows
...
svn path=/trunk/boinc/; revision=17006
2009-01-24 00:05:53 +00:00
Charlie Fenton
b39cb9a217
MGR: Work around bug in generic list control GetSelectedItemCount(); remove redundant UpdateSelection() call
...
svn path=/trunk/boinc/; revision=16996
2009-01-23 07:39:38 +00:00
Charlie Fenton
33559ae292
MGR: Sort compare functions return false if values are equal
...
svn path=/trunk/boinc/; revision=16308
2008-10-24 11:24:39 +00:00
Charlie Fenton
2277846114
MGR: To reduce flicker, redraw only changed cells in List Control on non-Mac systems
...
svn path=/trunk/boinc/; revision=16185
2008-10-10 08:47:02 +00:00
Charlie Fenton
7b53ee40f1
MGR: fix text position in progress bars
...
svn path=/trunk/boinc/; revision=16148
2008-10-07 01:11:06 +00:00
Charlie Fenton
4ed28dab7a
MGR: fix text position in progress bars
...
svn path=/trunk/boinc/; revision=16146
2008-10-06 23:09:28 +00:00
Charlie Fenton
fd1f40b45d
MGR: tweak appearance of progress bars
...
svn path=/trunk/boinc/; revision=16138
2008-10-06 11:49:17 +00:00
Charlie Fenton
8691a1b8e4
MGR: Erase selection highlight color, gray stripes under progress bars; Async GUI RPCs: remove spurious assert
...
svn path=/trunk/boinc/; revision=16137
2008-10-06 11:33:28 +00:00
Charlie Fenton
bc7d3be218
MGR: On Windows, adjust progress bar color, return to using wxAND
...
svn path=/trunk/boinc/; revision=16125
2008-10-04 00:45:56 +00:00
Charlie Fenton
f5ecc3eded
MGR: On Windows, draw progress bars using wxAND_INVERT transfer mode
...
svn path=/trunk/boinc/; revision=16124
2008-10-03 23:59:59 +00:00
Charlie Fenton
b9bbd5fae7
MGR: Fix position of progress bars when scrolled horizontally; eliminate unnecessary clearing of web site selection buttons in Projects tab
...
svn path=/trunk/boinc/; revision=16119
2008-10-03 06:42:10 +00:00
Charlie Fenton
8c97c33dca
MGR: Simplify Messages display logic; fix possible memory leaks; fix button tooltip.
...
svn path=/trunk/boinc/; revision=15998
2008-09-14 12:39:19 +00:00
Charlie Fenton
d2ecadb95a
MGR: Draw only those progress bars which are actually needed, further reducing flicker and improving efficiency
...
svn path=/trunk/boinc/; revision=15981
2008-09-09 10:09:54 +00:00
Charlie Fenton
79fa10e8a7
MGR: Use item attributes to create gray backgroound stripes to eliminate remaining flicker on Windows
...
svn path=/trunk/boinc/; revision=15978
2008-09-08 12:39:41 +00:00
Charlie Fenton
104a4be78d
MGR: Save and restore selected items by key values when refreshing.
...
svn path=/trunk/boinc/; revision=15959
2008-09-04 13:00:24 +00:00
David Anderson
4f66bb4c95
- added copyright and license info to .C, .cpp, .h files
...
- scheduler: fix bug in adaptive replication:
if send an unreplicated job to untrusted host,
set both wu.target_nresults and wu.min_quorum to app.target_nresults.
svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
Charlie Fenton
7f48304631
Rename configuration key from Ascending to ReverseSortOrder for clarity
...
svn path=/workspaces/wxListCtrl/; revision=15480
2008-06-26 12:11:55 +00:00
Charlie Fenton
b3a123e841
MGR List View: multiple selections for Tasks tab, all features in Projects tab, save/restore sort settings
...
svn path=/workspaces/wxListCtrl/; revision=15479
2008-06-26 11:49:43 +00:00
Charlie Fenton
deede01767
MGR: Add contrasting background on alternate rows and progress bars to List Views
...
svn path=/workspaces/wxListCtrl/; revision=15459
2008-06-24 11:47:34 +00:00
Charlie Fenton
4d13e411e8
MGR: Add contrasting background on alternate rows and progress bars to List Views
...
svn path=/workspaces/wxListCtrl/; revision=15458
2008-06-24 10:52:12 +00:00
Frank Thomas
3bfc78b511
Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
...
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Charlie Fenton
22bc85e0ff
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12125
2007-02-21 04:56:46 +00:00
Rom Walton
d79290984d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9735
2006-03-27 21:11:09 +00:00
Rom Walton
4c3ac78924
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9350
2006-01-30 23:05:52 +00:00
David Anderson
b8e12020e9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5942
2005-04-27 06:55:28 +00:00
Rom Walton
9796c6d9e8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5916
2005-04-21 23:14:10 +00:00
David Anderson
7eb68ad7ce
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5802
2005-04-08 16:58:55 +00:00
David Anderson
90ae9dcd83
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5790
2005-04-07 07:04:50 +00:00
David Anderson
435f8edd47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
Bruce Allen
f31b244f90
Modified CVS id strings. After some fussing with different versions
...
of gcc to try and force them to not complain with -Wall but to always
include this, I decided to take a simpler approach. All these strings
now have global linkage. To prevent namespace conflicts they all
have different names. For the record, the variable extension is a hash made of the first ten characters of the md5sum of the file path, eg:
md5hash=`boinc/api/x_opengl.C | md5sum | cut -c 1-10`
svn path=/trunk/boinc/; revision=4979
2005-01-02 18:29:53 +00:00
Rom Walton
5ca7258cf6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4812
2004-12-10 21:29:22 +00:00
Rom Walton
d84e0d23f1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4810
2004-12-10 20:46:43 +00:00
Bruce Allen
a24afe2b67
Moved RCSID strings to the end of all .c, .C and .cpp files as per
...
David's request.
svn path=/trunk/boinc/; revision=4787
2004-12-08 00:40:19 +00:00
Rom Walton
f966ffac7a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4706
2004-12-02 20:17:34 +00:00
Rom Walton
622b210e12
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4604
2004-11-19 08:11:49 +00:00
Rom Walton
774313effb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4447
2004-10-27 21:10:22 +00:00