rdb
|
37b5c9ad9e
|
direct: More code style changes
|
2023-02-22 11:52:19 +01:00 |
WMOkiishi
|
c7c70bc32a
|
direct: Cut down on usage of `import *` (#1454)
* Remove most `import *`s in `direct`
* Address feedback
|
2023-02-12 13:16:52 +00:00 |
rdb
|
be9dde1eee
|
direct: add .pylintrc, perform major code cleanup pass
Closes #989
Co-authored-by: Daniel Stokes <kupomail@gmail.com>
|
2020-12-31 01:36:23 +01:00 |
Fireclaw
|
c73415b4ba
|
dgui: fix sizing after changing Slider/Scrollbar orientation
Closes #700
|
2020-02-23 16:28:40 +01:00 |
rdb
|
22e88a5b6a
|
direct: a few improvements to API documentation
|
2019-11-02 19:41:11 +01:00 |
rdb
|
d576c6b638
|
Improvements to generated API docs, especially in direct tree.
Also add an entry point for pfreeze.
|
2017-05-24 13:30:21 +02:00 |
rdb
|
23bf9ea5c7
|
The direct tree is now valid Python 2 *and* 3
|
2016-03-28 22:33:30 +02:00 |
rdb
|
54fa31ba17
|
StandardError -> Exception, other 2to3 changes, threaded 2to3
|
2016-03-25 17:13:09 +01:00 |
rdb
|
d9342043b0
|
Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour
|
2015-06-28 13:55:31 +02:00 |
M. Ian Graham
|
0f403bca36
|
Added support for inverted scrollbar, values descend from top to bottom
|
2007-10-24 05:43:49 +00:00 |
David Rose
|
67da79e374
|
add scrollStep(), scrollPage()
|
2007-04-24 18:53:01 +00:00 |
Darren Ranalli
|
e37af2fe40
|
messenger hook cleanup
|
2007-01-31 04:42:08 +00:00 |
Josh Yelon
|
1b058da878
|
Added __all__ declarations
|
2006-08-09 20:49:19 +00:00 |
Dave Schuyler
|
64a75159c6
|
formatting
|
2006-03-17 23:32:40 +00:00 |
David Rose
|
ba4c626028
|
yell if invalid orientation given
|
2005-12-12 17:28:53 +00:00 |
David Rose
|
05f22af7b3
|
add scrollSize
|
2005-08-29 00:45:27 +00:00 |
David Rose
|
1e81e656ab
|
PGItemNotify interface, PGScrollFrame, and more general PGSliderBar
|
2005-08-27 00:15:54 +00:00 |