Neueste Beiträge

Seiten: 1 [2] 3 4 ... 10
11
Programm- Neuigkeiten | Program news / wxEditor 4.2.1
« Letzter Beitrag von Administrator am 14.04.2022, 10:26:14 Vormittag »
wxEditor 4.2.0 veröffentlicht

Changelog:

  - add: replace german umlauts during internal bind
  - add: read and save printer settings
  - add: read and save scale setting
  - add: view folders menuitem in folders menu
  - add: reload file in file toolbar, this requires a reorganization of the toolbar.
  - changed: wxWebview as internal HTML Viewer
  - changed: keyboard shortcuts for better compatibility with other programs
  - changed: show all search results, press escape to remove the the indicators
  - some improvements and bug fixes
  - update reference file to wxbasic 3.0.5.50


wxEditor4.2.1_x86.zip
wxEditor4.2.1_x64.zip
12
Programm- Neuigkeiten | Program news / MyHiddenMenu 0.8beta
« Letzter Beitrag von Administrator am 13.12.2021, 20:05:13 Nachmittag »
MyHiddenMenu 0.8beta

  - fix: memory issue in clock widget
  - fix: memory issue in file system watcher
  - add: slideshow in loop
  - add: simple analog clock in clock widget
  - add: dsm player, a simple player for internet radio, internet TV (indirect) or directory player
  - change: options menu
  - change: widgets have own non encrypted ini files
  - other improvements

Download: MyHiddenMenu_0.8beta.zip

Ich empfehle beim Update von einer älteren Version wie immer eine Sicherungskopie der Einstellungen anzulegen.

Für Rückmeldungen bin ich wie immer dankbar.

Die Implentierung von RSS Feeds hatte ich verschoben, da wxWidgets kein SSL unterstützt. Somit müsste ich bei https Adressen auf externe Tools wie wget oder curl zurückgreifen.
Ich werde es aber noch einmal in Angriff nehmen.

Nachtrag und wichtiger Hinweis:
Wer noch mit einer alten Konfigurationsdatei von mhm arbeitet und den Alarm auf "täglich" gestellt hat, der sollte dies schnell ändern.
mhm lädt den String wie er ist von der Datei. Dies führt zu einem Speicherproblem, da deutsche Umlaute nicht direkt unterstützt werden. Aus diesem Grund habe ich den String nunmehr auf "jeden Tag" geändert. Dies sollte in den Einstellungen oder in der Konfigurationsdatei direkt schnellstmöglich angepasst werden.

In der finalen Version wird kein String mehr, sondern nur noch der gewählte Integer gespeichert. Somit wird es dann in Zukunft auch keine Probleme mehr geben.
13
ShowMyPictures (Smp) / SMP 0.0.4 Alpha
« Letzter Beitrag von Administrator am 20.11.2020, 19:27:01 Nachmittag »
Nunmehr ein kleines aber erforderliches Update:


Changes

  - fix: bug in draw pencil
  - add: rotate 90 degrees and mirror selected objects


Download:

Smp0.0.4alpha.zip
14
ShowMyPictures (Smp) / SMP 0.0.3 Alpha
« Letzter Beitrag von Administrator am 16.11.2020, 19:17:40 Nachmittag »
Diesmal ein etwas größeres Update:

Durch das Hinzufügen von Beispielmasken und Cliparts ist die Downloadgröße natürlich
mächtig angestiegen. Wer diese nicht benötigt, der kann die Dateien löschen und das Programm
wie vorher standalone nutzen.

Comodo kann eine Warnung schicken. Das liegt aber daran, dass die Datei mit upx gepackt wurde.
Wer möchte, kann die Datei natürlich gern bei Virustotal hochladen und checken lassen.

Changes

  - add: "Insert as new file" from the clipboard in edit menu
  - add: change brightness and contrast (very slow at the moment)
  - add: create different borders:
         *border from file
         *border from mask
         *border from pencil
         *3D-Border
  - add: insert clipart
  - add: change radius in rounded rectangle
  - add: tolerance to floodfill (maybe slow on big pictures)
         tolerace=0 is fast as before
  - add: add or remove to windows "Open With" dialog
  - add: show hidden files in file explorer
  - add: eraser
  - add: double arrow
  - add: hi res png masks and cliparts from onlygfx.com, many thanks to zolee
  - remove: paint dimension
  - change: insert paintings as picture objects
            *objects can be handles as layers
            *send to foreground or background
            *add one or all objects to the picture
            *delete object
            *resize object
  - change: use buttons in tool window
  - change: closed arrows from menu to tool window
  - fix: saveas leave the current notebook page
  - fix: load files from hidden directorys, external devices
  - fix: hang at start while loading thumbnails, if is checked
  - fix: optimize dialogs for higher dpi displays


Know'n limitations/problems:

  - drawing with antialias is not buffered currently, so I draw without it on the screen
    By adding objects to the picture or printing antialias will be used, if selected.
  - the colours in the palette are not in the correct order at the moment, because wxPalette.GetRGB(r,g,b) is not implemented yet
  - drawing Icons does not work correctly, because the pencil must paint under the line and not in the middle
  - brightness and contrast and set transparency are very slow, because I must working with the image pixel, wxImage.GetData() don't return the image datas
  - count colours is very slow also, so at the moment only 256 is counted
  - convert colours is rudimentary, better way is wxQuantize, which is not implemented yet
    convert to 8bit gives 236 colours only with the builtin wxQuantize
  - no scanner support, because wxBasic can't handle windows dll at the moment


Haftungsausschluss:

Ich habe das Programm unter Windows 7 und Windows 10 getestet. Es befindet sich in einem frühem Stadium. Deshalb kann es vorkommen, dass Fehler auftreten.
Sollten Fehler festgestellt werden, so bitte ich Benachrichtigung per Email oder hier im Forum.

Diese Software wird so wie sie ist angeboten. Die Benutzung erfolgt auf eigene Gefahr.


Download:

Smp0.0.3alpha.zip
15
Wünsche und Anregungen / Status Smp 0.0.3
« Letzter Beitrag von Administrator am 05.10.2020, 19:21:43 Nachmittag »
So, ich arbeite schon geraume Zeit an der neuen Version. Fertig ist das Einfügen von Rahmen mit folgenden Features:

  * Rahmen aus bis zu 5 Farben selbst gestalten, mit oder ohne 3D-Effekt
  - Rahmen aus Pinsel
  - Rahmen aus Datei, z.B. Foto eines Bilderrahmens
  - Rahmen aus Maske
  - Bilderrahmen

Im Moment überarbeite ich das Einfügen von Objekten. Objekte werden nun als Bildobjekte eingefügt. Diese können verschoben und angeordnet werden (Layer handling).
Leider ist mein Mathe-Verständnis doch nicht so gut wie ich dachte oder ich verstehe einige Funktionen in wxWidgets nicht richtig. Ich habe Probleme mit dem positionsgenauen Einfügen von gedrehter Schrift in ein Objekt.
Naja, irgendwann werde ich es schon hinbekommen.
16
Wünsche und Anregungen / Re: I have some feature Requests
« Letzter Beitrag von Administrator am 24.05.2020, 14:28:51 Nachmittag »
Hi GM_FrEaK,

Thank you for your feedback.

Zitat
The cut/copy tools only work on an area if its selected from the left top to the right bottom

Yes, you are right. I will fix this.

Zitat
maybe add some antialiasing when zooming out of the picture. Pictures seem very pixelated if zoomed out (https://prnt.sc/smhyhy)

Antialias is currently not supported then viewing pictures. I can do this, but it is to slow at the moment. I must waiting for an wxBasic update or I must add an option, so that the user can decide the usage.
17
SearchForFiles / VERSCHOBEN: I have some feature Requests
« Letzter Beitrag von Administrator am 24.05.2020, 14:27:40 Nachmittag »
18
SearchForFiles / Re: SearchForFiles 0.2
« Letzter Beitrag von Administrator am 24.05.2020, 13:24:25 Nachmittag »
I think you mean Smp and not SearchForFiles. I copied your contribution there.
19
Wünsche und Anregungen / I have some feature Requests
« Letzter Beitrag von GM_FrEaK am 23.05.2020, 21:47:08 Nachmittag »
Bugs:
  • The cut/copy tools only work on an area if its selected from the left top to the right bottom

Features:
  • maybe add some antialiasing when zooming out of the picture. Pictures seem very pixelated if zoomed out (https://prnt.sc/smhyhy)
20
Programm- Neuigkeiten | Program news / wxEditor 4.2.0
« Letzter Beitrag von Administrator am 18.05.2020, 20:15:46 Nachmittag »
wxEditor 4.2.0 veröffentlicht

Changelog:

  - now use classes to handle some functions
  - remove unnecessary or false commands in reference file
  - remove dsmPlayer Toolbar
  - add: change editor default font in "Options" - "Fonts" dialog
  - add: "--t" parameter in lexer options,
    start the program with a stopwatch, get the running time after end process
  - add: alias names in reference file such as colour/color or center/centre
  - add: update code structure when saving a file
  - add: add own classes to the autocompletion list, need reload the reference file
  - add: option to show members from all parent classes in members list of a class
  - add: add classes from included files to the autocompletion list
  - add: jump to a function or include file while holding the ctrl key and click the left mouse button on the function
  - add: autocomplete also for closed commands, e.g. when writing "try" an "end try" is inserted in the next line
  - change: better search for classes for the class info calltip
  - change: Insert ASCII now use wxSymbolPickerDialog
  - change: "Replace Icon" in run menu not compress the executable automatically
  - change: use indicators for errors, search results and brace highlight
  - change: up to 250% zoom in view menu
  - change: bind 32 or 64 bit variants, the interpreter must have the name wxbasic32.exe or wxbasic64.exe in MSW
  - change: update lexer files
  - change: update upx.exe
  - change: update wxWidgets chm file, so the download is bigger
  - fix: close file preview bug
  - fix: bug in drag notebook tabs
  - fix: show calltip and brace handling in classes
  - fix: bug in file history
  - fix: bug in goto error


wxEditor4.2.0_x86.zip
wxEditor4.2.0_x64.zip
Seiten: 1 [2] 3 4 ... 10