FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · programcoder/hexchat · GitHub
programcoder
/
hexchat
Public
forked from
hexchat/hexchat
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 22, 2015
Don't install spelling dicts if win8+
TingPing
committed
b009084
View commit details
Copy full SHA for b009084
Browse repository at this point
More type issues/warnings
TingPing
committed
7e7e876
View commit details
Copy full SHA for 7e7e876
Browse repository at this point
Fix type mismatch
TingPing
committed
c36d485
View commit details
Copy full SHA for c36d485
Browse repository at this point
Fixed cast warning, use of uninitialized buffer and whitespace.
Arnavion
committed
c1d06c7
View commit details
Copy full SHA for c1d06c7
Browse repository at this point
Unify sysinfo plugins and add osx support
Show description for 5e3355a
TingPing
committed
5e3355a
View commit details
Copy full SHA for 5e3355a
Browse repository at this point
Commits on Feb 21, 2015
Fixed installer not actually bundling libenchant_win8.dll because it wasn't made to depend on the project.
Arnavion
committed
363321d
View commit details
Copy full SHA for 363321d
Browse repository at this point
Removed unused variables left behind from bbb81af
Arnavion
committed
4d44c17
View commit details
Copy full SHA for 4d44c17
Browse repository at this point
Win8+ native spell checking requires compiling with Win8 target.
Show description for 5b24c60
Arnavion
committed
5b24c60
View commit details
Copy full SHA for 5b24c60
Browse repository at this point
Add support for native win8+ spell checking
TingPing
committed
96026b8
View commit details
Copy full SHA for 96026b8
Browse repository at this point
Commits on Feb 20, 2015
Revert "xtext: Unselect old selection on button press" - breaks clicking URLs to open them.
Show description for e42da22
Arnavion
committed
e42da22
View commit details
Copy full SHA for e42da22
Browse repository at this point
Remove compiled date from about
Show description for 0a82485
TingPing
committed
0a82485
View commit details
Copy full SHA for 0a82485
Browse repository at this point
Commits on Feb 15, 2015
Fix distfiles
TingPing
committed
c87f559
View commit details
Copy full SHA for c87f559
Browse repository at this point
xtext: Unselect old selection on button press
Show description for 8ca96d7
RichardHitt
authored and
TingPing
committed
8ca96d7
View commit details
Copy full SHA for 8ca96d7
Browse repository at this point
Commits on Feb 14, 2015
Removed unnecessary Windows-only code for seeding openssl's RNG.
Show description for bbb81af
Arnavion
committed
bbb81af
View commit details
Copy full SHA for bbb81af
Browse repository at this point
Don't try to disable compression if openssl hasn't been compiled with compression support.
Show description for a22816f
Arnavion
committed
a22816f
View commit details
Copy full SHA for a22816f
Browse repository at this point
Commits on Feb 13, 2015
win32: Use WinSparkle for handling updates
Show description for b6877cc
TingPing
committed
b6877cc
View commit details
Copy full SHA for b6877cc
Browse repository at this point
Commits on Feb 11, 2015
Remove input_balloon_time setting
Show description for 7063406
TingPing
committed
7063406
View commit details
Copy full SHA for 7063406
Browse repository at this point
Better project files.
Show description for 9858784
Arnavion
committed
9858784
View commit details
Copy full SHA for 9858784
Browse repository at this point
win32: Use https for installer downloads
Show description for 7e4a585
TingPing
committed
7e4a585
View commit details
Copy full SHA for 7e4a585
Browse repository at this point
Call CoInitialize, CoInitializeSecurity and CoUninitialize from the main process, not from a DLL.
Show description for 5a87d81
Arnavion
committed
5a87d81
View commit details
Copy full SHA for 5a87d81
Browse repository at this point
Commits on Feb 8, 2015
Allow reordering some dialogs with dnd
Show description for ac54a2e
TingPing
committed
ac54a2e
View commit details
Copy full SHA for ac54a2e
Browse repository at this point
Commits on Feb 5, 2015
Fix automake error
TingPing
committed
296fbaf
View commit details
Copy full SHA for 296fbaf
Browse repository at this point
Implement OSX notification backend
TingPing
committed
75c022c
View commit details
Copy full SHA for 75c022c
Browse repository at this point
Implement windows 8.1+ notifications
Show description for f4f27e4
TingPing
committed
f4f27e4
View commit details
Copy full SHA for f4f27e4
Browse repository at this point
Commits on Feb 4, 2015
Partial fix for Windows 10 detection
bviktor
committed
a216ed1
View commit details
Copy full SHA for a216ed1
Browse repository at this point
Commits on Feb 2, 2015
Only send utf8 string in Key Press event
Show description for afee9fd
TingPing
committed
afee9fd
View commit details
Copy full SHA for afee9fd
Browse repository at this point
Commits on Feb 1, 2015
Fix logging hostname of queries
Show description for 60fa7ef
TingPing
committed
60fa7ef
View commit details
Copy full SHA for 60fa7ef
Browse repository at this point
sysinfo: Fix braindead logic for stripping spaces from the end of the OS name.
Arnavion
committed
dc9a7d3
View commit details
Copy full SHA for dc9a7d3
Browse repository at this point
Commits on Jan 31, 2015
Save iconv converters for input and output in the server.
Show description for 1d83610
Arnavion
committed
1d83610
View commit details
Copy full SHA for 1d83610
Browse repository at this point
Also verify encoding read from servlist.conf
Arnavion
committed
5dde0d7
View commit details
Copy full SHA for 5dde0d7
Browse repository at this point
sysinfo: Strip spaces from the end of the OS name, if any, and ensure a space between name and arch.
Arnavion
committed
9968bb3
View commit details
Copy full SHA for 9968bb3
Browse repository at this point
ssl: Remove unused server code
TingPing
committed
5fe2dda
View commit details
Copy full SHA for 5fe2dda
Browse repository at this point
Commits on Jan 26, 2015
Add default keybinding for shift+tab (Previous tab complete)
TingPing
committed
85fd6f5
View commit details
Copy full SHA for 85fd6f5
Browse repository at this point
Commits on Jan 20, 2015
servlist: Clean up specifying ssl for network
TingPing
committed
e5b65bb
View commit details
Copy full SHA for e5b65bb
Browse repository at this point
servlist: Various changes
Show description for a838cd9
TingPing
committed
a838cd9
View commit details
Copy full SHA for a838cd9
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL