Commit Graph

4150 Commits

Author SHA1 Message Date
Harry
569b62132e
Revert "Fix getting Pango fonts" 2018-03-30 16:28:50 +02:00
Harry
ed21af67d9
Merge pull request #32 from pedrohex/samplescont
Samples continuation
2018-03-22 01:25:33 +01: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
Harry
1aca72726b
Merge pull request #30 from cra0zy/fixfam
Fix getting Pango fonts
2018-03-12 05:33:23 -07:00
cra0zy
39f3bfdb23 Fix getting Pango fonts 2018-03-12 05:28:49 -07:00
Harry
1669e46124
Merge pull request #29 from cra0zy/fixcairoclip
Fix GetClipRectangle
2018-03-10 19:49:53 +01:00
cra0zy
a8c2f4dbcc Fix GetClipRectangle 2018-03-10 18:57:23 +01:00
Harry
1ee1ccdfef
Merge pull request #27 from cra0zy/glob
Add RTLD_GLOBAL flag
2018-03-03 15:41:44 +01:00
cra0zy
a31c0ca3a0 Add RTLD_GLOBAL flag 2018-03-01 20:11:35 +01:00
Harry
4964efafdf
Merge pull request #26 from GtkSharp/revert-25-fixnull
Revert "Fix a null reference exception"
2018-03-01 17:02:36 +01:00
Harry
553b59abb8
Revert "Fix a null reference exception" 2018-03-01 17:02:25 +01:00
Harry
5cf280340b
Merge pull request #25 from cra0zy/fixnull
Fix a null reference exception
2018-03-01 15:13:40 +01:00
cra0zy
186b1ce72b Fix a null reference exception 2018-03-01 15:04:08 +01:00
Harry
c2e96aa45d
Merge pull request #24 from cra0zy/addin
Finish up MonoDevelop addin
2018-03-01 14:51:56 +01:00
cra0zy
6b9f31f65f Finish up MonoDevelop addin 2018-03-01 14:41:53 +01:00
cra0zy
99bcd09f68
Test for automated versioning and bump version 2018-02-26 23:14:10 +01:00
Harry
616f16d083
Merge pull request #23 from cra0zy/fixpermissions
Fix file permissions, how did this happen?
2018-02-26 23:04:01 +01:00
cra0zy
26ef5bad3e
Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Harry
049e7f7eb1
Merge pull request #22 from cra0zy/pincake
Pin Cake version
2018-02-26 23:01:57 +01:00
cra0zy
6668635559
Pin Cake version 2018-02-26 22:58:51 +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
Harry
957cec71d2
Merge pull request #19 from cra0zy/hidefuncmessages
Disable not found function printing (closes #18)
2018-02-02 19:29:40 +01:00
cra0zy
b93654e39d Disable not found function printing (closes #18) 2018-02-02 19:21:28 +01:00
Harry
b39665f81a
Fix wiki link in the README 2018-02-01 22:43:56 +01:00
Harry
169613d64d
Merge pull request #15 from cra0zy/fixdetection
Improve OS detection (fixes #14)
2018-01-29 19:45:27 +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
Harry
46f48ddc42
Merge pull request #10 from cra0zy/bettersections
[Samples] Update section name handling
2018-01-27 21:55:00 +01:00
cra0zy
7c9efe3fe6 [Samples] Update section name handling 2018-01-27 21:47:02 +01:00
Harry
c5ff4f2acb
Merge pull request #8 from pedrohex/samples1
[Samples] Some other button type sections
2018-01-27 21:28:00 +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
Harry
1ec9511bc2
Merge pull request #7 from pedrohex/nextstep
[Samples] Entry code cleanup
2018-01-26 20:44:28 +01: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