CIA.vc
Aegisub
Subtitle Editor
Stats » Projects » Aegisub
information
Photo
Cross-Platform subtitle editor supporting many different subtitle formats.
syndicateUTC clock
06:49 on Mar 20, 2010
event counters
The last message was received 0.93 weeks ago at 18:16 on Mar 13, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 3 messages last week
14 messages so far this month, 64 messages last month
229 messages since the first one, 2.49 months ago, for an average of 7.84 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
18:16 on Mar 13Aegisub
Commit by kollivier :: r4174 /trunk/aegisub/tools/common-respack.cpp: (link)
Remove unintentionally added tabs.
#
17:51 on Mar 13Aegisub
Commit by kollivier :: r4173 /trunk/aegisub/ (src/libresrc/wscript src/wscript wscript): (link)
Fix the waf build after the libresrc changes, and also tweak the script to properly handle dependency tracking with the generated files.
#
17:44 on Mar 13Aegisub
Commit by kollivier :: r4172 /trunk/aegisub/tools/common-respack.cpp: (link)
We should still increment currentItem when the file and dir tests both return false, as otherwise we get into infinite recursion processing the same item.
#
03:55 on Mar 06Aegisub
Commit by verm :: r4171 /trunk/aegisub/src/libresrc/ (default_mru.json libresrc.cpp libresrc.h): (link)

  • Return an std::string
  • Be const correct.
  • Use c_str() to ensure null termination.
  • Remove stray , from default_mru.json.
#
01:45 on Mar 03Aegisub
Commit by plorkyeran :: r4170 /trunk/aegisub/ (2 files in 2 dirs): (link)
Update the windows build system to work with the changes made in r4169.
#
00:44 on Mar 03Aegisub
Commit by verm :: r4169 /trunk/aegisub/ (6 files in 2 dirs): (link)
Change how libresrc is built:
 * Instead of putting code into the .(c|h) files place it into two new files libresrc.(c|h)
 * Bitmaps now go into bitmaps.(c|h)
 * Default configs into default_config.(c|h)

With this approach we can easily embed any resources by simply calling it with common-respack and not having to do anything else.
#
05:41 on Mar 02Aegisub
Commit by nielsm :: r4168 /branches/audio_display_rewrite/aegisub/src/ (7 files): (link)
Replace audio selection concept with primary playback range concept. The primary range is still considered to be the part to be displayed as "selected" in the audio display, this needs to be changed so the timing controller can report ranges of differently styled audio, e.g. normal, selected, passive.
#
03:41 on Mar 02Aegisub
Commit by nielsm :: r4167 /branches/audio_display_rewrite/aegisub/src/selection_controller.h: (link)
Fix mistakes in Doxygen comments
#
01:40 on Mar 02Aegisub
Commit by nielsm :: r4166 /branches/audio_display_rewrite/aegisub/src/base_grid.cpp: (link)
Fix grid not updating and reporting all changes when updated through the SubtitleSelectionController interface.
#
01:21 on Mar 02Aegisub
Commit by nielsm :: r4165 /branches/audio_display_rewrite/aegisub/src/ (3 files): (link)
Remove the remaining "legacy publics" from AudioDisplay, re-implement a few of the old audio toolbar buttons, document the purpose of the now commented out lines in other files using the now-removed legacy publics. Change Doxygen text for AudioDisplay now that it's "clean".
#
19:37 on Mar 01Aegisub
Commit by verm :: r4164 /trunk/aegisub/configure.in: (link)
Fix typo. (from kovensky), should be merged to 2.1.9
#
09:27 on Mar 01Aegisub
Commit by nielsm :: r4163 /branches/audio_display_rewrite/aegisub/src/frame_main.cpp: (link)
Fix layout issues with editing area not filling vertical space left by the video display.
#
08:18 on Mar 01Aegisub
Commit by nielsm :: r4162 /branches/audio_display_rewrite/aegisub/Makefile.am: (link)
Remove reporter from build, as it fails building on Mac, and is not used for anything either way.
#
00:43 on Mar 01Aegisub
Commit by nielsm :: r4161 /branches/audio_display_rewrite/aegisub/src/frame_main.cpp: (link)
Only use SetWindowModified() on Mac if building 32 bit, and of course never on non-Mac.
#
02:50 on Feb 26Aegisub
Commit by nielsm :: r4159 /branches/ (32 files in 3 dirs): (link)
Make the BaseGrid a SubtitleSelectionController and litter hopefully correct selection-change announcements around the code. Not yet tested.
#
00:18 on Feb 26Aegisub
Commit by plorkyeran :: r4158 /trunk/contrib/csri/lib/list.c: (link)
Fix a memory leak in csri caused by csri_wrap_insts never being freed.
#
21:14 on Feb 25Aegisub
Commit by nielsm :: r4156 /branches/audio_display_rewrite/aegisub/src/ (4 files): (link)
Add untested handling of subtitle selection to dialogue timing controller.
#
18:46 on Feb 25Aegisub
Commit by nielsm :: r4155 /branches/audio_display_rewrite/aegisub/ (2 files in 2 dirs): (link)
Add SubtitleSelectionController and SubtitleSelectionListener interfaces.
#
17:32 on Feb 25Aegisub
Commit by nielsm :: r4154 /branches/audio_display_rewrite/aegisub/build/aegisub_vs2008/aegisub_vs2008.vcproj: (link)
Introduce a new Controllers category in the MSVC project.
#
09:33 on Feb 25Aegisub
Commit by nielsm :: r4153 /branches/audio_display_rewrite/aegisub/src/ (2 files): (link)
Tweak audio colour scheme and spectrum power scaling a bit further
#