Amar Takhar
0763541848
Change how configuration works.
...
* move win32/config0.h -> config/config_windows0.h
* move win32/stdint.h -> msvc/stdint.h
* move posix/defines.h -> config/config_unix.h
* add config.h - brings in config_(windows|unix).h as required
* add config.h to *.cpp
* Self-contain FFmpegSource2 with required function defines wrapped with
__UNIX__ instead of the now removed defines.h.
* Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
change VCPreBuildEventTool to create windows_config.h from
windows_config0.h. Add msvc to include path.
* Change configure to create ./acconf.h instead of posix/acconf.h
This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.
Originally committed to SVN as r2621.
2009-01-04 06:31:48 +00:00
Amar Takhar
c30992fbbc
Rename macosx/bevelButton* to ./osx_bevelButton*, the macosx/ dir is going away.
...
Originally committed to SVN as r2543.
2008-12-29 02:57:41 +00:00
Rodrigo Braz Monteiro
ae67877863
Another jab at fixing scintilla control border on posix. Also changed how it looks on Windows XP/Vista.
...
Originally committed to SVN as r2019.
2008-03-11 07:05:19 +00:00
Rodrigo Braz Monteiro
92d26be928
Hopefully changed scintilla border for wxgtk
...
Originally committed to SVN as r2017.
2008-03-11 06:30:59 +00:00
Niels Martin Hansen
bb31ddb1da
Re-introduce the wxBevelButton control of old and use it for Commit button in subs edit area on wxMac builds.
...
Originally committed to SVN as r2006.
2008-03-09 23:40:45 +00:00
Niels Martin Hansen
7c8e990766
Revert r2004, wxEXPAND looks ugly.
...
Originally committed to SVN as r2005.
2008-03-09 23:00:03 +00:00
Niels Martin Hansen
f6e12ba05a
Experimentally add wxEXPAND flags to style/actor/effect controls to possibly fix alignment problems on Mac.
...
Originally committed to SVN as r2004.
2008-03-09 22:54:24 +00:00
Niels Martin Hansen
1248cd264f
Some changes to subs edit area toolbuttons sizing
...
Originally committed to SVN as r2003.
2008-03-09 22:31:16 +00:00
Rodrigo Braz Monteiro
9cd698f673
Fixed issue #675 , that caused insertion of override tags to be unable to reach the end of the line when characters over U+7F were present.
...
Originally committed to SVN as r1923.
2008-03-06 19:53:45 +00:00
Rodrigo Braz Monteiro
53fe61c546
Hopefully fixed the behaviour of layer spin control.
...
Originally committed to SVN as r1635.
2007-10-29 15:30:04 +00:00
Niels Martin Hansen
4bb88670bb
Make video zoom dropdown on the toolbar and the subs edit area Commit button both use default sizes.
...
Originally committed to SVN as r1594.
2007-10-02 19:11:06 +00:00
Niels Martin Hansen
acc2d3753f
More fixes to hotkeys, consequently use Cmd instead of Ctrl on Mac, changed some default hotkeys on Mac to avoid clashes with system hotkeys and better follow Apple HIG.
...
Originally committed to SVN as r1579.
2007-09-22 15:16:48 +00:00
Niels Martin Hansen
81aec949dc
Change more places to check for Cmd key on Mac rather than Ctrl key.
...
Originally committed to SVN as r1574.
2007-09-21 22:56:44 +00:00
Niels Martin Hansen
f22a5b2838
Misc. changes for Mac building and stuff
...
Originally committed to SVN as r1568.
2007-09-21 16:20:00 +00:00
Niels Martin Hansen
d578680974
Third and last part of this review-round of localisable strings.
...
Originally committed to SVN as r1377.
2007-07-05 15:51:42 +00:00
Rodrigo Braz Monteiro
0d40d2533f
Visual typesetting fixes and failed attempt to make \clip typesetting allow dragging of corners.
...
Originally committed to SVN as r1349.
2007-07-04 05:22:35 +00:00
Rodrigo Braz Monteiro
7554bd373b
Added support for \move in the drag tool, but it's still not possible to "upgrade" from \pos to it. Also, using the crosshair to position a line that had \move will no longer keep both tags.
...
Originally committed to SVN as r1343.
2007-07-04 00:36:04 +00:00
Rodrigo Braz Monteiro
e64f9b2cfe
Applied demi's patch to fix default timing duration.
...
Originally committed to SVN as r1339.
2007-07-03 06:43:57 +00:00
Rodrigo Braz Monteiro
3a7fa50f9d
Made audio mode tooltips update when changed in options dialog.
...
Originally committed to SVN as r1321.
2007-06-30 20:59:32 +00:00
Rodrigo Braz Monteiro
6f283a819e
Added a commit button to the subtitles edit box for the shortcut-impaired.
...
Originally committed to SVN as r1319.
2007-06-30 20:00:07 +00:00
Rodrigo Braz Monteiro
54f5c82296
Added a non-overwrite mode for text edit controls, which can be set on the menu. Some basic testing was done, but not exhaustive, which means that it MIGHT be buggy (also, the old mode might have been bugged)
...
Originally committed to SVN as r1295.
2007-06-23 06:07:32 +00:00
Rodrigo Braz Monteiro
d84d930c87
Changed layer box with a spin control and further organized changes in changelog
...
Originally committed to SVN as r1241.
2007-06-17 23:49:51 +00:00
Rodrigo Braz Monteiro
a12a6f229c
Float spin control mostly works, but there are two bugs that I don't want to deal with, so, meh.
...
Originally committed to SVN as r1240.
2007-06-17 22:57:36 +00:00
Rodrigo Braz Monteiro
de81a61ee6
Added base and mostly unimplemented float spin control
...
Originally committed to SVN as r1233.
2007-06-17 07:40:43 +00:00
Rodrigo Braz Monteiro
35f2610bb8
Fixed insertion of bold/italics/etc overrides on lines that contained non-ascii characters.
...
Originally committed to SVN as r1228.
2007-06-16 23:05:05 +00:00
Niels Martin Hansen
b40b5b325a
Killed off setup.h - only feature still controlled by it was PRS export, which in its current state is worthless. It can be re-enabled by defining USE_PRS=1 during build.
...
Originally committed to SVN as r1215.
2007-06-08 00:37:24 +00:00
Rodrigo Braz Monteiro
577295495e
Commiting text now commits times as well.
...
Originally committed to SVN as r1141.
2007-04-25 04:31:36 +00:00
Rodrigo Braz Monteiro
b91f1a0511
Replaced wxScintilla with the more sane (and standard) wxStyledTextCtrl.
...
Originally committed to SVN as r1104.
2007-04-21 23:16:38 +00:00
David Lamparter
29e529367e
get rid of numbers in bitmap names
...
Originally committed to SVN as r1057.
2007-04-10 20:46:16 +00:00
Rodrigo Braz Monteiro
97d996f995
Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later.
...
Originally committed to SVN as r1008.
2007-04-04 20:42:44 +00:00
Niels Martin Hansen
88639cf70c
Update both top and bottom margins when vertical margin is changed
...
Originally committed to SVN as r969.
2007-04-01 12:21:16 +00:00
Rodrigo Braz Monteiro
370512917c
Applied Pomyk's patch and fixed YV12 DirectShow
...
Originally committed to SVN as r905.
2007-01-29 05:47:29 +00:00
Dan Donovan
4565a18369
Originally committed to SVN as r893.
2007-01-26 00:47:42 +00:00
Rodrigo Braz Monteiro
297dbd74b8
Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled)
...
Originally committed to SVN as r891.
2007-01-24 03:54:32 +00:00
Rodrigo Braz Monteiro
3c46ab72ac
More Linux fixes.
...
Originally committed to SVN as r888.
2007-01-24 02:25:45 +00:00
Rodrigo Braz Monteiro
02bf068052
Basic (and somewhat broken) detached video dialog implemented.
...
Originally committed to SVN as r881.
2007-01-23 04:42:08 +00:00
Rodrigo Braz Monteiro
afc19b74e1
Removed all stray references to VideoDisplay throughout the code.
...
Originally committed to SVN as r865.
2007-01-21 17:01:22 +00:00
Rodrigo Braz Monteiro
98ce168b31
Merged opengl branch from 806 to 859
...
Originally committed to SVN as r860.
2007-01-21 06:30:19 +00:00
Rodrigo Braz Monteiro
ddcc52b0fd
Fixed visual typesetting overwriting wrong tags.
...
Originally committed to SVN as r799.
2007-01-15 19:44:48 +00:00
Rodrigo Braz Monteiro
a8abb99e6b
Fixed some minor memory leaks, and failed to fix another.
...
Originally committed to SVN as r796.
2007-01-15 06:56:35 +00:00
Rodrigo Braz Monteiro
5108f81cc1
Visual typesetting for \clip implemented.
...
Originally committed to SVN as r764.
2007-01-10 21:53:00 +00:00
Rodrigo Braz Monteiro
849067ecc9
Added scaling to visual typesetting.
...
Originally committed to SVN as r763.
2007-01-10 21:01:47 +00:00
Rodrigo Braz Monteiro
5b93f561db
Committed early working \frz visual typesetting
...
Originally committed to SVN as r756.
2007-01-10 04:33:03 +00:00
Rodrigo Braz Monteiro
241a837e44
Fixed visual typesetting
...
Originally committed to SVN as r748.
2007-01-09 02:13:23 +00:00
Rodrigo Braz Monteiro
d0c0e2a318
Early operation visual typesetting.
...
Originally committed to SVN as r746.
2007-01-09 01:52:30 +00:00
Rodrigo Braz Monteiro
739806ea4e
Small tests to prepare for real-time subtitle visual manipulation
...
Originally committed to SVN as r744.
2007-01-08 05:32:29 +00:00
Rodrigo Braz Monteiro
0ad1815eed
Changes to text will no longer be discarded when you commit timing in the audio display and vice-versa, fixed glitches related to the Duration time edit box, and fixed snapping.
...
Originally committed to SVN as r742.
2007-01-08 03:05:26 +00:00
Rodrigo Braz Monteiro
b3f2f069d3
Fixed and completed the implementation of DirectSound audio player, and made some changes for future ASS2 support.
...
Originally committed to SVN as r716.
2007-01-05 18:27:15 +00:00
Rodrigo Braz Monteiro
cec25b0678
Originally committed to SVN as r683.
2007-01-02 18:28:09 +00:00
Rodrigo Braz Monteiro
893955d773
Mostly working call tip code
...
Originally committed to SVN as r681.
2007-01-02 18:09:56 +00:00