summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add build docs for windowsJohn Stowers2010-04-161-0/+1
|
* Retire hand-written ChangeLog; autocreate from Git historyPaul Pogonyshev2009-05-121-0/+33
| | | | Basically copied over from GLib source tree.
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-05-021-4/+7
| | | | | | | Remove the script and all related imports. All relevant Makefile's now create symbolic links for '.so' files from '.libs' to the level up, so that C helper modules are still importable in built, but not installed source tree. Same as in PyGObject. (Bug #565593.)
* Bug 548180 – install compatibility symlink for pygtk-codegen-2.0Paul Pogonyshev2008-08-231-15/+18
| | | | | | | | | | | | | 2008-08-24 Paul Pogonyshev <pogonyshev@gmx.net> Bug 548180 – install compatibility symlink for pygtk-codegen-2.0 * pygtk-codegen-2.0.in: New file. * configure.ac: * Makefile.am: Hook it up. svn path=/trunk/; revision=3021
* bug 542821:Paul Pogonyshev2008-07-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-14 Paul Pogonyshev <pogonyshev@gmx.net> bug 542821: * codegen: Remove directory, we will use PyGObject's codegen from now on. * configure.in: Remove local codegen mentions. (CODEGENDIR): New AC_SUBST: determine where installed PyGObject's codegen is. * Makefile.am: * gtk/Makefile.am: Remove local codegen mentions and use 'CODEGENDIR' instead. * MANIFEST.in: * pygtk.spec.in: * setup.py: Remove all mentions of codegen. * pygobject-2.0.pc.in: Remove file (unused). * pygtk-2.0.pc.in: Change 'codegendir' to refer to PyGObject's codegen. svn path=/trunk/; revision=3006
* Simplify, VERSION is already set in Makefile, dohJohan Dahlin2008-01-031-4/+3
| | | | svn path=/trunk/; revision=2952
* Simplify release taggingJohan Dahlin2008-01-031-0/+9
| | | | svn path=/trunk/; revision=2950
* Distribute m4 files.Paul Pogonyshev2007-12-121-1/+3
| | | | svn path=/trunk/; revision=2936
* Copy icons and cursors when making doc-dist.John Finlay2007-08-251-1/+3
| | | | | | | | * Makefile.am (doc-dist): Copy icons and cursors when making doc-dist. svn path=/trunk/; revision=2889
* Reverted last change: accidentally committed lot of irrelevant stuffYevgen Muntyan2007-06-161-8/+5
| | | | svn path=/trunk/; revision=2828
* reviewed by: Gustavo J. A. M. Carneiro.Yevgen Muntyan2007-06-161-5/+8
| | | | | | | | | | | | 2007-06-16 Yevgen Muntyan <muntyan@tamu.edu> reviewed by: Gustavo J. A. M. Carneiro. * codegen/argtypes.py: prepend const to const boxed return values in generated code (#448111). svn path=/trunk/; revision=2827
* Bug 337368 – Make PyGTK work with Python 2.5 and 64-bitGustavo J. A. M. Carneiro2006-10-031-0/+1
|
* Add doc distJohan Dahlin2006-09-041-0/+9
|
* Oops, forgot thisJohan Dahlin2006-09-041-4/+1
|
* Revert dynamic namespaces, it is not possible to solve it without breakingJohan Dahlin2006-07-231-32/+0
| | | | | | | | | | | | | | | * Makefile.am: * gtk/Makefile.am: * gtk/__init__.py: * gtk/_gtk.py: * gtk/_lazyutils.py: * gtk/deprecation.py: * gtk/gtk.override: * gtk/gtkmodule.c: (init_gtk): * gtk/libglademodule.c: (initglade): Revert dynamic namespaces, it is not possible to solve it without breaking the ABI.
* make --disable-docs really workGustavo J. A. M. Carneiro2006-07-221-1/+4
|
* Aloow libglade and gtkunixprint code generation in place.John Finlay2006-07-141-3/+3
| | | | | * Makefile.am (.defs.c): Aloow libglade and gtkunixprint code generation in place.
* fix typoJohn Finlay2006-07-141-1/+1
| | | | * fix typo
* Fix libglade/gtkunixprint buildJohan Dahlin2006-07-141-1/+35
|
* Add call to _pyatk_register_boxed_types()John Finlay2006-07-061-2/+3
| | | | | | | | | | | | | | | | | | * atkmodule.c (initatk): Add call to _pyatk_register_boxed_types() * Makefile.am (ATK_OVERRIDES): Add atkrectangle.override * atkrectangle.override: Add. * atk.override (_wrap_atk_text_get_text_at_offset) (_wrap_atk_text_get_text_before_offset) (_wrap_atk_text_get_character_extents) (_wrap_atk_text_get_run_attributes) (_wrap_atk_text_get_default_attributes) (_wrap_atk_text_get_bounded_ranges, _wrap_atk_text_get_selection) (_wrap_atk_text_get_range_extents): Add, * atk.defs (atk_rectangle_new): Add.
* Use PYCAIRO_CFLAGSJohan Dahlin2006-05-101-1/+1
| | | | | | | | | * Makefile.am: * gtk/Makefile.am: Use PYCAIRO_CFLAGS * configure.in: Make pycairo a required dependency, make sure the optional Gtk+ 2.10 dependency check work and only build pangocairo if pycairo found and libglade if gtk can be built
* Remove gobject and depend on pygobject 2.10.0Johan Dahlin2006-04-011-35/+6
|
* always install pygtk-2.0.pc even if only pango or atk is builtJohan Dahlin2006-01-111-2/+0
|
* Only install pygtk.pth if we're building gobject.Johan Dahlin2006-01-111-0/+2
| | | | * Makefile.am: Only install pygtk.pth if we're building gobject.
* fix gobject includes and external pygobject detectionGustavo J. A. M. Carneiro2006-01-101-2/+7
|
* Don't build or install gobject bindings if pygobject >= 2.9 is foundGustavo J. A. M. Carneiro2006-01-091-2/+15
|
* revert all changes from todayJohan Dahlin2006-01-091-4/+23
|
* Remove gobject bindings and depend on pygobject 2.9.0.Johan Dahlin2006-01-091-23/+4
| | | | Bump version to 2.9.0
* Remove old .msc files, which are outdated and unused.Johan Dahlin2005-09-021-1/+0
| | | | | | | | | * Makefile.am: * gobject/makefile.msc: * gtk/Makefile.am: * gtk/makefile.msc: * makefile.msc: Remove old .msc files, which are outdated and unused.
* gtk/Makefile.am Big makefile cleanup. Fix a couple of bugs meanwhile, mostJohan Dahlin2005-08-031-76/+71
| | | | | | | * gtk/Makefile.am * Makefile.am: Big makefile cleanup. Fix a couple of bugs meanwhile, most noticable, always install include *.defs in EXTRA_DIST and only install them when their target is built.
* Install defs files conditionally, fixes #312037 (Sebastien Bacher)Johan Dahlin2005-07-301-16/+7
| | | | | | * Makefile.am: * gtk/Makefile.am: Install defs files conditionally, fixes #312037 (Sebastien Bacher)
* Clean up, add some new files to EXTRA_DISTJohan Dahlin2005-07-221-42/+45
|
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-061-1/+15
|
* Part of bug 74144, make installation of .pc file conditionalJohan Dahlin2005-01-101-2/+5
|
* Make the build of atk, pango and gtk conditional. Fixes bug #74144.Johan Dahlin2005-01-101-5/+18
| | | | | | | | | | | | * .cvsignore: * Makefile.am: * configure.in: * gtk/Makefile.am: * pygtk-2.0.pc.in: * setup.py: * tests/common.py: * tests/testhelpermodule.c: Make the build of atk, pango and gtk conditional. Fixes bug #74144.
* Add pygtk_postinstall.py Updated Deprecate gtk.idle_add and friends. MergeJohan Dahlin2005-01-081-0/+1
| | | | | | | | | * Makefile.am: Add pygtk_postinstall.py * docs/random/missing-symbols: Updated * gtk/__init__.py: Deprecate gtk.idle_add and friends. * gtk/gtk.defs: Merge in 2.6 api, for GtkLabel functions, thanks to Gian Mario Tagliaretti, fixes bug #163296 * tests/test_thread.py: Don't use gtk.idle_add
* PyGtk 2.4.0 released!PYGTK_2_4_0Johan Dahlin2004-10-031-1/+0
|
* Filter out 0 valuesJohan Dahlin2004-09-171-3/+0
| | | | | | | * gobject/pygflags.c: Filter out 0 values * Makefile.am: * docs/Makefile.am: Revert documentation changes
* use $(pyexecdir) instead of $(pythondir) as the module as a whole shouldJonathan Blandford2004-08-111-3/+3
| | | | | | | | | Wed Aug 11 11:43:07 2004 Jonathan Blandford <jrb@redhat.com> * Makefile.am: * gtk/Makefile.am: use $(pyexecdir) instead of $(pythondir) as the module as a whole should be installed in the same place, #149849
* New targetJohan Dahlin2004-08-101-0/+4
| | | | | | | | | * Makefile.am (dist-nodoc): New target * docs/ref: Adding Johns reference manual * docs/: (incomplete) buildsystem for documentation and removing old documentation
* Added small PYTHONPATH noteJohan Dahlin2004-07-291-6/+8
|
* add, forgot it in last commitJohan Dahlin2004-07-171-90/+15
| | | | | | * tests/enum.py: add, forgot it in last commit * gobject/: Move gobject source files in here.
* gtk/*.overrideJohan Dahlin2004-07-171-3/+11
| | | | | | | | | | | | | | | | | | | | * gtk/*.override * codegen/codegen.py: * codegen/argtypes.py: Update for enums * pygtype.c (pyg_value_as_pyobject): Use new enum/flag functions * pygenum.[ch]: Handle GFlag * pygflags.[ch]: Handle GFlag * atk-types.defs: Fix gtype-id for all enums * gobjectmodule.c (initgobject): Clean up and add convinience macros * tests/enum.py: New file * tests/common.py: New file, also stole from gst-python
* Add a new example of subclassing a GtkWidget.Johan Dahlin2004-06-041-0/+1
| | | | | | | | * examples/gtk/widget.py: Add a new example of subclassing a GtkWidget. * Makefile.am (EXTRA_DIST): Add widget.py * pygobject.c (pygobject_new): guard object_ref call
* Add uimanager.pyJohan Dahlin2004-04-101-0/+1
|
* version -> 2.3.91Gustavo J. A. M. Carneiro2004-04-101-0/+2
|
* Impl, based on gtk_dialog_newJohan Dahlin2004-03-281-0/+1
| | | | | | | | | * gtk/gtk.override (_wrap_gtk_file_chooser_dialog_new): Impl, based on gtk_dialog_new * Makefile.am: Add example to EXTRA_DIST * examples/gtk/filechooser.py (filter): New example
* pygtk appwindow demo fix (stock item registration)Gustavo J. A. M. Carneiro2004-03-071-0/+1
|
* applied patch from Naofumi Yasufuku. Fixes bug 121339 (dsextras.pyXavier Ordoquy2004-02-231-0/+3
| | | | | | | | 2004-02-23 Xavier Ordoquy <xordoquy@wanadoo.fr> * Makefile.am: * gtk/Makefile.am: applied patch from Naofumi Yasufuku. Fixes bug 121339 (dsextras.py installation directory).
* remove files.James Henstridge2003-09-151-5/+1
| | | | | | | | | | 2003-09-15 James Henstridge <james@daa.com.au> * gtk/gtkgl*: remove files. * gtk/Makefile.am: remove gtkgl binding. * configure.in (build_gtkgl): remove gtkgl bindings.