summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE
Commit message (Expand)AuthorAgeFilesLines
* Get rid of from ... import *Jack Jansen2001-02-091-5/+5
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-291-1/+2
* Use CountMenuItems() in stead of CountMItems().Jack Jansen2001-01-291-1/+1
* Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {...Jack Jansen2001-01-293-7/+7
* Sigh... First test before committing. InvalWindowRect and friends are window ...Jack Jansen2001-01-238-35/+39
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-238-34/+34
* more edits to make the text fit (jvr)Just van Rossum2000-10-201-5/+4
* oops, that one caused a syntax error... (jvr)Just van Rossum2000-10-201-1/+1
* edits to make the 2.0 copyright fit in the about box again... (jvr)Just van Rossum2000-10-201-8/+9
* Cleaned uthread dependencies (jvr)Just van Rossum2000-10-201-4/+8
* Hm, I never checked in my incomplete "run with interpreter" mods. UI is there...Just van Rossum2000-10-201-22/+63
* fixed 2.0 compat bugJust van Rossum2000-10-201-1/+1
* Upped SIZE to 16MB so IDE can run test.autotest (sigh).Jack Jansen2000-09-111-0/+0
* a minimal test app to show how to build a standalone app with WJust van Rossum2000-07-011-0/+20
* added clearkey = '\033'Just van Rossum2000-07-011-1/+1
* fixed bug in comment matchingJust van Rossum2000-07-011-3/+3
* Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat...Jack Jansen2000-06-202-5/+5
* Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ...Jack Jansen2000-06-071-1/+1
* minor tweak (jvr)Just van Rossum2000-04-091-1/+1
* added experimental microthread support for use with stackless python -- bw co...Just van Rossum2000-04-092-13/+77
* added popup control (jvr)Just van Rossum2000-04-091-4/+60
* added setbound() method, some cleanups (jvr)Just van Rossum2000-04-091-9/+12
* oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr)Just van Rossum2000-04-091-2/+2
* Fixed multi-arg appends.Jack Jansen2000-03-072-2/+2
* skip CVS folders when building the Scripts menu -- jvrJust van Rossum1999-12-231-1/+7
* updated copyright stringJust van Rossum1999-12-231-1/+1
* changed the "method find" algorithm so the function/class/method popup menu a...Just van Rossum1999-12-231-3/+8
* - windowbounds() now works with multiple screens (window position prefs!)Just van Rossum1999-10-301-5/+12
* Very minor little things... -- jvrJust van Rossum1999-10-301-4/+13
* New __version__ number (1.0!) -- jvrJust van Rossum1999-10-302-1/+1
* Minor indentation cleanup -- jvrJust van Rossum1999-10-301-1/+1
* String values will now always be shown with quotes, so one can see the differ...Just van Rossum1999-10-301-3/+1
* Added support for global default font settings. (jvr)Just van Rossum1999-09-262-23/+33
* 1) added "typingcasesens" keyword arg to constructor, and support for case se...Just van Rossum1999-09-261-8/+20
* added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr)Just van Rossum1999-09-261-1/+9
* added getdefaultfont() function. Returns default font settings. (jvr)Just van Rossum1999-09-261-0/+6
* 1 - added "set default window font" menuJust van Rossum1999-09-261-2/+7
* minor cleanup, avoiding rare traceback (jvr)Just van Rossum1999-09-261-1/+1
* mod from Joe Strout: when quitting, catch errors in window.close() methods an...Just van Rossum1999-06-221-1/+4
* Oliver Steele writes:Just van Rossum1999-05-211-2/+20
* - made "Save options..." dialog more generic, so it's also usable from RoboFogJust van Rossum1999-04-221-4/+5
* fixed glitch when scrolling very long files -- jvrJust van Rossum1999-04-221-1/+1
* improved scrollbar delay behavior -- jvrJust van Rossum1999-04-211-2/+5
* added hasclosebox attr (jstrout) -- jvrJust van Rossum1999-03-031-1/+2
* added "Save options" menu to popup so users can set the creator of scripts --...Just van Rossum1999-02-271-0/+56
* changed creator to 'Pide' -- jvrJust van Rossum1999-02-271-1/+1
* added kludge so edit menus work in W.ModalDialogs -- jvrJust van Rossum1999-02-271-1/+1
* updated 'vers' resource -- jvrJust van Rossum1999-02-271-0/+0
* reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the...Just van Rossum1999-02-271-13/+0
* added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will...Just van Rossum1999-02-271-0/+0