index
:
Reinteract
backend-split
deep-mutations
master
notebooks
unicode-internals
worksheet-printing
Experiment with Python
Owen Taylor
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message (
Expand
)
Author
2012-02-11
build_msi: handle a newer version already installed
Owen W. Taylor
2011-10-26
Makefile.am: add missing Python files
Owen W. Taylor
2011-10-26
build_deps_osx: update patches
Owen W. Taylor
2011-09-28
build_deps_osx: Add GTK+ patches fixing a crash when printing
Owen W. Taylor
2011-09-28
Makefile.am: adjust file lists
Owen W. Taylor
2010-09-18
Remove stale references to PrintOperation and update Makefile.am
Owen W. Taylor
2010-09-18
Add basic infrastructure for printing
Owen W. Taylor
2010-08-28
Fix distcheck hook for missing
Owen W. Taylor
2010-08-28
Add reunicode.py to Makefile.am
Joerg Bornschein
2010-08-28
Make tabs vs. spaces consistent
Joerg Bornschein
2009-03-21
Add a script to do all the steps of building a bundle
Owen W. Taylor
2009-03-21
Simplify about dialog logo handling by installing Reinteract.ico
Owen W. Taylor
2009-03-21
Update Makefile.am for current OS X GTK+ patches
Owen W. Taylor
2009-03-03
Make editor and doc-tooltip fonts configurable
Owen W. Taylor
2009-03-01
Add new Axes plotting class and RecordedObject class for non-copyable objects
Kai Willadsen
2008-10-18
Run unit tests for 'make check'
Owen W. Taylor
2008-10-17
Move examples from docdir to datadir
Owen W. Taylor
2008-10-17
Remove an unused assignment from Makefile.am
Owen W. Taylor
2008-10-17
Fix installation of the main 'reinteract' script.
Owen W. Taylor
2008-10-15
Respect DESTDIR when installing Reinteract.app
Owen W. Taylor
2008-10-15
Add configure --with-appdir=APPDIR
Owen W. Taylor
2008-10-15
Add configure --enable-python-thunks
Owen W. Taylor
2008-10-04
Byte-compile Python when building the OS X distribution
Owen W. Taylor
2008-10-01
Bump to 0.4.1 and add missing files to Makefile.am
REINTERACT_0_4_1
Owen W. Taylor
2008-09-30
Add a Builder base class for MsiBuilder
Owen W. Taylor
2008-09-30
Split AMParser into a separate directory
Owen W. Taylor
2008-09-29
Fix distcheck for recent additions
Owen W. Taylor
2008-09-29
Native wrapper for OS X
Owen W. Taylor
2008-09-23
Add Windows installer files to make dist
Owen W. Taylor
2008-09-13
Improve epydoc api-doc generation
Owen W. Taylor
2008-09-13
Execute worksheet code asynchronously in a thread
Owen W. Taylor
2008-09-13
Add 'make api-docs' to run epydoc over sources
Owen W. Taylor
2008-09-13
Rename our tokenize to retokenize to avoid confusion with the standard tokeni...
Owen W. Taylor
2008-09-08
Adding missing files to Makefile.am
Owen W. Taylor
2008-09-07
Makefile.am fixes
Owen W. Taylor
2008-08-31
Sort-out NotebookWindow/WorksheetWindow and add MiniWindow
Owen W. Taylor
2008-08-31
Include the examples directory in 'Open Notebook' dialog
Owen W. Taylor
2008-08-31
Start of a Notebook-centric user interface
Owen W. Taylor
2008-08-11
Add a desktop file and a logo (derived from the stock Gnome icon theme)
Kai Willadsen
2008-08-11
Add stdout_capture.py to Makefile.am
Ed Swarthout
2007-12-27
Update Makefile.am for recent changes
Chris Murphy
2007-12-09
Update Makefile.am to match uninst => uninst.py rename
Owen W. Taylor
2007-11-18
Add sanitize_textview_ipc.py to Makefile.am
Owen W. Taylor
2007-11-15
Use AC_CONFIG_AUX_DIR to reduce topdir pollution
Owen W. Taylor
2007-11-15
Remove start at gettext support
Owen W. Taylor
2007-11-15
Minor autoconf tweaks
Owen W. Taylor
2007-11-12
Setup to use autotools Add the necessary goo for automake and friends
Ray Strode