Stephan Sundermann
41af361d89
sample: Add playback tutorial 5 sample
2014-08-08 17:50:29 +02:00
Stephan Sundermann
531c90cde2
sample: Add playback tutorial 4 sample
2014-08-08 17:02:10 +02:00
Stephan Sundermann
85143214ac
sample: Add playback tutorial 3 sample
2014-08-08 01:14:38 +02:00
Stephan Sundermann
80002cb38f
sample: Add playback tutorial 2 sample
2014-08-08 00:57:34 +02:00
Stephan Sundermann
86faebc08c
sample: Add playback tutorial 1 sample
2014-08-07 21:58:51 +02:00
Stephan Sundermann
d9954d32be
sample: Add basic tutorial 13 sample
2014-08-07 19:40:31 +02:00
Stephan Sundermann
346893cc10
sample: Add basic tutorial 12 sample
2014-08-07 18:48:04 +02:00
Stephan Sundermann
f58721c84a
sample: Add basic tutorial 9 sample
2014-08-07 17:17:56 +02:00
Stephan Sundermann
8e8f890424
TagList: Fix Value passing
2014-08-07 17:15:29 +02:00
Stephan Sundermann
cd2557410d
docs: add html target
2014-08-07 01:24:23 +02:00
Stephan Sundermann
0dd852bccb
build: update solution files
2014-08-07 01:03:46 +02:00
Stephan Sundermann
9515955517
docs: Fix makefile
2014-08-06 23:41:05 +02:00
Stephan Sundermann
c24087c49c
build: Make distcheck pass
2014-08-06 23:21:40 +02:00
Stephan Sundermann
d5e5a1030b
sample: Add basic tutorial 8 sample
2014-08-06 21:39:38 +02:00
Stephan Sundermann
8391bb849a
MapInfo: Fix Data property
2014-08-06 21:39:25 +02:00
Stephan Sundermann
0647ebb0c7
App: Add custom constructors for AppSink and AppSrc
2014-08-06 21:38:48 +02:00
Stephan Sundermann
dba0f53b37
Buffer: Fix byte[] methods
2014-08-06 15:19:16 +02:00
Stephan Sundermann
60f672f209
sample: Add basic tutorial 7 sample
2014-08-06 00:58:24 +02:00
Stephan Sundermann
6d80e4208a
Add bindings for class struct methods
2014-08-06 00:55:58 +02:00
Stephan Sundermann
62b75d93d3
sample: Add basic tutorial 6 sample
2014-08-05 23:05:32 +02:00
Stephan Sundermann
26bd788ba3
Value: Register with type system
2014-08-05 23:05:20 +02:00
Stephan Sundermann
e9227c5659
Regenerate bindings
2014-08-05 21:44:59 +02:00
Stephan Sundermann
a8690fbfbf
sample: Fix URL
2014-08-05 11:51:37 +02:00
Stephan Sundermann
6c5ab2a474
sample: Add basic tutorial 5 sample
2014-08-03 17:41:31 +02:00
Stephan Sundermann
54812a36ed
sample: Add basic tutorial 4 sample
2014-08-03 14:21:25 +02:00
Stephan Sundermann
ffbcc07388
MiniObject: Add MakeWritable binding
2014-08-03 14:19:30 +02:00
Stephan Sundermann
68ae950ff7
sample: Add basic tutorial 3 sample
2014-08-01 20:51:40 +02:00
Stephan Sundermann
c5216c0bc3
samples: Leave memory management up to the GC
2014-08-01 17:01:17 +02:00
Stephan Sundermann
27d42dfd3f
sample: Add basic tutorial 2 sample
2014-08-01 16:15:22 +02:00
Stephan Sundermann
2e8045d2dc
Bin: Add overloads for Add and Remove
2014-08-01 16:15:04 +02:00
Stephan Sundermann
f1ea09aca2
Add basic tutorial 1 sample
2014-08-01 15:31:52 +02:00
Stephan Sundermann
480da892fe
constants: Add CLOCK_TIME_NONE
2014-08-01 15:31:36 +02:00
Stephan Sundermann
c0d824ab7b
Add sample makefile
2014-08-01 15:07:22 +02:00
Stephan Sundermann
e90703356d
Ignore constness
2014-07-27 00:06:14 +02:00
Stephan Sundermann
5b16f87f4b
Fix some warnings
2014-07-26 23:26:54 +02:00
Stephan Sundermann
7463245117
Raise dependency to 1.4.0
2014-07-22 00:37:34 +02:00
Stephan Sundermann
e53f0d0eed
Various fixes
2014-07-22 00:36:22 +02:00
Stephan Sundermann
2154455db8
Add gio-sharp dependency
2014-07-20 03:52:58 +02:00
Stephan Sundermann
b1f6e5bbe2
Fix compilation errors
2014-07-20 03:32:48 +02:00
Stephan Sundermann
663a2b0872
Update to 1.3.91
2014-07-19 15:33:01 +02:00
Stephan Sundermann
e54dfcb65b
build: pass header files only to --glue-includes
2014-06-13 23:49:20 +02:00
Stephan Sundermann
8e14ec3e0d
build: fix top folder in tarball
...
fixes #731359
2014-06-13 23:23:02 +02:00
Stephan Sundermann
883def153d
build: Fix cflags
2014-06-01 01:57:34 +02:00
Stephan Sundermann
9d46659d6b
License: Change license in COPYING file
2014-05-28 14:26:43 +02:00
Andrés G. Aragoneses
7d3adcc33d
sources: replace AGPL headers with LGPL-2.1
...
https://bugzilla.gnome.org/show_bug.cgi?id=725937
2014-05-28 14:17:31 +02:00
Andrés G. Aragoneses
bcb8c7d1a3
custom/glue: fix some file headers (licences and authors)
...
Most of the contents of these files come from their *.custom
counterparts of the 0.9.x version of the bindings, so I'm
reinstating their author/licence info here.
In some cases, the content is pristine to the previous version
(no modification since then), so for these cases the current
licence is replaced completely with the previous licence.
These were spotted while creating a first version of a debian
package (creating a debian/copyright info file requires you
to audit all this). This is not (yet) part of BGO#725937.
2014-05-28 13:45:05 +02:00
Andrés G. Aragoneses
2b44f2ffec
custom: move copyright and author info to top of the file
...
The headers for this file were not consistent with the rest of
the files.
2014-05-28 13:43:29 +02:00
Andrés G. Aragoneses
c878ce3a35
custom: rename NavigationQuery.cs to NavigationAdapter.cs
...
The filename wasn't reflecting the class name.
2014-05-28 13:41:49 +02:00
Marcin Kolny
daf5c7ad86
samples: Build fix
2014-04-12 19:34:13 +02:00
Andres G. Aragoneses
4000100604
autogen.sh: advice about installing libtool
...
libtool not being present in a system meant that this cryptic
error about LT_INIT would be shown:
sources/glue/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
sources/glue/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
sources/glue/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
sources/glue/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure
sources/glue/Makefile.am:1: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
2014-04-01 18:36:51 +02:00