commits |
date |
68535
by
jopeek
(19
downloads)
|
Mar 20
9:34 PM
|
Associated with Release: v1.0.15.
|
36365
by
jopeek
(249
downloads)
|
Jan 1 2010
8:19 PM
|
Fixed typo in About URL
|
33956
by
jopeek
(84
downloads)
|
Nov 3 2009
7:56 PM
|
Release for v1.0.9
|
33484
by
jopeek
(13
downloads)
|
Oct 25 2009
8:49 PM
|
Includes patch 4227 that fixes the jumplist bugginess.
|
32917
by
jopeek
(27
downloads)
|
Oct 16 2009
5:51 PM
|
Source for release 1.0.8. Includes new graphics and all patches/improvements since 1.0.7.
|
32630
by
jopeek
(8
downloads)
|
Oct 13 2009
12:42 AM
|
Applied patch 4109.
|
32597
by
jopeek
(3
downloads)
|
Oct 12 2009
5:49 PM
|
Enabled close button in Vista/non-Aero style. Added code so that if "custom" is chosen for a browser slot it empties all the fields.
|
32499
by
jopeek
(8
downloads)
|
Oct 10 2009
11:59 PM
|
Applied patch 4088. Also disabled context menu if Browser Chooser is opened without a url (no sense copying Nothing to clipboard or adding Nothing to auto-open url list).
|
32491
by
jopeek
(1
download)
|
Oct 10 2009
6:19 PM
|
Noticed that if no url was passed the app was missing its title bar due to no text message filled in prior to moving the mouse over one of the icons. Rectified by setting text property on main form.
|
32485
by
shahineo
(14
downloads)
|
Oct 10 2009
4:01 PM
|
Making some changes to the Unshortened URLs feature. 1) using Background worker so that the UI of the app gets updated on the correct thread since the current code was making UI changes from the thread unshortening the URL 2) Moving the WebRequest to use the HEAD method so that just the unshortened URL is retrieved rather than the entire web page which is unecessary just to find out what the actual URL is
|
32436
by
jopeek
(1
download)
|
Oct 9 2009
6:36 PM
|
New feature: Unshortened URLs. Optionally reveal the true url behind shortened URLs. Please test. It takes a few seconds to get the true URL so it's run in a separate thread. Cleaned up some stuff, removed unused images from Resources.
|
32433
by
jopeek
(1
download)
|
Oct 9 2009
4:54 PM
|
Added built-in support for the Flock browser and updated Browser Chooser icon (still want a nicer one but don't have the talent...)
|
32430
by
jopeek
(1
download)
|
Oct 9 2009
4:00 PM
|
Can now hold down CTRL while clicking browser icon (or using shortcut key) and Browser Chooser will remain open.
|
32296
by
jopeek
(1
download)
|
Oct 7 2009
5:55 PM
|
Tweaked the background image for Windows Vista / Windows 7 with Aero turned off.
|
31992
by
jopeek
(20
downloads)
|
Oct 3 2009
4:09 AM
|
Sometimes the Options window would cover up the Update Check notification message box. Changed the way the Options window opens (Show instead of ShowDialog).
|
31807
by
jopeek
(18
downloads)
|
Sep 30 2009
3:56 PM
|
Fixed a typo in the Update Check routine.
|
31751
by
jopeek
(26
downloads)
|
Sep 29 2009
6:19 PM
|
Source for v1.0.7 release.
Improves support for Windows XP: - displaying a nicer design when the OS is prior to Windows Vista (or if Aero is not running) - Make active (Set as default browser) is now working in XP
|
30863
by
jopeek
(17
downloads)
|
Sep 22 2009
5:40 PM
|
Source for 1.0.7
|
30851
by
shahineo
(20
downloads)
|
Sep 22 2009
4:28 PM
|
Fix for 2542 - Jumplist shortcuts don't support command line parameters
|
30846
by
jopeek
(11
downloads)
|
Sep 22 2009
3:21 PM
|
Nudged the Intranet browser dropdown and check now buttons over a bit to align with make default button. For some reason they aligned in the design view but not in reality.
|
30793
by
shahineo
(17
downloads)
|
Sep 22 2009
5:36 AM
|
small bug fix to setting jump list icon on 32 bit systems with 64 bit portable app config files
|
30792
by
shahineo
(12
downloads)
|
Sep 22 2009
5:31 AM
|
This payload includes:
1) Jump List support for Windows 7. If you pin Browser Chooser to the Taskbar you will get shortcuts to launch your configured browsers from the Taskbar. This was done using the Windows API code samples which require two DLLs that are embeded in the application as resources allowing Browser Chooser to remain as a single executable.
2) Intranet URL supprt. You can pick a browser to be used for launching all Intranet URLs (like Internet Explorer). Handy if you get a lot of links in email that point to internal sites. Note: this assumes that the intranet urls are not fully qualified urls such as http://server.forest.domain.company.com but rather http://server
3) a lot of code refactoring and cleanup to reduce the amount of code in the app and make it easier to manage / read
|
30653
by
jopeek
(14
downloads)
|
Sep 20 2009
11:02 PM
|
Applied Patch 3930 allowing for custom icons (.ico or png files). This is the source for the 1.0.6 release.
|
30627
by
shahineo
(2
downloads)
|
Sep 20 2009
5:38 PM
|
Fixing Issue 2526 by first checking if a browser is active before trying anything else
|
30183
by
jopeek
(11
downloads)
|
Sep 16 2009
4:12 PM
|
Source for 1.0.5 Release.
|