Commit Graph

8658 Commits

Author SHA1 Message Date
Fredrik Mellbin c84a44dc59 More deleaking
Originally committed to SVN as r61.
2006-02-03 00:58:26 +00:00
Fredrik Mellbin 715a346d84 one less memory leak
Originally committed to SVN as r60.
2006-02-03 00:22:16 +00:00
Fredrik Mellbin e8d6eee1b0 Added destructor -> no memory leaks
Originally committed to SVN as r59.
2006-02-02 22:20:49 +00:00
Fredrik Mellbin 5062ea6e31 Refresh(false) elimination
Originally committed to SVN as r58.
2006-02-02 18:24:58 +00:00
Fredrik Mellbin ae6fcba54e fixing the fixmes
Originally committed to SVN as r57.
2006-02-02 18:17:54 +00:00
Niels Martin Hansen b3b9d5e033 Fixed visual glitch when mouse was leaving video display.
Originally committed to SVN as r56.
2006-02-01 22:15:21 +00:00
Niels Martin Hansen c450a5468c Fixed regression bug with drag&drop bugfix.
Fixed strange nonsense in changelog.

Originally committed to SVN as r55.
2006-02-01 21:53:44 +00:00
Niels Martin Hansen defaf3a5ac From changelog:
- Drag-and-drop files onto the program no longer causes the subs to be unloaded every time, even if no subs were dropped (jfs)
- Recombining lines (1,1+2 and 1+2,2) where the lone line is a substring of the line only appearing combined no longer causes incorrect results (as a side-effect, more strict prefix/suffix-checking has also been implemented) (jfs)

Originally committed to SVN as r54.
2006-02-01 02:16:57 +00:00
Niels Martin Hansen 2d3d317278 Really fixed the \t bug now. Really!
Originally committed to SVN as r53.
2006-01-31 23:44:10 +00:00
Niels Martin Hansen 979903d61a Yet another attempt to fix text_extents function.
Originally committed to SVN as r52.
2006-01-31 21:37:02 +00:00
Fredrik Mellbin eaa3fe1456 The easy fix for the splash screen crash
Originally committed to SVN as r51.
2006-01-30 20:04:33 +00:00
Niels Martin Hansen 0db9a569b8 Bug in changelog. Fixed. Also took the liberty to add fextracker feature to changelog.
Originally committed to SVN as r50.
2006-01-29 22:58:20 +00:00
Niels Martin Hansen 6f09e40f75 Forgot changelog.
Originally committed to SVN as r49.
2006-01-29 22:52:46 +00:00
Niels Martin Hansen 6862c2d4a8 First three parameters to \fade() are now int as they should be
Fixed \t argument disappearance bug!

Originally committed to SVN as r48.
2006-01-29 22:46:18 +00:00
Rodrigo Braz Monteiro ba9fb80bd9 Added #include <wx/notebook.h> to file, to make it compile with newer wxWidgets
Originally committed to SVN as r47.
2006-01-29 21:04:52 +00:00
tentacle 1bb7209d52 PrOpEr CaPiTaLiZaTiOn
ooh and front+backtrace for movement display

Originally committed to SVN as r46.
2006-01-29 20:59:58 +00:00
tentacle 74a399aaa9 moved events for fextracker & fexmovement into its own file
added second button for fexmovement
added functionality to manually move sub for all frames / for one frame

Originally committed to SVN as r45.
2006-01-29 20:48:05 +00:00
tentacle 97b8832376 DialogProgress
Originally committed to SVN as r44.
2006-01-29 17:59:07 +00:00
tentacle c625ca843c new tracker dll
Originally committed to SVN as r43.
2006-01-29 15:23:54 +00:00
tentacle d89cf51b1e moved all tracking stuff into FexTracker popup menu
tracking is now somewhat complete
you can track points, convert these to movement&scaling and then split your line and let it be repositioned and rescaled

Originally committed to SVN as r42.
2006-01-29 15:08:51 +00:00
tentacle 03ff6a4c83 Originally committed to SVN as r41. 2006-01-28 21:47:46 +00:00
tentacle 3d0e91c29b tenfex .h in correct folder
Originally committed to SVN as r40.
2006-01-28 20:26:27 +00:00
tentacle f34775d718 Removed FexTracker .h files from FexTracker folder
Originally committed to SVN as r39.
2006-01-28 20:25:12 +00:00
tentacle 0f2c7bed84 FexTracker Dlls + h
currently only FexTrackerRel is used since i have'nt figured dependent delayed dll loading out yet
First import @ 2006-01-28

Originally committed to SVN as r38.
2006-01-28 20:11:02 +00:00
tentacle 3e6637cb26 added support for FexTracker
added "Track this line" button in bottom right corner of video box
added 2 new button bitmaps
added function to display tracked points for current line as overlay in VideoDisplay

Originally committed to SVN as r35.
2006-01-28 19:48:35 +00:00
Fredrik Mellbin 732aa4a1ba Fix AviSynthWrapper reference counting again
Originally committed to SVN as r34.
2006-01-28 15:23:48 +00:00
Fredrik Mellbin 7012a6b0b2 Less signedness warnings and probably a fix for setting the tag string
Originally committed to SVN as r33.
2006-01-28 15:11:59 +00:00
Fredrik Mellbin f22e1825ce Update version number
Originally committed to SVN as r32.
2006-01-28 14:50:13 +00:00
Niels Martin Hansen 69b1f5988a From changelog:
o The correct \k tag (\k, \kf, \ko, \K) is now kept when splitting/joining
   o When editing karaoke-timing for a line and not splitting/joining, all tags are kept intact, so only the \k tag timings are changed (BROKEN WITH \t TAGS ATM!)

Reason for breakage with \t seems to be the override tag parser killing all the actual style overrides in the \t tag. Example: \t(100,200,\fscx200) -> \t(100,200,) All other tags seem unaffected, but not intensively tested.

Originally committed to SVN as r31.
2006-01-27 22:22:31 +00:00
Niels Martin Hansen 360746e739 Bugfix: Karaoke splitting only worked on lines that were already marked dirty (autosplit lines being in that category), unless SSA mode was enabled.
Originally committed to SVN as r30.
2006-01-27 03:18:26 +00:00
Niels Martin Hansen 3ad6a9db43 Implemented new karaoke splitter. Still needs some work, especially graphically.
The timing postproc dialog is now properly centered.

Originally committed to SVN as r29.
2006-01-27 00:48:59 +00:00
Niels Martin Hansen c6fb2bdf42 Fixed stupid possible bug in utils.lua. (Forgot a local keyword in copy_line.)
Finally wrote some documentation for karaskel.lua and karaskel-adv.lua.

Originally committed to SVN as r28.
2006-01-26 03:02:06 +00:00
Fredrik Mellbin 645aae6e29 Moved AssEntry constructors to where they should be
Originally committed to SVN as r27.
2006-01-25 22:19:40 +00:00
Fredrik Mellbin 87ac27af9a Smaller audio ram cache blocksize
Originally committed to SVN as r26.
2006-01-25 10:56:24 +00:00
Fredrik Mellbin e2af348af5 Version number fix for required avisynth
Originally committed to SVN as r25.
2006-01-25 10:53:16 +00:00
Fredrik Mellbin b6de878181 See previous commit
Originally committed to SVN as r24.
2006-01-25 00:29:01 +00:00
Fredrik Mellbin 6c1cbf9efc Another videodisplay split fix
Originally committed to SVN as r23.
2006-01-25 00:21:16 +00:00
Fredrik Mellbin 16729ec5ea Increment avisynth refcount after successful creation
Originally committed to SVN as r22.
2006-01-24 23:01:30 +00:00
Fredrik Mellbin e5043bb738 Fix for previous commit
Originally committed to SVN as r21.
2006-01-22 16:52:20 +00:00
Fredrik Mellbin 227febdd24 The big VideoDisplay split
Originally committed to SVN as r20.
2006-01-22 12:44:53 +00:00
Fredrik Mellbin cb573429fb Originally committed to SVN as r19. 2006-01-22 12:43:42 +00:00
Karl Blomster 7913efc740 more audio documentation updates, plus random fixage in about.cpp
Originally committed to SVN as r18.
2006-01-21 01:45:27 +00:00
Fredrik Mellbin 1cd44a438d Audio crash in 1.09 fix(?) and small cleanup
Originally committed to SVN as r17.
2006-01-21 01:09:53 +00:00
Fredrik Mellbin a1bf8a221e Repaint videoslider when resizing
Originally committed to SVN as r16.
2006-01-20 22:56:15 +00:00
Rodrigo Braz Monteiro 59db7e90e1 Small fix regarding character set of files being exported
Originally committed to SVN as r15.
2006-01-20 00:16:32 +00:00
David Lamparter e72d2c9f94 fix initialization orders (pedantic)
Originally committed to SVN as r14.
2006-01-19 10:35:04 +00:00
David Lamparter 2abf229414 remove extra semicolons and commas (strict ISO-C++98)
Originally committed to SVN as r13.
2006-01-19 10:33:56 +00:00
Rodrigo Braz Monteiro 6935e56b3d VC 2005 compatibility stuff
Originally committed to SVN as r12.
2006-01-19 01:42:39 +00:00
Karl Blomster d44ddb3bf2 working on the audio section
Originally committed to SVN as r11.
2006-01-18 12:02:46 +00:00
Karl Blomster 03a560ac88 config.dat is now fully documented (again!). Some other minor editing also done.
Originally committed to SVN as r10.
2006-01-17 23:42:00 +00:00