harry-cpp
be0a863b50
Rename SourceView > GtkSourceSharp
2020-07-22 19:32:38 +02:00
Harry
759d62966a
Merge pull request #173 from hol430/sourceview
...
Added sourceview bindings
2020-07-22 19:05:40 +02:00
harry-cpp
0b07ea0c52
Finishing touches
2020-07-22 18:49:13 +02:00
Drew Holzworth
ce11581485
Fixed FileChooserNative (I hope)
...
Changed NativeDialog to inherit from GLib.Object, as it does in the C API.
FileChooserNative seems to inherit multiple base classes in the C API,
which isn't possible in C#, but this solution is to mimic multiple
inheritance via a proxy FileChooserAdapter.
2020-07-22 09:49:47 +10:00
Harry
42956bfc3e
Merge pull request #176 from cameronwhite/pixbuf-from-surface
...
Add Gdk.Pixbuf constructors for a source Gdk.Window or Cairo.Surface.
2020-07-21 23:04:47 +02:00
Cameron White
3a67da38aa
Add Gdk.Pixbuf constructors for a source Gdk.Window or Cairo.Surface.
...
This exposes gdk_pixbuf_get_from_window and gdk_pixbuf_get_from_surface via Gdk.Pixbuf constructors. Previously they were in a hidden GdkPixbuf_ class.
Fixes : #174
2020-07-15 22:35:34 -04:00
Cameron White
b33208f716
Implement Cairo.Context.PathExtents()
...
This exposes the cairo_path_extents() method, and is closely related to the existing StrokeExtents() method.
2020-07-15 16:46:14 -04:00
Benjamin Quinn
c3f768c537
Update SourceView to return SourceView.Buffer
...
Add syntax highlighting to sample application.
2020-07-13 21:11:17 -04:00
Drew Holzworth
6d3c0cf744
Changed sample project to show line numbers in sourceview
...
Just to make it a bit more obvious that the widget is a SourceView and
not a TextView.
2020-07-13 13:04:02 +10:00
Drew Holzworth
27125e5984
Hide a few of sourceview's internal datatypes
2020-07-13 12:47:45 +10:00
Drew Holzworth
5f27d9f903
Changed SourceView namespace to GtkSource.
2020-07-13 10:02:59 +10:00
Drew Holzworth
5ceb86423d
Fixed some more SourceView warnings from the code generator.
2020-07-08 09:04:28 +10:00
Drew Holzworth
dc1410b511
Let's see if we can integrate sourceview code generation into cake
2020-07-07 12:21:51 +10:00
Drew Holzworth
7eae2a3f6d
SourceView should access GtkSharp via project reference
...
(rather than nuget package reference.)
2020-07-07 10:17:47 +10:00
Drew Holzworth
865bd0dac4
Changed samples project to show code in sourceview.
2020-07-07 10:08:21 +10:00
Drew Holzworth
9b52ca0713
Add Gtk.Source to Library.cs
...
todo - check with maintainers, is this correct.
2020-07-07 10:07:05 +10:00
Drew Holzworth
a0080977e9
Checkpoint progress : generate.sh is now working.
2020-07-07 09:43:47 +10:00
Drew Holzworth
b6b806ac80
Initial commit of sourceview files.
2020-07-02 15:09:23 +10:00
Harry
3b90cbf9f2
Merge pull request #139 from ermshiperete/sign
...
Sign the DLL files
2020-06-29 10:37:01 +02:00
lytico
79db23fd80
Gtk.Container.gtksharp_container_base_forall & CellRenderer.gtksharp_cellrenderer_base_get_size: check if obj is null
2020-05-28 22:54:23 +02:00
Harry
ede043d466
Merge pull request #161 from Dadoum/patch-1
...
Fix Container.ForAll
2020-05-18 20:22:21 +02:00
cra0zy
884b2a473a
minnor fixes
2020-05-18 20:20:54 +02:00
Dadoum
f8568ff821
Fix Container.ForAll
...
A SIGSEGV occurs without this change (Invalid pointer: 0x00 fix)
2020-05-18 19:48:11 +02:00
Alex Dircksen
ed414df9f2
Handle NULL in GLib.Value -> GLib.Variant cast operator
2020-04-26 21:24:31 +02:00
Harry
40773f3c88
Merge pull request #156 from lytico/lytico_cellrenderer_getsize
...
Gtk.CellRenderer: implement OnGetSize
2020-04-22 20:16:45 +02:00
lytico
8bf40381a5
Gdk.Screen: SizeChanged, CompositedChanged, MonitorsChanged as signals
2020-04-21 22:49:49 +02:00
lytico
fb33b67d25
GtkSharp.CellRenderer.gtksharp_cellrenderer_base_get_size: adjust loop exit
2020-04-21 18:54:32 +02:00
lytico
87bdffacc7
Samples: add CustomCellRenderer, adopted from https://github.com/mono/gtk-sharp/blob/master/sample/CustomCellRenderer.cs
2020-04-21 18:51:12 +02:00
lytico
38a43f7a7e
GtkSharp.CellRenderer: implement https://github.com/mono/gtk-sharp/blob/master/gtk/glue/gtk/cellrenderer.c
2020-04-21 17:28:34 +02:00
Harry
7054da77af
Merge pull request #151 from lytico/lytico_overridechain
...
Fix overide chain
2020-04-16 21:49:54 +02:00
lytico
fa5cf6b85e
Samples: add ImageDrawn-Widget to test the override-chain
2020-04-06 22:42:35 +02:00
lytico
c6cfc9d58c
AbiStructExtension.BaseOverride: introduce an Extension to find the first overriden method in a base-class, even if a overriden class doesn't override the base class & change to GapiCodegen to use this extension
2020-04-06 22:31:10 +02:00
lytico
926062eb69
Samples: add PolarFixed-Sample
2020-04-06 22:01:49 +02:00
lytico
10f9819446
GtkSharp.Container: implement https://github.com/mono/gtk-sharp/blob/master/gtk/glue/container.c
2020-04-06 21:55:17 +02:00
Harry
34ab03a3c2
Merge pull request #136 from midmohan/Fix_for_FinalizerInfo_Leak
...
Fix for memory leak(Issue 135)
2020-04-03 04:18:54 +02:00
Harry
0fb659c2bf
Merge pull request #145 from awittaker/GtkApplication_string_array_fixes
...
Change Gtk.Application action/accel related calls to use string[]
2020-04-03 04:14:01 +02:00
awittaker
a0b3f306ea
Change Gtk.Application action/accel related calls to use string[]
2020-03-30 14:49:49 +01:00
Harry
fa8f659429
Merge pull request #134 from awittaker/SetUris_Fix
...
Change Gtk.SelectionData Uris & SetUris to use string[]
2020-03-28 19:10:24 +01:00
awittaker
3b6b33a28d
Change GtkWidget.ListActionPrefixes() to return string[] instead of string
2020-03-28 15:57:31 +00:00
awittaker
f927dd1ec1
Change Gtk.SelectionData Uris & SetUris to use string[] by null_term_array="1"
2020-03-28 15:51:08 +00:00
harry-cpp
7879029876
Automatically check the usr folder on macOS
2020-03-26 17:10:45 +01:00
Mikkel Kruse Johnsen
ed68eeadfd
Sign the DLL files
2020-03-02 16:46:24 +01:00
Midhun Mohan
b5643a5d2c
Updating access modifier to public.
2020-02-17 15:47:14 +00:00
Midhun Mohan
956ae249ac
Fix for memory leak(Issue 135)
2020-02-17 11:43:47 +00:00
Harry
1a76bf56cb
Merge pull request #126 from awittaker/combobox.entry-fix
...
Combobox.entry fix invalid cast exception
2020-01-08 07:34:06 +01:00
awittaker
35f4c10a8e
Fix 'ComboBoxText.Entry' hides inherited member 'ComboBox.Entry'.
2020-01-07 18:20:03 +00:00
awittaker
b070b77fe0
Prevent InvalidCastException in Combobox.Entry
2020-01-07 18:18:00 +00:00
Css-IanM
187ea11809
Add Range Section ( #120 )
...
* Add Range Examples
* use var and cleanup
2019-11-22 19:21:22 +01:00
cra0zy
dfc9980f58
Only download Gtk on Windows
2019-11-07 22:35:42 +01:00
cra0zy
d14e4d17ab
Update Templates
2019-11-07 21:51:48 +01:00
cra0zy
a32bcb35c7
Better way of including Gtk libs
2019-11-07 21:32:32 +01:00
cra0zy
5a179531bb
Fix hardcoded test location
2019-11-04 23:57:06 +01:00
cra0zy
4675d0fa82
Bundle Windows Gtk Libraries
2019-11-04 23:14:33 +01:00
cra0zy
e9f1f3628d
Improve library loading code
2019-11-04 21:02:36 +01:00
Mikhail Kanygin
f43292c19c
Generator now creating imported api delegates with UnamangedFunctionPointer calling convention cdecl by default.
2019-11-04 20:13:01 +01:00
Mikhail Kanygin
42a0e01775
Fixtures: added UnmanagedFunctionPointer to whole delegate calls collection to prevent stack incosistence exception for x86 apllications on windows.
2019-11-04 20:12:50 +01:00
cra0zy
2b857cd980
Connect MonoDevelop addin building
2019-08-10 17:02:49 +02:00
cra0zy
377a1abfc4
Revert "Project files"
...
This reverts commit 32fdca5754
.
2019-08-10 17:02:18 +02:00
Mads Kruse Johnsen
99960543b1
Null check
2019-08-10 15:58:34 +02:00
Mads Kruse Johnsen
2e1882d31e
Attempt minimal changes to obtain proper disposing.
2019-08-10 15:58:34 +02:00
Mads Kruse Johnsen
32fdca5754
Project files
2019-08-10 15:58:34 +02:00
awittaker
b23b9f72c5
[Samples] New DrawingArea sample
2019-07-15 10:58:36 +01:00
Mikkel Kruse Johnsen
9764260931
Free all internal signals, else the garbage collector is not able to free the object.
2019-01-08 11:39:25 +01:00
Harry
304eefde96
Merge pull request #67 from cra0zy/fixtreeiter
...
Fix TextView.GetIterAtPosition (fixes #58 )
2018-11-25 15:54:06 +00:00
Harry
f0ec98948c
Merge pull request #68 from cra0zy/styleprop
...
Fix StyleContext.GetProperty (fixes #51 )
2018-11-25 15:53:55 +00:00
cra0zy
e0f9a93b31
Fix StyleContext.GetProperty ( fixes #51 )
2018-11-25 16:52:38 +01:00
cra0zy
ef45d42dcf
Fix TextView.GetIterAtPosition ( fixes #58 )
2018-11-25 16:29:06 +01:00
miegir
93deaa1219
fix type initialization error in VariantType
...
Move public static fields below function pointers on which they depend
2018-11-05 22:42:54 +03:00
cra0zy
34dbf5ee16
[Gtk] Fix clipboard store not accepting an array
2018-04-12 11:38:59 +02:00
cra0zy
3bfa6e7295
Add DeltaX and DeltaY to Gdk.EventScroll ( fixes #37 )
2018-04-05 23:25:46 +02:00
Pedro Larouca
aca698f178
[FIX] PangoSharp metadata (osx)
2018-03-31 02:01:38 +01:00
cra0zy
d04764433f
[Pango] Fix getting FontFamily on Windows
2018-03-30 20:15:09 +02:00
Harry
569b62132e
Revert "Fix getting Pango fonts"
2018-03-30 16:28:50 +02:00
Pedro Larouca
ff82c2ab4a
[Samples] applied fix proposal
2018-03-21 22:50:28 +00:00
Pedro Larouca
ed53817b99
[Samples] ComboBox samples, still missing some major combo features.
2018-03-21 02:27:44 +00:00
Pedro Larouca
9366140544
[Samples] fix pulse progressbar comment on code
2018-03-21 02:26:32 +00:00
Pedro Larouca
178b18aaeb
[Samples] Fix the completion entry code, Matchfunc was not correctly used. Added insensitive entry sample.
2018-03-21 02:25:53 +00:00
cra0zy
39f3bfdb23
Fix getting Pango fonts
2018-03-12 05:28:49 -07:00
cra0zy
a8c2f4dbcc
Fix GetClipRectangle
2018-03-10 18:57:23 +01:00
cra0zy
a31c0ca3a0
Add RTLD_GLOBAL flag
2018-03-01 20:11:35 +01:00
Harry
553b59abb8
Revert "Fix a null reference exception"
2018-03-01 17:02:25 +01:00
cra0zy
186b1ce72b
Fix a null reference exception
2018-03-01 15:04:08 +01:00
cra0zy
6b9f31f65f
Finish up MonoDevelop addin
2018-03-01 14:41:53 +01:00
cra0zy
26ef5bad3e
Fix file permissions, how did this happen?
2018-02-26 23:03:31 +01:00
Harry
a69b4d98b4
Merge pull request #21 from cra0zy/fsharp
...
F# templates + minor template fixes
2018-02-26 22:42:30 +01:00
cra0zy
12d8841405
F# templates + minnor template fixes
2018-02-26 22:41:01 +01:00
cra0zy
b93654e39d
Disable not found function printing ( closes #18 )
2018-02-02 19:21:28 +01:00
cra0zy
441ed4b897
Improve OS detection ( fixes #14 )
2018-01-29 19:37:54 +01:00
Pedro Larouca
eec217a5c5
[Samples] some more widgets ( #13 )
...
[Samples] Label, LevelBar, ProgressBar and Spinner sections
2018-01-29 14:39:29 +01:00
Harry
7640a16562
Merge pull request #11 from MarchingCube/develop
...
Fixed clip area related methods (Gtk and Cairo)
2018-01-28 15:08:08 +01:00
MarchingCube
edd455ba02
[Cairo] Add missing ClipExtents (cairo_clip_extents) method.
2018-01-28 00:00:14 +01:00
MarchingCube
887adc0340
[Codegen] Fixed gtk_widget_get_clip call.
2018-01-27 23:14:43 +01:00
cra0zy
7c9efe3fe6
[Samples] Update section name handling
2018-01-27 21:47:02 +01:00
Pedro Larouca
bc8aead471
Separeted widgets into files
2018-01-27 19:12:24 +00:00
Pedro Larouca
18f4b191fd
Some more buttons
2018-01-27 03:44:15 +00:00
Pedro Larouca
5f76dca449
[Samples] Entry code cleanup
2018-01-26 00:33:32 +00:00
Harry
09c0ee598e
Merge pull request #6 from GtkSharp/setvisiblefalse
...
[Samples] Hide embedded resources
2018-01-26 01:02:17 +01:00
cra0zy
d4209c3674
[Samples] Hide embedded resources
2018-01-26 00:55:45 +01:00
Harry
94de43eeb8
Merge pull request #5 from GtkSharp/samplesreadme
...
Release samples to public domain
2018-01-26 00:44:32 +01:00
Pedro Larouca
1e814045f2
[Samples] Entry demo - part2 ( #4 )
...
[Samples] More entry demos
2018-01-26 00:43:55 +01:00
cra0zy
cb00498693
Release samples to public domain
2018-01-26 00:13:36 +01:00
Pedro Larouca
d511aa2672
[Samples] Entry demo ( #2 )
...
[Samples] Add entry section
2018-01-23 15:15:17 +01:00
cra0zy
7952f969cf
Remove unused info from GLib api file
2018-01-22 02:45:30 +01:00
cra0zy
6bc375eaf4
Rename EventArgs to SocketEventArgs to avoid name conflict with System
2018-01-22 00:19:45 +01:00
cra0zy
9774c66a68
[Samples] Add code viewing
2018-01-21 20:44:00 +01:00
cra0zy
687b070ea2
[Samples] Setup more of base + add button examples
2018-01-21 19:54:58 +01:00
cra0zy
69716243b9
[Samples] Setup ApplicationOutput for catching events
2018-01-21 00:40:47 +01:00
cra0zy
31e120a9de
Setup Samples base
2018-01-20 20:09:27 +01:00
cra0zy
1e626abda2
Don't write found extensions
2018-01-19 01:56:31 +01:00
cra0zy
a224a9e161
Fix up more of the residual errors that came with the switch
2018-01-19 01:29:05 +01:00
cra0zy
f038f6c03e
Properly bump version numbers
2018-01-18 22:56:23 +01:00
cra0zy
411cdfd502
Safeload static functions as well
2018-01-18 22:54:45 +01:00
cra0zy
8b5cb38bcb
Setup safer function loading so the bindings can be used on older versions of Gtk
2018-01-18 20:41:31 +01:00
cra0zy
af97186201
Reorganize the build system a bit
2018-01-18 20:41:31 +01:00
cra0zy
3f0810c93a
Split out FuncLoader into multiple files
2018-01-18 20:41:31 +01:00
Harry
44646c3144
Fix MacOS library names
2018-01-18 20:41:03 +01:00
cra0zy
9cc0767772
Setup samples base
2018-01-18 20:41:03 +01:00
cra0zy
a6d5693151
Final touches to FuncLoader
2018-01-18 20:41:03 +01:00
cra0zy
543a29569b
Replace DllImport with a better multiplatform solution
2018-01-18 20:41:03 +01:00
cra0zy
1fd95018d9
[Templates] Only include glade files once
2018-01-16 20:52:03 +01:00
cra0zy
4b943a4686
[Templates] Fix output type
2018-01-16 19:36:07 +01:00
cra0zy
0dc47c7b91
[Templates] Replace warning ignoring with null setting
2018-01-16 15:15:30 +01:00
cra0zy
fa042d60d8
Fix typos in project include
2017-12-31 19:51:59 +01:00
cra0zy
c17b5051bd
Fix SimpleAction events
2017-12-23 02:58:41 +01:00
cra0zy
90bbc67f3c
Remove static glue code
2017-11-25 02:02:45 +01:00
cra0zy
153a77ad4b
Always generate API files
2017-11-13 19:36:15 +01:00
cra0zy
5d3c13f245
Add missing type specifier for item templates
2017-11-12 03:10:07 +01:00
cra0zy
4b3bef6f9d
[Templates] Use correct slashes
2017-11-12 00:57:27 +01:00
cra0zy
163c94354a
Template and addin updates
2017-11-12 00:38:48 +01:00
cra0zy
a09f751b10
Generate .dll.config files for standard .NET projects
2017-11-11 19:11:44 +01:00
cra0zy
ee57c26d77
Improve native lib referencing
2017-11-09 22:22:51 +01:00
cra0zy
cd24c1a833
Restructure Template locations
2017-11-07 20:12:11 +01:00
cra0zy
5e905ba3e4
Add VBNet templates
2017-11-02 22:13:53 +01:00
cra0zy
e621c368bd
Upgrade .Net Core C# templates
2017-11-02 17:13:43 +01:00
cra0zy
c6060b93a6
Fixup the links to point to the organization
2017-10-30 20:41:26 +01:00
cra0zy
762f5fd6d9
Fix GtkSharp nuget icon
2017-10-30 20:12:08 +01:00
cra0zy
7077095b86
Bump the specified version of GtkSharp in the templates
2017-10-30 15:06:47 +01:00
cra0zy
4bc1fb5101
Add .dll to the name of the libs because on Windows .Net Core does not try to guess the name
2017-10-30 00:49:23 +01:00
cra0zy
ac7ea69ce8
Fix linux stubs linking
2017-10-30 00:23:56 +01:00
cra0zy
cfc794c3bd
Add arm linux stubs
2017-10-29 16:46:34 +01:00
cra0zy
32bf88c341
Add package and assembly info
2017-10-29 15:28:44 +01:00
cra0zy
4379eecdf3
Connect template to the build system
2017-10-29 01:35:22 +02:00
cra0zy
edd43afeaf
Rename CairSharp > CairoSharp
2017-10-29 00:52:28 +02:00
cra0zy
77a12bc24f
Templates & Templates & Templates
2017-10-26 19:49:21 +02:00
cra0zy
ccb48b505c
EnablAdd auto generation of native lib stubs
2017-10-26 18:30:48 +02:00
cra0zy
46951b3f91
NuGet packaging, Dll mapping and general .Net core improvements
2017-10-26 01:42:57 +02:00
cra0zy
6926c9cbf2
WIP CAKE + .Net Core
2017-10-23 01:25:13 +02:00
Thibault Saunier
af0c5ccc63
Use platform dependent paths separator when building MESON_PATH
2017-10-06 08:03:54 -03:00
Thibault Saunier
815c79fbe3
Bump dependency to Gtk 3.22 which is what we wrap/need
2017-10-04 23:22:37 +02:00
Thibault Saunier
bb2c1782a7
valtest: Add missing dependency
2017-10-04 23:22:37 +02:00