Sam Edwards
|
b2bfb31114
|
general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.
Closes #350
Closes #335
|
2018-06-14 16:04:49 +02:00 |
Sam Edwards
|
e2b4353800
|
general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
|
2018-06-03 16:35:13 -06:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
7cae040278
|
Support custom font settings in splash window + X11 impl
|
2015-09-02 03:31:28 +02:00 |
rdb
|
0bba09fc96
|
Add more customization options for splash screen, use proper Helvetica font for splash window on X11, change dimensioning rules to be more consistent with HTML/CSS rules
|
2015-09-01 01:13:17 +02:00 |
rdb
|
16e7831566
|
Remove executable permissions from files that don't need them
|
2015-04-05 15:41:49 +02:00 |
rdb
|
babc6726b2
|
Replace libpng and libjpeg with stb_image in the web plug-in to fix conflicts with incompatible system versions of libpng
|
2015-03-22 19:48:16 +01:00 |
rdb
|
86509ab684
|
fix png compile error
|
2013-08-26 14:45:32 +00:00 |
David Rose
|
9150bd2f6c
|
wip: support windows unicode filenames in plugin
|
2011-08-30 02:54:01 +00:00 |
David Rose
|
58f83fce39
|
fix redundant onDownloadBegin() message
|
2010-02-12 20:06:28 +00:00 |
David Rose
|
a7ac5345f4
|
support unknown-sized downloads
|
2009-12-09 15:37:48 +00:00 |
David Rose
|
fc10c7c5a0
|
further interface generalizations
|
2009-11-21 01:20:55 +00:00 |
David Rose
|
902ab1111a
|
bgcolor, fgcolor, barcolor
|
2009-11-19 21:37:52 +00:00 |
David Rose
|
945a732411
|
fix splash window visibility
|
2009-10-02 21:47:22 +00:00 |
David Rose
|
13877e26b1
|
finish workaround for Vista keyboard issue
|
2009-10-02 20:23:09 +00:00 |
David Rose
|
0bee045806
|
revert P3DAuthDialog effort, wxwidgets is just better
|
2009-09-17 18:01:22 +00:00 |
David Rose
|
68a6ddf163
|
wip: authwindow
|
2009-09-17 02:20:35 +00:00 |
David Rose
|
c4842323e8
|
use quartz for splash window
|
2009-09-14 03:52:44 +00:00 |
David Rose
|
0f21af3a53
|
redirect to main thread
|
2009-09-12 02:24:17 +00:00 |
David Rose
|
b52dfe14dd
|
more security work
|
2009-09-11 23:16:05 +00:00 |
David Rose
|
f340a4ea3f
|
more cleanup
|
2009-09-10 00:00:53 +00:00 |
David Rose
|
fd62333192
|
alpha blending for x11
|
2009-09-09 16:44:57 +00:00 |
David Rose
|
1513171ae8
|
wip, x11 button handling
|
2009-09-09 00:55:23 +00:00 |
David Rose
|
76679a765f
|
auto_start (wip)
|
2009-09-08 19:46:06 +00:00 |
David Rose
|
de2788c4cc
|
rework a bit for linux progress bar
|
2009-08-17 19:24:54 +00:00 |
David Rose
|
6b6a90e1b0
|
some minor cleanup
|
2009-07-29 12:35:16 +00:00 |
David Rose
|
74d2ff3b54
|
some minor fixes
|
2009-07-19 20:26:26 +00:00 |
David Rose
|
94f07118c1
|
subprocess mouse movement
|
2009-07-17 21:30:51 +00:00 |
David Rose
|
72da887fd5
|
osx splash window
|
2009-07-17 01:39:41 +00:00 |
David Rose
|
e214d8c9ef
|
more general rgb fix
|
2009-07-09 18:43:24 +00:00 |
David Rose
|
f38724aa92
|
splash window
|
2009-06-30 19:18:22 +00:00 |
David Rose
|
5fea6fffd7
|
jpeg splash images
|
2009-06-25 01:37:26 +00:00 |
David Rose
|
01ced75007
|
progress bars are back
|
2009-06-24 22:02:13 +00:00 |
David Rose
|
ec23ed2a43
|
cleaner p3d scripts
|
2009-06-24 09:39:11 +00:00 |