bao-qian
|
59a4abff7c
|
Better name
Timeit.Stopwatch -> Stopwatch.Normal
Timeit.StopwatchDebug -> Stopwatch.Debug
|
2015-11-05 19:29:45 +00:00 |
|
bao-qian
|
df0f310ddd
|
Replace Dispose with Lambda
1. Faster
2. Fix #361
|
2015-11-04 21:35:04 +00:00 |
|
bao-qian
|
ad8b6c806d
|
Optimize using directives
|
2015-10-30 23:23:01 +00:00 |
|
bao-qian
|
26a6264039
|
Refactoring DelayInvoke
In MainWindow.xaml.cs, the reference of originQuery, lastQuery and
tbQuery.Text are same, so remove originQuery is fine.
|
2015-10-30 23:22:54 +00:00 |
|
Boris Makogonyuk
|
dc4c33c0d5
|
Reflected functionality changes from the last commit on the whole project.
|
2015-10-08 01:02:36 +02:00 |
|
Boris Makogonyuk
|
7273e1218a
|
Wox now has an option to ignore hotkeys when the focused window is topmost. This will ignore not only the main Wox hotkey but also plugin hotkeys.
~ WindowIntelopHelper edited
~ User settings entry added
~ Checkbox added to General tab (as well as its events)
~ Language entries added for en/ru
|
2015-10-08 00:17:37 +02:00 |
|
Boris Makogonyuk
|
92ddf2ca41
|
Fixed commit #334 multiple SelectionChanged firing
|
2015-10-06 14:46:12 +02:00 |
|
Ioannis G
|
860210628e
|
close settings with esc
|
2015-09-26 00:50:22 +03:00 |
|
Ioannis G
|
a1988f91c1
|
fix tab populating in settings (fixes #291)
|
2015-09-25 23:43:09 +03:00 |
|
renzhn
|
d9b9e02412
|
set port number if not zero
|
2015-08-28 08:01:41 +08:00 |
|
qianlifeng
|
c8a445275b
|
merge with master
|
2015-07-17 15:08:39 +08:00 |
|
kerams
|
c79bf1ca3a
|
Make the number of results show at a time customizable
|
2015-07-12 21:13:30 +02:00 |
|
Leon V
|
825128b630
|
Support for assigning any key as a hotkey; minor refactoring
|
2015-06-07 13:45:06 +10:00 |
|
qianlifeng
|
7aae1b262e
|
Add translation for icon tray.
|
2015-02-21 21:57:00 +08:00 |
|
qianlifeng
|
d93c705737
|
fix #251 add auto center Wox option
|
2015-02-20 21:45:42 +08:00 |
|
qianlifeng
|
dc2f3cd166
|
Improve setting window performance (theme).
|
2015-02-08 10:38:32 +08:00 |
|
qianlifeng
|
2d05ecc81f
|
Add title translations
|
2015-02-07 21:27:48 +08:00 |
|
qianlifeng
|
fa53bce27a
|
Add init time and query time to setting view
|
2015-02-05 00:03:35 +08:00 |
|
qianlifeng
|
4ecff94aec
|
Change update logic
|
2015-01-27 21:51:29 +08:00 |
|
qianlifeng
|
4379145231
|
Add activate statistics
|
2015-01-23 21:52:46 +08:00 |
|
qianlifeng
|
00953850b3
|
Improve the update progress.
|
2015-01-21 23:00:56 +08:00 |
|
qianlifeng
|
bc341d193f
|
Upgrade to .net framework 4.0
|
2015-01-14 22:19:44 +08:00 |
|
qianlifeng
|
220ac2fa2d
|
Fix a global hotkey issues in CMD, which will hang Wox on init.
|
2015-01-08 22:49:42 +08:00 |
|
qianlifeng
|
492e33aeda
|
Add translations for Program plugin.
|
2015-01-06 23:24:11 +08:00 |
|
qianlifeng
|
ce451e4dd4
|
Move some user settings to its own dll (cmd,folder plugin and etc)
|
2015-01-05 22:41:17 +08:00 |
|
qianlifeng
|
4243843951
|
Refactoring. Move system plugins to seperate DLLs.
|
2015-01-03 15:20:34 +08:00 |
|
qianlifeng
|
203965043e
|
Add i18n support [WIP]
|
2015-01-02 23:07:49 +08:00 |
|
qianlifeng
|
bf87500e35
|
Add multiple language. [WIP]
|
2015-01-02 16:16:09 +08:00 |
|
qianlifeng
|
d9b2863382
|
Refactoring.
|
2014-12-27 12:34:51 +08:00 |
|
qianlifeng
|
ccc8d7e5cd
|
Refactoring.
|
2014-12-26 22:51:04 +08:00 |
|
qianlifeng
|
50f6044a2f
|
Refactoring [WIP]
|
2014-12-26 19:36:43 +08:00 |
|
qianlifeng
|
57bc1f2032
|
Preload top used images.
|
2014-12-18 19:22:47 +08:00 |
|
qianlifeng
|
3e5288836d
|
Add new version window
|
2014-12-16 23:29:25 +08:00 |
|
qianlifeng
|
6c94c3aa7b
|
Add About Page.
|
2014-12-16 22:25:22 +08:00 |
|
qianlifeng
|
128453fad1
|
Add upgrade check.
|
2014-12-14 23:16:29 +08:00 |
|
qianlifeng
|
be33ac3c4f
|
Refactoring command args and change the signal instance implement.
|
2014-10-21 18:16:05 +08:00 |
|
qianlifeng
|
7b4d6ba57e
|
Pack python env to zip
|
2014-07-18 20:00:55 +08:00 |
|
qianlifeng
|
4f8c6e64fb
|
Fix an issue when switch between plugin with icons and without icons.
|
2014-07-17 18:51:34 +08:00 |
|
qianlifeng
|
39aadaa220
|
close #113 can't check checkbox by clicking label
|
2014-07-17 18:42:11 +08:00 |
|
qianlifeng
|
5c373f0d25
|
Add browse more plugin and theme link to setting dialog.
|
2014-07-16 20:17:51 +08:00 |
|
qianlifeng
|
e7f000147b
|
Add open pluign directory link in plugin setting page.
|
2014-07-14 23:18:57 +08:00 |
|
qianlifeng
|
f01de3a69d
|
Move CMD settings to CMD plugin details.
|
2014-07-04 15:34:31 +08:00 |
|
qianlifeng
|
0c75cf6055
|
Some plugin style changes.
|
2014-07-04 15:12:22 +08:00 |
|
qianlifeng
|
7bcbe5d791
|
close #21 Allow user to set their custom ActionKeyword
|
2014-07-04 12:08:37 +08:00 |
|
qianlifeng
|
e275ce6063
|
#21 Add Disable option for each plugin.
|
2014-07-01 22:19:46 +08:00 |
|
qianlifeng
|
fad6a406a1
|
Add system plugin descriptions.
|
2014-06-30 21:31:13 +08:00 |
|
qianlifeng
|
4fe530d257
|
close #83 Merge Plugin tab and Feature tab
|
2014-06-30 18:12:45 +08:00 |
|
qianlifeng
|
c8d865e26b
|
#87 Add plugin deatails in Plugin tab. [WIP]
|
2014-06-01 23:23:48 +08:00 |
|
Yaroslav Zyubanov
|
33d7e40e7c
|
Namespaces fix
|
2014-05-24 14:07:03 +06:00 |
|
qianlifeng
|
b07d1b027c
|
Fix crash issue when user clicked cancel in UAC prompt window.
|
2014-04-13 18:16:58 +08:00 |
|
qianlifeng
|
36f3c293f0
|
close #65 Hide when app loses focus
|
2014-04-13 10:08:33 +08:00 |
|
kerams
|
e0eb8c83e2
|
- added option to open Wox Settings from the tray menu
- added a checkbox option specifying whether to leave the command line open after having run a command like >ping google.com
|
2014-04-10 23:44:57 +02:00 |
|
qianlifeng
|
67ac5a9c6a
|
Fix issues in 636350c395
|
2014-03-30 11:20:21 +08:00 |
|
Aaron Campf
|
636350c395
|
Added Features
Feature: Search additional folders by default (shallow search)
Feature: Disable bookmarks
|
2014-03-29 14:32:29 -07:00 |
|
Yeechan Lu
|
c9790d7bb8
|
Move WebSearch into featureBox
|
2014-03-29 16:13:36 +08:00 |
|
Yeechan Lu
|
80ec16b9bd
|
Rename Wox.Plugin.System to Wox.Plugin.SystemPlugins
Finish moving ProgramSetting into featureBox
|
2014-03-29 15:52:57 +08:00 |
|
Yeechan Lu
|
479945455b
|
Move ProgramSetting into Feature
|
2014-03-29 14:42:43 +08:00 |
|
Yeechan Lu
|
4512854c2a
|
Add Feature Tab in Settings. (Still WIP)
|
2014-03-28 22:42:28 +08:00 |
|
Yeechan Lu
|
343da4878d
|
Add opacity mode settings
|
2014-03-26 17:34:19 +08:00 |
|
Yeechan Lu
|
45f32ba62c
|
Change Themes tab layout and add wallpaper behind preview.
|
2014-03-26 15:30:59 +08:00 |
|
Yeechan Lu
|
b10caecbba
|
Allow change FontStyle, FontWeight, FontStretch
|
2014-03-25 13:25:43 +08:00 |
|
Yeechan Lu
|
19ec14e4c2
|
Fix issues with AppDomain.CurrentDomain.BaseDirectory
|
2014-03-23 16:33:23 +08:00 |
|
qianlifeng
|
4ca0453cff
|
close #48 Refactor setting storage.
|
2014-03-23 16:17:41 +08:00 |
|
Yeechan Lu
|
31bbf3cfd5
|
Fix applicationDirectory issues and add plugin debuggerMode
|
2014-03-22 16:51:09 +08:00 |
|
Yeechan Lu
|
4fc1169fa3
|
Fix typo Widow -> Window
|
2014-03-20 02:26:00 +08:00 |
|
qianlifeng
|
224c3eb99c
|
Merge branch 'master' of https://github.com/qianlifeng/Wox.git
|
2014-03-19 22:17:19 +08:00 |
|
qianlifeng
|
4e537ac4d8
|
#56 Add Font setting
|
2014-03-19 22:17:01 +08:00 |
|
Yeechan Lu
|
1fa4be9ebb
|
Close #42 Program Source settings GUI
|
2014-03-19 20:16:45 +08:00 |
|
Roy van Kaathoven
|
ef63f11bbb
|
Make python plugins optional
|
2014-03-18 18:27:59 +01:00 |
|
Roy van Kaathoven
|
46e0656fe9
|
Save StartWoxOnSystemStartup setting
|
2014-03-18 18:20:51 +01:00 |
|
qianlifeng
|
ea4e25ea28
|
Add round corner support for Wox.
|
2014-03-15 00:17:37 +08:00 |
|
qianlifeng
|
9adf764af8
|
Fix issue#24
|
2014-03-11 22:17:10 +08:00 |
|
qianlifeng
|
430ce9c136
|
Refactoring "startup with windows" option.
|
2014-03-11 21:40:25 +08:00 |
|
qianlifeng
|
b3e5f09c83
|
Add custom plugin hotkey feature.
|
2014-02-22 15:52:20 +08:00 |
|
qianlifeng
|
2f5a4f63b6
|
Add hotkey setting
|
2014-02-22 11:55:48 +08:00 |
|
qianlifeng
|
b8fbc837dc
|
Fix "startup wox on window start" issue.
|
2014-02-18 22:02:55 +08:00 |
|
qianlifeng
|
3442081d20
|
"start wox on system startup" config changes.
|
2014-02-07 22:10:00 +08:00 |
|
qianlifeng
|
67f14d6a62
|
Add start Wox on system startup config & code refactorying.
|
2014-02-06 22:22:02 +08:00 |
|
qianlifeng
|
495e0ce89b
|
Implement WebSearch feature.
|
2014-02-02 16:15:34 +08:00 |
|
qianlifeng
|
fa3ae62254
|
Add web search feature & some UI changes.
|
2014-01-29 22:44:57 +08:00 |
|
Yeechan Lu
|
4db3bd7423
|
Rename the project.
|
2014-01-29 18:33:24 +08:00 |
|