diego
|
b000a6a519
|
ISO8859-1 --> UTF-8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-07-09 19:50:36 +00:00 |
|
reimar
|
4c4a1070fe
|
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
instead of plain strlcat/strlcpy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23723 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-07-05 22:01:07 +00:00 |
|
diego
|
3e9e4acd8d
|
Do not use leading underscores in multiple inclusion guards, they are reserved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23709 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-07-02 22:34:45 +00:00 |
|
diego
|
d416c25c9b
|
Add consistent GUI prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23705 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-07-02 20:55:05 +00:00 |
|
diego
|
897899ce90
|
Consistently use filenames as multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23703 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-07-02 20:36:18 +00:00 |
|
reimar
|
8a11439a6e
|
Return value of gtk_entry_get_text is const, so declare variables as const as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23644 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-06-24 12:43:45 +00:00 |
|
reimar
|
6a09e8e2ed
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
for future optimization.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23475 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-06-05 14:27:54 +00:00 |
|
reimar
|
1062d77439
|
get rid of Gui code that has been commented out since ages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23464 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-06-04 13:16:39 +00:00 |
|
reimar
|
e8d57600dc
|
Factor out some duplicated gui code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23463 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-06-04 13:15:35 +00:00 |
|
reimar
|
b609629b2b
|
Remove some useless code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23462 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-06-04 13:05:26 +00:00 |
|
reimar
|
b8dee272f8
|
Remove two useless fastmemcpy.h includes in gui code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23392 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-05-27 20:40:04 +00:00 |
|
reimar
|
974fc343bd
|
Include string.h for memcpy, fastmemcpy.h alone is not enough.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23323 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-05-16 21:45:46 +00:00 |
|
diego
|
07796de044
|
Fix several implicit declarations of functions warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23172 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-04-29 12:44:34 +00:00 |
|
diego
|
d4082e1723
|
Remove duplicate #include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23171 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-04-29 12:29:33 +00:00 |
|
diego
|
5c9abf7f9f
|
Gui --> gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23095 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-04-23 07:42:42 +00:00 |
|