<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/517fd52b2034c78b9c11116d86d520d98e614849">517fd52b</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-19T22:23:02+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Mouse.Click property and fix gb.gtk3 style methods.

[GB.GTK]
* NEW: Mouse.Click is a new property that returns the click index in a multi-click event.
* NEW: Style.Name is now lowercase.

[GB.GTK3]
* NEW: Mouse.Click is a new property that returns the click index in a multi-click event.
* NEW: Style.Name is now lowercase.
* BUG: Fix Style.PaintCheck() and Style.PaintArrow() for GTK+ >= 3.14.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/535469a228e2e75740a46622aad08d5c8c745176">535469a2</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-19T22:25:31+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Mouse.Click property.

[GB.QT4]
* NEW: Mouse.Click is a new property that returns the click index in a multi-click event.
* NEW: Style.Name is now lowercase.
* BUG: Some theme-specific workarounds for Style paint methods.

[GB.QT5]
* NEW: Mouse.Click is a new property that returns the click index in a multi-click event.
* NEW: Style.Name is now lowercase.
* BUG: Some theme-specific workarounds for Style paint methods.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/abac17432bc8b1b93f243fa0867ac07e26a9fe0d">abac1743</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-19T22:31:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TreeView: Enhance behaviour when ShowCheck is set. Use radio buttons in single selection mode.

[GB.GUI.BASE]
* NEW: TreeView: Use radio buttons when ShowCheck property is set with single selection mode.
* NEW: TreeView: Clicking anywhere in the row from the check now toggles it when ShowCheck property is set.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/9ddc98866d9b4888a0d1fd13716d9a352905f123">9ddc9886</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-19T22:31:51+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ToolBar: Draw a selected border in design mode.

[GB.FORM.MDI]
* NEW: ToolBar: Draw a selected border in design mode.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/6a8055ccc41a196f31bb04d02c6367d69eb4c4d4">6a8055cc</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-19T22:37:15+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make some combo-box a bit larger for some widget themes where their contents is cropped.

[DEVELOPMENT ENVIRONMENT]
* BUG: Option dialog: Make some combo-box a bit larger for some widget themes where their contents is cropped.
* NEW: Project properties dialog: Make some combo-box a bit larger for some widget themes where their contents is cropped.
</pre>
</li>
</ul>
<h4>21 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#e14c68be2cef057a7cd2413ee382131af159d2a9">
app/src/gambas3/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#64f5e2d71af31c1f9dc6a3c750ec0e2403a01fa5">
app/src/gambas3/.src/Editor/Image/FImageEditor.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#49342f64fcd2a1f890bd3b762da633dd86844116">
app/src/gambas3/.src/Options/FOption.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#17778d54ee8739f12afe9b1b555bb1f603cdee67">
comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#f618f7c0d59254124316067be124e2b6d65cbfa0">
comp/src/gb.gui.base/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#1df984f1269c8a6c04e893e6e822c200cd6bc4e9">
comp/src/gb.gui.base/.src/GridView/GridView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#8d711a16c04823c6bddab7a2f02892f290dc974f">
comp/src/gb.gui.base/.src/Test/FScrollArea.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#cd7edc4c6529974db6b949df6372d3eac3097a7e">
comp/src/gb.gui.base/.src/Test/FTreeView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#9134e280fb8323dfe0621c58818d95c5a21a0a46">
comp/src/gb.gui.base/.src/Test/FTreeView.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#cfaa2924116e267002ad6f7d26485a92a2df44e8">
comp/src/gb.gui.base/.src/TreeView/_TreeView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#0c5a852463d63dd1f863357a4943add417b97061">
gb.gtk/src/CMouse.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#a63333bfa1922f1f4cb8e862abd940c712734ccc">
gb.gtk/src/CStyle.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#b638617c69230b97865c0edc8aba17d3ed822657">
gb.gtk/src/gapplication.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#fdd93745bcc1bb0119ccb751621af222dd2126f4">
gb.gtk/src/gapplication.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#920a2d701d707a95838b6f75b45de18cb0619b52">
gb.gtk/src/gmouse.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#973b3abb01a76f1ec7adb75230908a71e2c705b9">
gb.gtk/src/gmouse.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#ac9206e445e1935e186780365324dc75ee4706d2">
gb.gtk/src/widgets.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#7c4a46edb17ccd6e7f26ad4f71110550c2ac1e32">
gb.qt4/src/CMouse.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#de21984841c9017db5aeb361a10db3e5c71b5237">
gb.qt4/src/CMouse.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#8eb3b430520aab0ea41d07151cc79502f1226063">
gb.qt4/src/CStyle.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4#a70e6f7d135bff0b29296c40faa99cdd07745791">
gb.qt4/src/CWidget.cpp
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>