Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HaikuArchives/VMwareAddons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 02b7b6848a73
Choose a base ref
...
head repository: HaikuArchives/VMwareAddons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7781fdc08c32
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 27, 2021

  1. Bump version to 1.2.2

    Version 1.2.2 includes all the `vmwfs` fixes
    volo-droid authored Oct 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e729035 View commit details
  2. Bump version to 1.2.2

    volo-droid authored Oct 27, 2021
    Copy the full SHA
    1d40c72 View commit details
  3. Update the readme file

    volo-droid authored Oct 27, 2021
    Copy the full SHA
    203505b View commit details

Commits on Oct 28, 2021

  1. Update README.md

    diversys authored Oct 28, 2021
    Copy the full SHA
    5570610 View commit details
  2. Copy the full SHA
    7781fdc View commit details
Showing with 5 additions and 5 deletions.
  1. +2 −2 README.md
  2. +1 −1 vmware_tray/VMWAddOns.h
  3. +2 −2 vmware_tray/VMWAddOns.rdef
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,9 +8,10 @@ VMW Add-ons are a set of tools to enhance interaction between Haiku, running in
**It currently provides**:
- Clipboard sharing between Haiku and the host OS.
- Mouse sharing: the mouse can seamlessly enter and quit the VM window.
- Shared folders: easily share files between Haiku and the host OS.
- Disk compacting: Starts the VMware "shrink" process, which reduce the size of "auto-expanding" virtual disks attached to the virtual machine. The free space on disks is cleaned up previously, in order to get better results.
- Graphics driver for VMware: you can choose your preferred resolution using Screen preflet in Haiku.
- Graphics driver for VirtualBox: change grapchics card in VM setting to VMSVGA and video memory size to 64 MB to get higher resolutions working.
- Graphics driver for VirtualBox: change grapchics card in VM settings to VMSVGA and video memory size to 64 MB to get higher resolutions working.

**Known bugs and limitations**:
- If you have a volume with more than 800GB of free space, not all free space will be cleaned up on this volume — only 800GB — before the shrink process.
@@ -20,5 +21,4 @@ If you encounter a bug or have a feature request, please use the tracker at:
https://github.com/HaikuArchives/VMwareAddons/issues

**Planned features**:
- Shared folders support (or maybe file drag-n-drop, or both)
- Virtual machine window resizing
2 changes: 1 addition & 1 deletion vmware_tray/VMWAddOns.h
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
// Application constants
#define APP_SIG "application/x-vnd.VinDuv.VMwareAddOns"
#define APP_NAME "VMW Add-ons"
#define APP_VERSION "1.2.0"
#define APP_VERSION "1.2.2"
#define TRAY_NAME "vmware add-ons"

// Message constants
4 changes: 2 additions & 2 deletions vmware_tray/VMWAddOns.rdef
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@ resource app_signature "application/x-vnd.VinDuv.VMwareAddOns";
resource app_version {
major = 1,
middle = 2,
minor = 0,
minor = 2,
variety = B_APPV_FINAL,
internal = 0,
short_info = "VMware Add-Ons",
long_info = "VMware Add-Ons 1.2.0 ©2009 Vincent Duvert"
long_info = "VMware Add-Ons 1.2.2 ©2009 Vincent Duvert"
};

resource app_flags B_SINGLE_LAUNCH;