File: ChangeLog

package info (click to toggle)
pigment-python 0.3.12-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,820 kB
  • ctags: 2,955
  • sloc: python: 11,664; sh: 10,131; makefile: 250; ansic: 97
file content (849 lines) | stat: -rw-r--r-- 22,696 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
=== release 0.3.12 ===

2009-05-18  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.override:
	Generate a RuntimeError exception when the viewport can't be created.

	fixes #286

2009-05-18  Olivier Tilloy  <olivier@fluendo.com>

	* pgm/timing/implicit.py:
	Added the stop_animation_for_attribute method to
	pgm.timing.implicit.AnimatedObject to stop the animation for a
	given attribute only.

2009-04-27  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmcanvas.override:
	* pgm/pgmdrawable.override:
	Added support for the new pixel offsets and alignment symbols.

	* examples/Makefile.am:
	* examples/layout.py:
	Added an example domonstrating how to layout drawables with a constant
	space of one pixel between them whatever the canvas or the viewport size
	are.

2009-04-27  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added support for the pgm_viewport_get_max_texture_size symbol.

2009-04-15  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmtext.override:
	* pgm/timing/controller.py:
	* pgm/timing/modifier.py:
	* pgm/timing/ticker.py:
	Added support for the new shadowing symbols.

=== release 0.3.11 ===

2009-03-31  Loïc Molinari  <loic@fluendo.com>

	* examples/text.py:
	* pgm/pgm.defs:
	* pgm/pgmtext.override:
	Added support for the new Pigment mulitiline symbols.
	Updated examples for the new meaning of the font height.

2009-02-13  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/implicit.py:
	New API call for pgm.timing.implicit.AnimatedObject:
	add_animated_attribute

2009-02-13  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/implicit.py:
	Added 'passthrough' attribute to pgm.timing.implicit.AnimatedObject
	thus making possible to dynamically inhibit implicit animations.

=== release 0.3.10 ===

2009-02-02  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmevent.override:
	Interpret EventWin32Message.lparam as Long.

2008-12-11  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	* pgm/timing/implicit.py:
	Added support for the pgm_drawable_[get,set]_scale functions.

=== release 0.3.9 ===

2008-11-07  Loïc Molinari  <loic@fluendo.com>

	* win32/vs9/pigment-python-imaging.vcproj:
	* win32/vs9/pigment-python.vcproj:
	Create the destination directory in post-build event if it doesn't
	exist.
	Copy the pure Python file in post-build event.
	Added the Python directory in the include paths.
	Fixed wrong libpigmentimaging.lib filename in release.
	Fixed the Python interpreter path in release to not use the debug
	version.

2008-11-03  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	* win32/Makefile.am:
	* win32/common/Makefile.am:
	* win32/common/pigment-imaging-python.rc:
	* win32/common/pigment-python.rc:
	* win32/common/pypgm.rc:
	* win32/vs9/Makefile.am:
	* win32/vs9/pigment-python-imaging.vcproj:
	* win32/vs9/pigment-python.sln:
	* win32/vs9/pigment-python.vcproj:
	Added MSVC9 project files for the bindings.

2008-11-03  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmlinearalgebra.override:
	Fixed Mat4x4 and Mat3x3 T and I property wrappers to actually return the
	new transposed or inverted matrix.

=== release 0.3.8 ===

2008-09-25  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	Added support for the PGM_IMAGE_TRANSPARENT wrapping.

2008-09-17  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmimage.override:
	Added the Image mapping_tx, mapping_ty, mapping_sx and mapping_sy
	properties so that it becomes possible to animate mapping using the
	timing system.

	* examples/wrapping.py:
	Updated to use the new properties and the timing system.

=== release 0.3.7 ===

2008-09-16  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmevent.override:
	* pgm/pgmviewport.override:
	Added support for the pgm_viewport_[get,set]_iconified and
	pgm_viewport_focus functions.

	* examples/image.py:
	Added demonstration of the iconification bindings.

2008-09-15  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	Added the DrawableProperty enum.

	* examples/imaging.py:
	Import gobject before initializing GObject threading.

=== release 0.3.6 ===

2008-09-10  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmimage.override:
	Added support for the pgm_image_{get,set}_wrapping functions.

	* examples/Makefile.am:
	* examples/groups.py:
	* examples/mappingmatrix.py:
	* examples/pgmgtk.py:
	* examples/pictures/Makefile.am:
	* examples/pictures/line-pattern.png:
	* examples/sphere.py:
	* examples/viewports.py:
	* examples/wrapping.py
	Added an example demonstrating the use of image wrapping.
	Converted examples still using the Image::pixbuf-loaded signal.
	Imported gobject to examples missing that.
	Removed the broken viewports.py example.

2008-08-14  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	Added support for the pgm_drawable_{get,set}_drag_distance functions.

2008-08-08  Loïc Molinari  <loic@fluendo.com>

	* examples/border.py:
	* examples/cloning.py:
	* examples/conversion.py:
	* examples/groups.py:
	* examples/image.py:
	* examples/imaging.py:
	* examples/implicit.py:
	* examples/mappingmatrix.py:
	* examples/pgmgtk.py:
	* examples/sphere.py:
	* examples/text.py:
	* examples/timing.py:
	* examples/video.py:
	* examples/viewports.py:
	* examples/webcam.py:
	Initialize Python GObject threading for all the examples.

2008-08-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/implicit.py:
	Removed a test causing animations not to start.
	Cleaned up coding style.

2008-08-01  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	* pgm/Makefile.am:
	* pgm/__init__.py:
	* pgm/pgmimaging.defs:
	* pgm/pgmimaging.override:
	* pgm/pgmimagingmodule.c:
	Added bindings for the new imaging library.

	* examples/imaging.py:
	Added example for the new imaging library.

	* pgm/pgm.defs:
	* pgm/pgmimage.override:
	Added bindings for the new image symbols.

	* examples/image.py:
	Adapted to the new image functions.

=== release 0.3.5 ===

2008-07-25  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Removed the message_filter property since it's a list and that could
	be strange for users not to be able to use list methods on it.

2008-07-25  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmviewport.override:
	Use a List instead of a Tuple for the message_filter.

2008-07-24  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/implicit.py:
	Use REPLACE instead of APPEND by default.

2008-07-24  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/controller.py:
	* pgm/timing/ticker.py:
	Call time() only once when the ticker is used.

2008-07-24  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmevent.override:
	Added support for PGM_WIN32_MESSAGE events.

2008-07-24  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added support for the pgm_viewport_{get,set}_message_filter functions.

2008-07-17  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.defs:
	Added pgm.ImageSinkEventMask for PgmImageSinkEventMask.

=== release 0.3.4 ===

2008-07-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/controller.py:
	Update the controller when started to wake up the rendering loop.

2008-07-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/controller.py:
	Do not start the controller if it's already started.

2008-07-04  Guillaume Emont  <guillaume@fluendo.com>

	* examples/conversion.py:
	Added cool rotations to the conversion example now that picking
	handles rotations correctly.

2008-07-03  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	* pgm/pgmimage.override:
	Added Drawable.from_canvas(), Drawable.to_canvas(),
	Image.from_drawable() and Image.to_drawable().

	* examples/conversion.py:
	Added an example converting a click position into image (pixel)
	coordinates.

2008-06-23  Guido Amoruso  <guidonte@fluendo.com>

	* pgm/timing/Makefile.am:
	Added pgm/timing/ticker.py to the dist.

2008-06-16  Lionel Martin  <lionel@fluendo.com>

	* pgm/timing/controller.py:
	workaround in order to minimize a race condition (from Florian)

2008-06-16  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/ticker.py:
	Added Ticker object used to update controllers in one go.

	* pgm/timing/controller.py:
	Adapted to use a ticker when requested.

	* pgm/timing/modifier.py:
	Removed GStreamer logging.

	* examples/cloning.py:
	* examples/implicit.py:
	* examples/mappingmatrix.py:
	* examples/pgmgtk.py:
	* examples/timing.py:
	Adapted examples to use the new 'update-pass' Pigment signal and the
	new Ticker object from the animation system.

2008-06-15  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/implicit.py:
	Support of rotations in implicit animations.

2008-06-15  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/controller.py:
	Removed dependency on GStreamer. Apart from being cleaner it also
	improves performance.

2008-06-09  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	Added support for Pigment rotation functions.

	* examples/pgmgtk.py:
	Made the Fluendo logo rotate.

2008-05-09  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	Removed old enumeration field.

2008-05-08  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added binding for the viewport rotation and reflection functions.

2008-05-07  Philippe Normand  <philippe@fluendo.com>

	* benchmarks/drawables_bench.py:
	Make the drawable visible if there's no picture file to load.

2008-05-06  Philippe Normand  <philippe@fluendo.com>

	* benchmarks/drawables_bench.py:
	* benchmarks/graph.py:
	Little tool to benchmark drawables rendering

2008-04-23  Philippe Normand  <philippe@fluendo.com>

	* pgm/graph/drawable.py:
	* pgm/graph/group.py:
	Various performance related optimizations:
	- cache drawable position
	- avoid unecessary properties access within loops
	- avoid use of map/lambda in drawable::absolute_position__get: too
	slow
	- opacity_factor_offset is now a real property of Drawable

2008-04-21  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/button.py:
	Added pressure argument to signal handler of "clicked" signal.

2008-04-18  Philippe Normand  <philippe@fluendo.com>

	* pgm/graph/group.py:
	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	* pgm/widgets/scrollbar.py:
	Added pressure argument to signal handlers of "clicked",
	"drag-begin", "drag-motion" and "pressed" signals.

2008-04-16  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmevent.override:
	Added support for the pressure events.

=== release 0.3.3 ===

2008-03-03  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/codegen.py:
	Only import docstuff (which needs python-xml) if the --xml-doc option
	is given.

	* README:
	Added python-xml as an optional dependency. Removed the list of
	dependecies for fedora since these are not tested.

2008-03-03  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added binding for PgmViewport::get_embedding_id.

	fixes #231

2008-02-29  Florian Boucault  <florian@fluendo.com>

	* pgm/utils/benchmark.py:
	Removed all graphical stuff. The viewport does not show up anymore.

2008-02-26  Loïc Molinari  <loic@fluendo.com>

	* pgm/utils/benchmark.py:
	Changed authoring to Benjamin.
	Removed trailing spaces.

2008-02-23  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/circular_list_ng.py:
	Was calling a non existing function which actually was a method.

2008-02-22  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/utils/benchmark.py:
	hide the viewport to avoid that it is shown even if it should be
	destroyed already

2008-02-22  Philippe Normand  <philippe@fluendo.com>

	* pgm/utils/Makefile.am:
	Ship benchmark module...

2008-02-22  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Do not change items' z coordinate.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/Makefile.am:
	Added newly added button.py to the Makefile.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Dragging improvement: newly selected item will be on the same row as
	the previously selected item.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Added a 'scrolled' signal that allows customisation of the answer on
	mouse chord scrolling.

2008-02-20  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/button.py:
	stop processing

2008-02-19  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/utils/benchmark.py:
	set the canvas to None and remove a print

2008-02-18  Benjamin Kampmann  <benjamin@fluendo.com>

	* examples/benchmark.py:
	* pgm/utils/benchmark.py:
	moving the benchmark and making it into a class

2008-02-18  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/graph/group.py:
	add missing signals

	* pgm/widgets/button.py:
	add a simple button-api

2008-02-18  Florian Boucault  <florian@fluendo.com>

	* examples/video.py:
	Simplified fullscreen toggling code.
	Simplified canvas and viewport sizing code.
	Added fps display toggling capability.
	Removed trailing spaces.

2008-02-15  Lionel Martin  <lionel@fluendo.com>

	* examples/video.py:
	Add screen aspect ratio support and display the framerate

2008-02-15  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	set it visible BEFORE doing the layout

2008-02-15  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	don't do the layout, if not visible, but do it, when getting visible

2008-02-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Regeneration code removed. Replaced with a more efficient and simpler
	approach: items of the list are not added to the Group therefore to
	the Canvas before they need to be shown.
	Regression: 'forward_signals' support removed. It was unused and not
	fully implemented in inheriting widgets though.

2008-02-13  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/circular_list_ng.py:
	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Set the size before the opacity for list items so that no item with
	the wrong size gets displayed.

2008-02-12  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added support for the alpha blending functions.

	* examples/video.py:
	* examples/webcam.py:
	Disabled alpha blending.

2008-02-11  Benjamin Kampmann  <benjamin@fluendo.com>

	* examples/benchmark.py:
	adding a first draft of the benchmark example

2008-02-11  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmevent.override:
	Added support for Dnd events.
	Added source field retrieving.

	* examples/video.py:
	Added drag 'n drop support.

2008-02-08  Florian Boucault  <florian@fluendo.com>

	* pigment-python/pgm/widgets/circular_list_ng.py:
	* pigment-python/pgm/widgets/grid_ng.py:
	* pigment-python/pgm/widgets/list_ng.py:
	Added an 'animated' boolean attribute defining if the list widget is
	animated or not.

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added a comment to clarify that semi-obfuscated piece of shell to
	symlink .py files from srcdir.

2008-02-08  Loïc Molinari  <loic@fluendo.com>

	Patch by: Brian Cameron <brian dot cameron at sun dot com>

	* pgm/Makefile.am:
	Added bound libs to the ldflags.

	fixes #131

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added an explicit definition of $(builddir) as well.
	Added a quote protection around a wildcard used by a find command.

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added an explicit definition of $(abs_srcdir) since we need it and it
	isn't always exported by autoconf/automake.

2008-02-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added viewport opacity, decorating and frame_rate bindings.

2008-02-06  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/graph/Makefile.am:
	* pgm/timing/Makefile.am:
	* pgm/utils/Makefile.am:
	* pgm/widgets/Makefile.am:
	Added .pyc files to the list of files to clean.

	* pgm/Makefile.am:
	Added code to symlink .py files from $(srcdir) in all-local.
	Added .pyc files to the list of files to clean.

	* tests/pgm/Makefile.am:
	Fixed the PYTHONPATH environment variable for check-verbose: was using
	$(top_srcdir) instead of $(top_builddir).

2008-02-06  Florian Boucault  <florian@fluendo.com>

	* pigment-python/pgm/widgets/list_ng.py:
	API change: compute_zoom dispatched into compute_zoom_height and
	compute_zoom_width.

	* pigment-python/pgm/widgets/circular_list_ng.py:
	Circular lists have no interested in that change: adapted to ignore
	it.

2008-02-06  Guillaume Emont  <guillaume@fluendo.com>

	* examples/implicit.py:
	* examples/text.py:
	Updated examples to reflect the new font height definition in pigment.

2008-02-05  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/Makefile.am:
	Added docstuff.py to the list of codegen files.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* autogen.sh:
	Ensures we are in the path where the script is (needed for buildbot).

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/docextract.py:
	Heavily refactored parsing code to allow extraction of short
	descriptions of classes as well as functions/methods.

	* codegen/docextract_to_xml.py:
	Updated to write class descriptions in the xml output.

	* pgm/docstrings.xml:
	File generated with docextract_to_xml.py using pigment source code
	(has to be on the repository since pigment source code is not
	guarenteed to be accessible at build time).

	* codegen/docstuff.py:
	New code to parse the output of docextract_to_xml.py and convert it to
	a string suitable to put in C code.

	* codegen/codegen.py:
	Added a new --xml-doc option that allows to generate docstrings from
	an xml file (of the format created by docextract_to_xml.py)

	* codegen/docgen.py:
	Fixed an issue when a documented object doesn't have its parent in the
	source/defs we're using (case of pigment with GstObject not present).
	Updated according to changes in docextract.py
	Changed hardcoded strings so that we don't generate documentation that
	pretends to be PyGTK's documentation.

	* configure.ac:
	* pgm/Makefile.am:
	Added an option --enable-docstrings that enables putting docstrings in
	the generated binding.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Now use the --py_ssize_t-clean option of codegen.py.

	* pgm/pgm.override:
	Removed our own handling of the Py_ssize_t issue.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/Makefile.am:
	* codegen/README.defs:
	* codegen/argtypes.py:
	* codegen/codegen.py:
	* codegen/createdefs.py:
	* codegen/definitions.py:
	* codegen/defsconvert.py:
	* codegen/defsgen.py:
	* codegen/defsparser.py:
	* codegen/docextract_to_xml.py:
	* codegen/docgen.py:
	* codegen/missingdefs.py:
	* codegen/override.py:
	* codegen/reversewrapper.py:
	* codegen/scanvirtuals.py:
	* codegen/scmexpr.py:
	Updated codegen to a newer version (taken from pygtk).

	* pgm/Makefile.am:
	Removed an option passed to codegen.py that is now obsolete.

	* pgm/pgm.defs:
	* pgm/pgmgtk.defs:
	Added the unblock-threads option to function and method defines since
	it is now optional.

2008-01-31  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Added 'empty' method that empties the widget.
	Improved pop that does not relayout if it is not necessary.

=== release 0.3.2 ===

2008-01-23  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	Removed libtool version variables.

2008-01-18  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	Bumped Pigment library requirements.

2008-01-18  Loïc Molinari  <loic@fluendo.com>

	* examples/Makefile.am:
	* examples/pictures/Makefile.am:
	Ship examples at install step.

2008-01-16  Loïc Molinari  <loic@fluendo.com>

	* NEWS:
	Modified wrong version number.

=== release 0.3.1 ===

2008-01-16  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Regenerate items when they become visible for the first time.

2008-01-16  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Inverted loading and layout of items so that you can do anything up to
	creation of the item in load_item.

2008-01-16  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.override:
	Reverting the typedef for Py_ssize_t on python < 2.5: old python used
	int where new python uses Py_ssize_t.

2008-01-16  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	* Makefile.am:
	* win32/Makefile.am:
	* win32/common/Makefile.am:
	* win32/vs6/Makefile.am:
	Added win32 files to dist.

	* RELEASE:
	Added release file.

2008-01-15  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.override:
	* pgm/pgmimage.override:
	Fixed portability issues: we were using int/gint where we should have
	used ssize_t/Py_ssize_t.

	fixes #213

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmmodule.c:
	Updated copyrights to 2008.

	* pgm/win32:
	Adapted the MSCV6 configuration files for the Python binding split.

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* tests/pgm/test_viewport.py:
	Removed useless print.

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* examples/pgmgtk.py:
	Adapted to Pigment rotation sign changes.

	* configure.ac:
	Cosmetic fix.

2008-01-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Reworked preloading so that preloaded items do not get layout. Huge
	performance win.
	Complexity was n^2 in the worst case; using a set fixed it.
	Added a method is_widget_visible.

	* pgm/widgets/list_ng.py:
	Removed trailing white spaces.

2008-01-11  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/implicit.py:
	* pgm/widgets/circular_list_ng.py:
	* pgm/widgets/scrollbar.py:
	pypgmtools is no longer; replaced by pgm.

2008-01-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/list_ng.py:
	Reworked preloading so that preloaded items do not get layout. Huge
	performance win.
	Complexity was n^2 in the worst case; using a set fixed it.
	Added a method is_widget_visible.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	* examples/pgmgtk.py:
	Added a rotation to the logo.

	* misc/Makefile.am:
	* misc/env:
	Removed unneeded files.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	* README:
	Added explanations on how to use pigment python uninstalled.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	Python binding split.