TingPing
958f4099f1
Remove overdraw
2013-09-27 17:40:53 -04:00
TingPing
449553ffb0
Replace xtext's transparency with full window transparency
...
Xtext's transparency barely worked on windows, didn't work on any modern
linux wm and used fake transparency.
This uses gtk's built in window opacity that works on more systems and
is real transparency.
Text area only transparency may return with a transition to cairo, if it
works on Windows.
2013-09-27 17:40:05 -04:00
TingPing
f23bda9e46
Remove useless defines
...
- HEXCHAT
- USE_DB
- SCROLL_HACK
- MOTION_MONITOR
- ITALIC
- COLOR_HILIGHT
2013-09-26 22:34:40 -04:00
TingPing
ef73a89139
Remove XFT, SHM, and MMX
2013-09-26 22:31:14 -04:00
Richard Hitt
cd825ac735
Improve text repositioning when searchbar string is modified.
2013-09-18 15:25:50 -07:00
TingPing
277732e384
Fix xtext crash in rawlog/text events window
...
Closes #740
2013-09-15 10:44:55 -04:00
TingPing
46c32952b0
Make formatting more consistent
...
#719
2013-08-17 20:39:24 -04:00
Farow
9629ca3fd9
Improve cursor behavior
...
- The cursor doesn't turn into a hand for non-url parts of a word
- Removal of unneeded variable str
2013-08-16 23:05:27 +03:00
Farow
4f77f046d0
Channel url and cursor fix
...
- Allow colons in channel urls
- Only add the channel part in the context menu
- Fix cursor not changing between separator and url
2013-08-13 04:19:14 +03:00
Diogo Sousa
6e3f05fcc7
Fixed indent: spaces -> tabs.
2013-06-20 19:03:26 +01:00
Richard Hitt
d7045e2b61
Fix Fedora-19 Segmentation fault, bugid 968817.
2013-06-15 17:21:55 -07:00
TingPing
0dd9ac2e44
Take two at fixing xtext copying to secondary clipboard
2013-06-07 08:20:36 -03:00
TingPing
42e3587fd5
copy xtext selection to all clipboards
2013-06-04 07:00:08 -03:00
TingPing
096d0660e2
Merge pull request #594 from Tux/master
...
Allow the special colors 32..41 in %Cfg,bg
2013-05-16 10:50:43 -07:00
H.Merijn Brand
7a242a8331
Allow the special colors 32..41 in %Cfg,bg
...
Text events allow %Cfg,bg as decribed in "Theming" on
https://hexchat.readthedocs.org/en/latest/appearance.html?#theming
That section describes mIRC colors 0-15 and local colors 16-31, but
when selecting background colors, the 9 special internal colors are
extremely useful, like %C20,33 will do bright red on the selected
text background color.
As the documentation is on-line, this patch has no doc-change.
Ideally, the color-codes should show in the colored squares in the
preferences color-dialog just as with colors 0-31
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
2013-05-13 15:26:33 +02:00
Berke Viktor
712eb5428e
GtkComboBoxText requires GTK+ 2.24, dump code for older versions
2013-05-11 13:06:25 +02:00
Berke Viktor
9c49254abd
Only include top level includes from GTK+, GLib and GDK-PixBuf
2013-04-02 20:39:37 -07:00
RichardHitt
6dc437c364
Change the is_del() macro to not regard ATTR_BOLD nor ATTR_RESET as delimiters.
...
Remove old iffed-out version of is_del() as well, as a cleanup step; that change
was for not regarding left and right parens as delimiters. With this change,
mousing over a nickname will underline it even if it contains embedded formatting
data; it used to work with all formatting data but bold and reset; now it
works for all.
2013-03-03 11:43:24 -08:00
RichardHitt
4e0daf047e
Correct almost all compiler warning issues
2013-01-19 12:33:16 -08:00
RichardHitt
0e6add7dd6
Fix FSF address to be Franklin Street
2013-01-02 14:58:26 -08:00
RichardHitt
4af624627e
overhauling of URL detection, including channel, nick, etc 'words'
2013-01-02 14:50:26 -08:00
Dan Mashal
b04377825f
fix incorrect FSF address
2012-12-23 11:36:54 -08:00
Richard Hitt
1bb0f34084
Fix for issue #289 , autocopy though no text selected
2012-11-25 21:26:15 -08:00
Berke Viktor
9c70eee4ca
Eliminate some unused stuff
2012-11-10 17:20:05 +01:00
Berke Viktor
cb0f6c8c91
Eliminate some more warnings
2012-10-30 21:25:58 +01:00
Berke Viktor
a51a69134b
Nah, even more rebranding
2012-10-30 11:35:39 +01:00
Berke Viktor
a98dc18d55
Ignore generated config.h properly on Unix
2012-10-27 01:26:32 +02:00
Berke Viktor
1a75c8e1be
A lot more rebranding
2012-10-24 21:33:02 +02:00
Berke Viktor
51ae33cbe8
Variable cleanup for the rest
2012-10-22 15:55:43 +02:00
Berke Viktor
0c04cfed7f
Make modifier buttons truly abstract
2012-10-21 03:03:38 +02:00
Berke Viktor
8df11c030c
Fix Wikipedia URL detection - URLs inside parentheses won't work
2012-10-07 13:27:44 +02:00
RichardHitt
ed034bf80a
Enhance LASTLOG to use gtk_xtext_search_textentry()
2012-08-28 19:10:03 -07:00
Berke Viktor
e7f723539d
Some aid for compiler warnings
2012-07-21 14:26:19 +02:00
Berke Viktor
c80cb47e5c
Update XChat to r1516
2012-07-14 20:46:42 +02:00
Berke Viktor
35821f3875
Fix string handling for Turkish locale
2012-06-16 13:01:47 +02:00
Richard Hitt
4f73128e9b
Fix coloring the bottom of the chat area (Richard Hitt)
2012-06-03 11:58:37 +02:00
Richart Hitt
e012c9e5a7
Eliminate multiple inclusions (Richard Hitt)
2012-06-02 02:25:30 +02:00
Berke Viktor
a6cc734b38
Search window improvements (Richard Hitt)
2012-05-28 23:17:09 +02:00
Berke Viktor
132ef6cb50
initial patches for linux compatibility
2011-12-11 17:34:02 +01:00
Berke Viktor
98938cd85e
compatibility for gtk 2.16
2011-11-22 16:25:26 +01:00
Berke Viktor
54ee14903b
first attempt at switching to OBS, compiles, but doesn't run yet
2011-08-14 23:39:03 +02:00
berkeviktor@aol.com
d03d6e606b
add wdk changes to named branch
2011-02-28 18:59:32 +01:00
berkeviktor@aol.com
4a6ceffb98
add xchat r1489
2011-02-24 04:14:30 +01:00