~fginther/libgrip/libgrip-0.3.5-precise

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
# Generated by Makefile. Do not edit.

2012-02-02  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Bumping version to 0.3.4

2012-02-02  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge gtk deprecated box api change

2012-02-02  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Do not use deprecated API from GTk
	
	Use their replacements instead.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Bumped version to 0.3.3.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed a packaging FTBFS due to previous g-ir changes by versioning the gir target and not the dependent typelib.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Tweaked Python introspection bindings (LP: #861599).

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Tweaks Python introspection bindings (LP: #861599).

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Changed the name of the generated introspection files, fixed g-ir-scanner failures (LP: #861596).

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Re-added AxisExtents symbol, marked it as deprecated, and forced g-ir-scanner to ignore that particular symbol.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Replaced the symbol AxisExtents with GIR-compliant GripAxisExtents.  Fixes a g-ir-scanner failure but results in an API breakage.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Changed the name of the generated introspection file to conform to GObject Introspection conventions.

2011-10-11  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge fix for random segfaults due to inconsistent window handling

2011-10-06  Stephen M. Webb   <stephen.webb@canonical.com>

	Renamed window_mapped_cb to toplevel_mapped_cb to reduce confusion.

2011-10-06  Stephen M. Webb   <stephen.webb@canonical.com>

	Fixed invalid deletion of all registration requests in window mapping.

2011-10-06  Stephen M. Webb   <stephen.webb@canonical.com>

	Registered only those widgets that have had their toplevel windo mapped.

2011-09-22  Stephen M. Webb   <stephen.webb@canonical.com>

	Removed gio from main loop on shutdown (LP: #830640).

2011-09-22  Stephen M. Webb  <stephen.webb@canonical.com>

	Removed gio from main loop on shutdown (LP: #830640).

2011-09-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged filechannel life cycle fix.

2011-09-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Explicitly unref the iochannel object so it is deallocated.

2011-09-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Drop pending events when shutting down IO channel.

2011-09-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Zero out Geis instance variable to prevent use of stale pointer.

2011-09-07  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Bumped version number for release.

2011-09-05  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged unsubscribe fix.

2011-09-02  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Unsubscribe only those gestures that we are resubscribing.

2011-08-09  Chase Douglas  <chase.douglas@ubuntu.com>

	Release version 0.3.1

2011-08-09  Chase Douglas  <chase.douglas@ubuntu.com>

	Fix cast alignment error on ARM

2011-08-09  Chase Douglas  <chase.douglas@ubuntu.com>

	Fix "cast increases required alignment of target type" compile error
	
	On ARM, a cast of the data from GArray causes this warning/error to be
	emitted. It's not a real issue, but it can cause build failures so we now
	mask it by casting to an intermediate void pointer.
	
	See https://bugzilla.gnome.org/show_bug.cgi?id=502927 for an example of
	how this bug was resolved for g_array_index().

2011-08-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merge input type expose.

2011-08-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Expose input device type function in API.

2011-08-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged type detection branch.

2011-08-08  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Factor device type detection to a single function.

2011-08-05  Stephen M. Webb  <stephen.webb@canonical.com>

	Fix daily builds.

2011-08-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Added GripInputDevice class and propagated it with gesture events.

2011-08-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Bumped minor version due to API change.

2011-08-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Enabled compiler warnings and silenced them.

2011-08-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Added extent functions to GripInputDevice and griptest.

2011-08-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Propagated GripInputDevice for each gesture event.

2011-08-02  Stephen M. Webb  <stephen.webb@canonical.com>

	Remored GripGestureManager to use the new GripInputDevice.

2011-08-02  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed up getters for GripInputDevice.

2011-08-02  Stephen M. Webb  <stephen.webb@canonical.com>

	Tweaks some docs.

2011-08-02  Stephen M. Webb  <stephen.webb@canonical.com>

	Added the GripInputDevice GObject class.

2011-07-29  Stephen M. Webb  <stephen.webb@canonical.com>

	Added documentation (LP: #744911)

2011-04-13  Stephen M. Webb  <stephen.webb@canonical.com>

	More final documentation tweaks, for the remaining undocumented bits.

2011-03-30  Stephen M. Webb  <stephen.webb@canonical.com>

	Some final tweaks for packaing the docs.

2011-03-29  Stephen M. Webb  <stephen.webb@canonical.com>

	Fleshed out some of teh documentation more.

2011-03-29  Stephen M. Webb  <stephen.webb@canonical.com>

	Added infrastructure to produce gtk-doc reference documentation.

2011-07-12  Chase Douglas  <chase.douglas@ubuntu.com>

	Release version 0.2.1

2011-07-12  Chase Douglas  <chase.douglas@ubuntu.com>

	Update gir scanning to use Gtk-3.0

2011-07-11  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged null pointer fix.

2011-07-11  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Prevent potential null pointer dereference.

2011-07-11  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged device separation branch.

2011-07-08  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Drop libgrip element from pkg-config file.

2011-07-07  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Update Geis dependency info.

2011-06-30  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix exit crashing bug.

2011-06-29  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Do not subscribe if the list of devices is empty.

2011-06-29  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Code hygiene additions.

2011-06-22  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	If clause simplification.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged changes in trunk.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Work on separating different device types to their own subscriptions.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Reordered function arguments for consistency.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Extract binding to a function.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Extract registration to a function.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged build fixes.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fixed documentation for register_window.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix registration calls.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed circular dependency.

2011-06-17  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge remove-version branch to remove version from library name

2011-06-14  Chase Douglas  <chase.douglas@ubuntu.com>

	Remove the version number from the library name
	
	This will make it easier to maintain since we only plan to support one
	version of libgrip at any time.

2011-06-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Hide all Autotools garbage from bzr st.

2011-06-17  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge device class types subscription changes

2011-06-17  Chase Douglas  <chase.douglas@ubuntu.com>

	Remove GRIP_DEVICE_ALL from GripDeviceType enum

2011-06-14  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump the version to 0.2.0
	
	This brings with it API and ABI breakage

2011-06-14  Chase Douglas  <chase.douglas@ubuntu.com>

	Move devices array allocation to object init time from construction time

2011-06-14  Chase Douglas  <chase.douglas@ubuntu.com>

	Rework GRIP_DEVICE_ALL so it is the union of all the device types

2011-06-13  Chase Douglas  <chase.douglas@ubuntu.com>

	Add argument to specify device type when registering for gestures
	
	Possible values:
	
	* GRIP_DEVICE_ALL
	
	or the logical OR'ing of:
	
	* GRIP_DEVICE_TOUCHSCREEN
	* GRIP_DEVICE_TOUCHPAD
	* GRIP_DEVICE_INDEPENDENT

2011-06-13  Chase Douglas  <chase.douglas@ubuntu.com>

	Get device types at initialization time

2011-06-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged unsubscribe branch.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Terminate Geis instance on unregistering.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Re-subscribe to gestures. Doesn't work yet for some reason.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Prepare version-script for the next release.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Free the registration object.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Unregistering works for some values of works.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Minor refactoring.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Refactored main program so that unregistering is possible.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Renamed element for clarity.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	GUI has a button to enable and disable gestures.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Move subscription to its own function.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged deduplication.

2011-06-15  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Put braces according to coding standards.

2011-06-15  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed useless duplication with a common function.

2011-06-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged GTK3 branch.

2011-05-23  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix dependencies in pkg-config file.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Use GTK3 drawing model.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Final accessor function change.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Use correct X backend call.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Convert GtkObject to GtkWidget.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Converted struct accesses to accessor functions.

2011-06-07  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged underscore 2 fix.

2011-06-07  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	More underscore removal.

2011-05-31  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged underscore removal.

2011-05-31  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed double underscores.

2011-03-23  Chase Douglas  <chase.douglas@ubuntu.com>

	Release version 0.1.7

2011-03-23  Chase Douglas  <chase.douglas@ubuntu.com>

	Add position coordinates to pinch and rotate gesture events

2011-03-23  Chase Douglas  <chase.douglas@ubuntu.com>

	Add position coordinates to pinch and rotate gesture events

2011-03-10  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge patch from Kevin Wells to fix ./configure gobject-introspection
	issue.

2011-03-08  Kevin Wells  <wellsie1116@gmail.com>

	Add necessary commands to include macros defined in m4.

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.6 for silent-rules usage and g-ir-scanner FTBFS fix

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Give location of libtool to g-ir-scanner
	
	Fixes an FTBFS in a debian pbuilder.

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Enable automake silent-rules support by default

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Remove SHAVE autotools clean build additions
	
	Deprecated by Automake 1.11 with "silent rules"

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Release fix for version script.

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.5 for symbol versioning fix.

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Delete annonymous version script section. Fixes build failure.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Released versioned symbols.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Bump to 0.1.4 for SONAME and symbol versioning.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Added symbol and SONAME versioning.

2011-03-03  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.3 for properly generated dist tarball

2011-02-04  Cody Russell  <crussell@canonical.com>

	Install grip-test

2011-02-04  Cody Russell  <crussell@canonical.com>

	Bump version to 0.1.2

2011-01-24  Cody Russell  <crussell@canonical.com>

	More cleanup

2011-01-24  Cody Russell  <crussell@canonical.com>

	Cleanup

2011-01-24  Cody Russell  <crussell@canonical.com>

	Merge lp:~ken-vandine/libgrip/python_gi_override branch from Ken van Dine.

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	Added python overrides for Grip

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	added --warn-all to scanner flags

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	Moved instatiation of the GestureManager object to init

2011-01-21  Cody Russell  <crussell@canonical.com>

	Work-in-progress fixage for Python-fu

2011-01-21  Cody Russell  <crussell@canonical.com>

	Change window size to be smaller.

2011-01-21  Cody Russell  <crussell@canonical.com>

	Fix register_window() parameters.

2011-01-21  Cody Russell  <crussell@canonical.com>

	Fix gtk importing.

2011-01-18  Cody Russell  <crussell@canonical.com>

	Merge geis-separate-subscriptions branch.  Subscribe to individual geis events rather than using GEIS_ALL_GESTURES.

2011-01-18  Cody Russell  <crussell@canonical.com>

	Add some comments.

2011-01-12  Cody Russell  <crussell@canonical.com>

	Subscribe to individual geis events rather than using GEIS_ALL_GESTURES.

2011-01-03  Cody Russell  <crussell@canonical.com>

	Bump the version to 0.1.1

2011-01-03  Cody Russell  <crussell@canonical.com>

	Add GTK_LIBS for rectangle-mover

2010-12-10  Cody Russell  <crussell@canonical.com>

	Event routing by widget.

2010-12-08  Cody Russell  <crussell@canonical.com>

	Automatically defer registration to map-event.

2010-12-01  Cody Russell  <crussell@canonical.com>

	Don't return during the loop.

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename pygrope files

2010-11-22  Cody Russell  <crussell@canonical.com>

	Move pygrope to pygrip

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename libgrope to libgrip

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename to libgrip

2010-11-18  Cody Russell  <crussell@canonical.com>

	Remove #include <grail-types.h>

2010-11-18  Cody Russell  <crussell@canonical.com>

	Add support for tap gestures

2010-11-17  Cody Russell  <crussell@canonical.com>

	Merge example directory fixup branch from Duncan.

2010-11-17  Duncan McGreggor  <duncan@ubuntu.com>

	Updated files with the new path to the gesture example app.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Formatting cleanups.

2010-11-17  bratsche

	Changes from Cody Russell include the following:
	* The use of Gtk instead of gtk.
	* Using only a single callback, due to the limitations of the bindings generator.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Fixed up import statements.
	* Added more comments.
	* Fixed up API calls to match Cody's implementation.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added an implementation for non-existent Python bindings.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added an implementation for non-existent Python bindings.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Added support for mapping events for gestures.
	* Changed the destroy event mapping at Cody's suggestion.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	* Added support for mapping events for gestures.
	* Changed the destroy event mapping at Cody's suggestion.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added initial comments from Cody about how to use a python API for grope.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added initial comments from Cody about how to use a python API for grope.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added basic pygtk python app for loading the glade file.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added basic pygtk python app for loading the glade file.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Fixed up example directory to support more than one example.
	* Added a glade file for the Python example.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Fixed up example directory to support more than one example.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	This stuff was taken from my branch; I'm removing it from this code and will re-add it as a merge from that branch.

2010-11-16  Cody Russell  <crussell@canonical.com>

	Use single callback for the sake of Python bindings.

2010-11-15  Cody Russell  <crussell@canonical.com>

	Rather than import gtk, import Gtk from gi.repository.

2010-11-15  Cody Russell  <crussell@canonical.com>

	Add @manager to the list of args in the comment.

2010-11-12  Cody Russell  <crussell@canonical.com>

	Remove some unecessary code

2010-11-12  Cody Russell  <crussell@canonical.com>

	Single callback

2010-11-10  Cody Russell  <crussell@canonical.com>

	Add gobject-introspection support

2010-11-10  Cody Russell  <crussell@canonical.com>

	Fix AC_INIT()

2010-11-10  Cody Russell  <crussell@canonical.com>

	Add missing introspection.m4 file

2010-11-10  Cody Russell  <crussell@canonical.com>

	Remove some unnecessary indentation

2010-11-10  Cody Russell  <crussell@canonical.com>

	GObject introspection

2010-11-10  Cody Russell  <crussell@canonical.com>

	Enum type generation

2010-11-09  Cody Russell  <crussell@canonical.com>

	Enum type generation

2010-11-10  Cody Russell  <crussell@canonical.com>

	Merge dist-hook branch to autogenerate AUTHORS and ChangeLog files using bzr history

2010-11-09  Cody Russell  <crussell@canonical.com>

	auto-generate the AUTHORS and ChangeLog files from bzr history.

2010-11-09  Cody Russell  <crussell@canonical.com>

	Add data to binding.

2010-11-09  Cody Russell  <crussell@canonical.com>

	Add gpointer user_data parameter to GropeGestureCallback

2010-10-12  Cody Russell  <crussell@canonical.com>

	Initial commit.