Commit Graph

142 Commits

Author SHA1 Message Date
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
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