showcase:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
showcase:start [2025-09-29 15:14] – searchers joyhakshowcase:start [2025-10-18 06:16] (current) joyhak
Line 4: Line 4:
  
 ===== 2025 ===== ===== 2025 =====
 +  * ''2025-10-17'' (v2) [[https://github.com/0w0Demonic/Tanuki|Tanuki]] by [[user:0w0Demonic]] - Win32-powered GUI library that directly extends the built-in Gui type and its controls. Things that are normally too complex or tedious are now just part of the toolkit.
   * ''2025-09-21'' (v1) [[https://github.com/elModo7/Script-Search-Tool|Script Search]] by [[user:elModo7]] - Scripts manager and searcher. Works with archived and plain scripts. Allows you to preview found script.   * ''2025-09-21'' (v1) [[https://github.com/elModo7/Script-Search-Tool|Script Search]] by [[user:elModo7]] - Scripts manager and searcher. Works with archived and plain scripts. Allows you to preview found script.
   * ''2025-09-17'' (v2) [[https://github.com/The-CoDingman/RemoteListView.ahk|RemoteListView]] by [[user:The-CoDingman]] - Allows you to easily work with ListView controls in any external application: find, select and retrieve items from ListView.   * ''2025-09-17'' (v2) [[https://github.com/The-CoDingman/RemoteListView.ahk|RemoteListView]] by [[user:The-CoDingman]] - Allows you to easily work with ListView controls in any external application: find, select and retrieve items from ListView.
Line 29: Line 30:
   * ''2025-02-16'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135897&p=597974#p597974|QuickFind]] ([[https://github.com/Nich-Cebolla/AutoHotkey-QuickFind|GitHub]]) by [[user:Cebolla]] - This function performs a binary search on a sorted array, returning the index of the target value if found.   * ''2025-02-16'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135897&p=597974#p597974|QuickFind]] ([[https://github.com/Nich-Cebolla/AutoHotkey-QuickFind|GitHub]]) by [[user:Cebolla]] - This function performs a binary search on a sorted array, returning the index of the target value if found.
   * ''2025-02-06'' (v2) [[https://github.com/Nich-Cebolla/ParseCsv-AutoHotkey|CSV parser]] by [[user:Cebolla]] - An all-purpose, easy-to-use CSV parser.   * ''2025-02-06'' (v2) [[https://github.com/Nich-Cebolla/ParseCsv-AutoHotkey|CSV parser]] by [[user:Cebolla]] - An all-purpose, easy-to-use CSV parser.
 +  * ''2025-02-01'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135649|BorderActions]] by [[user:lnminente]] - Set the borders inside the window inside which the mouse wheel will perform the specified actions. This allows you to use a mouse with a small number of buttons as a multifunctional tool.
   * ''2025-01-26'' (v1) [[https://github.com/JoyHak/QuickSwitch|QuickSwitch]] by [[user:Rafaello]] - "Open/save as" file dialog improvement. Lets you automatically switch to the path you need from supported file managers, clipboard or saved favorite paths.   * ''2025-01-26'' (v1) [[https://github.com/JoyHak/QuickSwitch|QuickSwitch]] by [[user:Rafaello]] - "Open/save as" file dialog improvement. Lets you automatically switch to the path you need from supported file managers, clipboard or saved favorite paths.
   * ''2025-01-19'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137790|Segoe MDL2 Assets Icon Picker]] ([[https://github.com/akcansoft/Segoe-MDL2-Assets-Icon-Picker|GitHub]]) by [[user:mesutakcan]] - Lightweight utility that allows you to browse, search, and copy icons from the Segoe MDL2 Assets font, which is widely used in Windows applications for modern UI symbols.    * ''2025-01-19'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137790|Segoe MDL2 Assets Icon Picker]] ([[https://github.com/akcansoft/Segoe-MDL2-Assets-Icon-Picker|GitHub]]) by [[user:mesutakcan]] - Lightweight utility that allows you to browse, search, and copy icons from the Segoe MDL2 Assets font, which is widely used in Windows applications for modern UI symbols. 
Line 50: Line 52:
   * ''2024-08-04'' (v2) [[https://github.com/Qriist/class_MediaInfo|class_MediaInfo]] by [[user:Qriist]] - Convenient MediaInfo library designed for quickly examining any type of file.   * ''2024-08-04'' (v2) [[https://github.com/Qriist/class_MediaInfo|class_MediaInfo]] by [[user:Qriist]] - Convenient MediaInfo library designed for quickly examining any type of file.
   * ''2025-07-30'' (v2) [[https://github.com/akcansoft/AS-Image-Viewer|AS Image Viewer]] by [[user:mesutakcan]] - Minimalist image viewer application that uses [[https://github.com/buliasz/AHKv2-Gdip|GDI+]] for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface.   * ''2025-07-30'' (v2) [[https://github.com/akcansoft/AS-Image-Viewer|AS Image Viewer]] by [[user:mesutakcan]] - Minimalist image viewer application that uses [[https://github.com/buliasz/AHKv2-Gdip|GDI+]] for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface.
 +  * ''2025-09-21'' (v2) [[https://github.com/nperovic/GuiEnhancerKit|GUI enhancer]] by [[user:nperovic]] - Provides a set of extended methods and properties to enhance your GUI development experience: rounded controls, change back and front color, apply mika blur, update and resize controls, register messages and more.
   * ''2024-06-24'' (v2) [[https://github.com/The-CoDingman/Script-Communication|Script Communication]] by [[user:The-CoDingman]] - Library for scripts [[https://www.geeksforgeeks.org/operating-systems/inter-process-communication-ipc|commmunication]] via messages. Allows to send and recieve messages (and data) between separate AHK scripts.   * ''2024-06-24'' (v2) [[https://github.com/The-CoDingman/Script-Communication|Script Communication]] by [[user:The-CoDingman]] - Library for scripts [[https://www.geeksforgeeks.org/operating-systems/inter-process-communication-ipc|commmunication]] via messages. Allows to send and recieve messages (and data) between separate AHK scripts.
   * ''2024-06-20'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=76&t=130859&p=575882&hilit=color+picker#p575882|ChooseFont]] by [[user:JnLlnd]] - Font selection dialog with various flags.   * ''2024-06-20'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=76&t=130859&p=575882&hilit=color+picker#p575882|ChooseFont]] by [[user:JnLlnd]] - Font selection dialog with various flags.