lp:~js-reynaud/+git/wxFormBuilder-github

Get this repository:
git clone https://git.launchpad.net/~js-reynaud/+git/wxFormBuilder-github
Only Jean-Samuel Reynaud can upload to this repository. If you are Jean-Samuel Reynaud please log in for upload directions.

Branches

Name Last Modified Last Commit
feature/update-palette 2024-06-28 13:53:12 UTC
Fix minimum size calculation

Author: Steffen Olszewski
Author Date: 2024-06-28 13:52:22 UTC

Fix minimum size calculation

The previous code calculated the minimum size over all pages and added
a hardcode size for the notebook tabs and set this as minimum size for
the notebook control. Additionally, some useless sizing methods
have been called that don't do anything on non-toplevel windows.

Apply the common minimum size to all notebook pages instead and let
the notebook control calculate its own minimum size itself.
Hopefully this doesn't break sizing on some older wxWidgets versions.

master 2024-06-28 13:03:56 UTC
Fix recursive archiving of submodules

Author: Steffen Olszewski
Author Date: 2024-06-28 13:03:56 UTC

Fix recursive archiving of submodules

The git variables `$sm_path` and `$toplevel` don't contain the required
paths for recursive submodules, use `$displaypath` and the shell variable
`$PWD` instead. This requires variable expansion for the command string,
escape certain meta characters so that the shell does not interpret these.

feature/code-categories 2024-06-23 20:18:35 UTC
Improve CustomCode help strings

Author: Steffen Olszewski
Author Date: 2024-06-23 20:17:01 UTC

Improve CustomCode help strings

feature/nonvisual-placement 2024-06-18 16:43:03 UTC
Allow `nonvisual` childs for all sizer components

Author: Steffen Olszewski
Author Date: 2024-06-18 16:43:03 UTC

Allow `nonvisual` childs for all sizer components

Sizers are an essential part of the layout and are used in many places,
this adds a lot of more customization points to inject code into the
generated code. All of these locations should also work correctly for
the wxTimer component. This change adds a lot of usability without
cluttering up the data type definitions by adding the `nonvisual`
element to e.g. all container types.

feature/custom-staticbox 2024-06-18 14:36:18 UTC
Do not set the label for a custom wxStaticBox

Author: Steffen Olszewski
Author Date: 2024-06-18 14:36:18 UTC

Do not set the label for a custom wxStaticBox

The wxStaticBoxSizer constructor doesn't do this either.

fix/linux/debian/fetch-tags 2023-11-13 17:50:09 UTC
Prune tags with command line option

Author: Steffen Olszewski
Author Date: 2023-11-13 17:50:09 UTC

Prune tags with command line option

cmake_build 2016-12-19 20:21:39 UTC
Merge pull request #266 from TcT2k/cmake_build_cpack

Author: Patrick Geltinger
Author Date: 2016-12-19 20:21:39 UTC

Merge pull request #266 from TcT2k/cmake_build_cpack

Improved binary packaging using CPack for Windows and macOS

17 of 7 results
This repository contains Public information 
Everyone can see this information.