Commit Graph

17403 Commits

Author SHA1 Message Date
Gyedo Jeon 2e9cf84f88 Made saved filename be current filename 2010-03-10 19:39:05 +00:00
David Rose bbddefa885 make_window() should be public 2010-03-10 18:51:30 +00:00
rdb eec6ae2728 Typo 2010-03-10 09:40:08 +00:00
Arkady Trestman 7a4844fa34 improved tree building performance 2010-03-10 02:10:06 +00:00
Ken Patel bc9a4e1db1 GIB - Clean up log output and check for log histories even if basename does not include a date. 2010-03-10 02:03:22 +00:00
Arkady Trestman d97bdd1440 improved object palette tree loading time 2010-03-10 00:15:58 +00:00
David Rose 4fd129413a more robust handling of glx version and extension functions w.r.t. pbuffers and pixmaps 2010-03-08 20:58:06 +00:00
David Rose 30dddab983 remove troublesome assert 2010-03-08 20:13:20 +00:00
rdb 85bd762709 Fix incorrect PC-BSD checks 2010-03-08 19:22:14 +00:00
David Rose 181663ad66 fix error handling in NDEBUG case 2010-03-07 17:44:32 +00:00
Gyedo Jeon a89c2f5621 Adde contextMenu system 2010-03-06 02:48:15 +00:00
David Rose 26332522da cursor color should follow text_fg color 2010-03-06 00:00:25 +00:00
rdb a941082546 Remove unnecessary code 2010-03-05 14:21:12 +00:00
rdb 2af783dc28 Fix when /usr/bin/python isn't a symlink 2010-03-05 14:20:14 +00:00
rdb a78a262b16 Fix non-debug library imports on Windows 2010-03-05 07:53:54 +00:00
rdb 813000b2cc Reliable rmtree on Windows 2010-03-05 07:46:39 +00:00
David Rose b615117dff typo: has_fixed_size -> get_fixed_size 2010-03-05 02:31:33 +00:00
Gyedo Jeon 00c70c2615 Added popup menu to viewport 2010-03-04 18:37:04 +00:00
Gyedo Jeon 5f662a84ef Added popup menu to sceneGraphUI 2010-03-04 18:36:16 +00:00
rdb 1df1eb4f3e recognize verify_contents token 2010-03-04 18:10:44 +00:00
David Rose 34d84ea813 use coordinate-system-independent vectors 2010-03-04 17:50:56 +00:00
David Rose c6120c1ec1 writeConfigXml 2010-03-03 23:11:59 +00:00
David Rose 991d5179a3 add __enter__ and __exit__ 2010-03-03 18:32:46 +00:00
gogg 6785a61f3c Export the built-in font pointer, so that we can use it with other libraries/classes. 2010-03-03 15:13:04 +00:00
Gyedo Jeon 12928eb9b5 Made reset be called when editor is started 2010-03-03 01:25:12 +00:00
Arkady Trestman f3a8f95316 now sorting alphabetically and in original order 2010-03-02 23:21:07 +00:00
David Rose 108b2af944 os.rmdir() isn't reliable on windows 2010-03-02 23:18:38 +00:00
David Rose be494155cf scan_directory() for python 2010-03-02 23:16:53 +00:00
David Rose 1a02e76c28 mkdir, rmdir 2010-03-02 22:41:08 +00:00
Gyedo Jeon 88552b956c Added a list to keep object palette order 2010-03-02 22:31:00 +00:00
David Rose 53274c354a win-fixed-size 2010-03-02 21:53:39 +00:00
David Rose b61d739f19 fix fullscreen failure case 2010-03-02 19:04:01 +00:00
rdb 0d169cb3e8 Fix longstanding bug with "window-type offscreen", enable pbuffers 2010-03-02 18:47:18 +00:00
David Rose cf3a7ec5f7 plugin version 2010-03-02 17:44:19 +00:00
Arkady Trestman b550c5c0a4 added alphabetical tree-node sort 2010-03-02 03:45:55 +00:00
David Rose 6d64fbeb5f shutil.rmtree() not reliable on Windows 2010-03-02 02:17:47 +00:00
David Rose 6a2cb24ecf RT_forget_package 2010-03-02 01:39:34 +00:00
David Rose b4927284b5 automatic package management 2010-03-01 23:15:31 +00:00
David Rose e68e597b6a more verbose error messages 2010-03-01 19:06:12 +00:00
David Rose 6db963dfa6 publish PTA_double, PTA_LMatrix4f, PTA_LVecBase3f 2010-02-28 03:29:34 +00:00
David Rose 882b544805 fix forcetype for template instantiations 2010-02-28 03:29:03 +00:00
rdb 2941d95466 Fix OSX buildbot compile error for runtime build, as well 2010-02-27 14:39:58 +00:00
rdb 2c762a7820 Fix buildbot compile error on OSX 2010-02-27 14:13:54 +00:00
rdb d6c565860d Resolve symlinks for sys.executable, so that ppython symlink will always point to the right version on non-windows 2010-02-27 11:11:09 +00:00
rdb 95b6c2264f ppython symlink 2010-02-27 10:57:10 +00:00
Gyedo Jeon 78942f54ae Made reset festure could be canceled 2010-02-26 20:44:16 +00:00
Gyedo Jeon 33eda44d11 Added temporary hack for undo related bug 2010-02-26 20:28:17 +00:00
Gyedo Jeon 080a62753a Made keyevent unbound when gridSize UI is on 2010-02-26 20:27:53 +00:00
Ken Patel 97a1724005 Rope.py usage comment correction 2010-02-26 20:06:24 +00:00
Gyedo Jeon a926640f1a Added key down, up event binding 2010-02-26 20:05:51 +00:00