Commit Graph

5769 Commits

Author SHA1 Message Date
cantabile a3d7d2bbc0 TimeEdit: handle Shift-Insert the same way as Ctrl-V
Shift-Insert pasted the text anyway, but without anyone "noticing",
which meant the TimeEdit's internal variable "time" didn't get updated,
causing TimeEdit::GetTime() to return the old time. Because of this,
pasting a time in the Jump To dialog with Shift-Insert didn't update the
frame number.

Originally committed to SVN as r6882.
2012-05-28 14:18:10 +00:00
cantabile 3a81e80aa5 Add workaround for tabbing out of SubsTextEditCtrl
wxStyledTextCtrl eats the tabs, so handle them in
SubsTextEditCtrl::OnKeyDown()

Originally committed to SVN as r6881.
2012-05-28 14:18:07 +00:00
Thomas Goyne 571752a955 Make the visual typesetting toolbar use all available space
When toolbars actually have a background (as on OS X), the stretch
spacer was very ugly, and there's no different on platforms without a
background.

Originally committed to SVN as r6880.
2012-05-26 20:16:12 +00:00
Thomas Goyne cde9a34425 osx: Add the full screen button to the main window
Originally committed to SVN as r6879.
2012-05-26 20:16:08 +00:00
Thomas Goyne 1da7502d6e Remove pointless commented-out code
Originally committed to SVN as r6878.
2012-05-26 20:16:05 +00:00
Thomas Goyne ae672b64af Add Objective-C++ support to the makefile
Originally committed to SVN as r6877.
2012-05-26 20:16:02 +00:00
Thomas Goyne dc5d6c9a4a Add missing include in unix/log.cpp and wrap includes in #ifndef LAGI_PRE
Originally committed to SVN as r6876.
2012-05-26 17:00:16 +00:00
Thomas Goyne 427c8406d5 hurr durr gtk. Closes #1474.
Originally committed to SVN as r6875.
2012-05-26 16:54:55 +00:00
Thomas Goyne a75c8705bb Make bitmap.{h,cpp} depend on their input files
Originally committed to SVN as r6874.
2012-05-26 16:54:52 +00:00
Thomas Goyne e4154b1ae0 Don't include the version in the automation install path. Closes #1493.
Originally committed to SVN as r6873.
2012-05-26 16:54:48 +00:00
Thomas Goyne bf9a71f91a assdraw: remove unused stuff
Originally committed to SVN as r6872.
2012-05-26 16:54:45 +00:00
Thomas Goyne e368b068e4 assdraw: eliminate some variable shadowing
Originally committed to SVN as r6871.
2012-05-26 16:54:42 +00:00
Thomas Goyne 618c4b8afa assdraw: delete some commented code
Originally committed to SVN as r6870.
2012-05-26 16:54:39 +00:00
Thomas Goyne 4b662d74f4 assdraw: create the config dir if it doesn't already exist
Originally committed to SVN as r6869.
2012-05-24 01:56:39 +00:00
Thomas Goyne 03259b3ceb assdraw: always write the config file to the user's config dir
Originally committed to SVN as r6868.
2012-05-24 01:56:36 +00:00
Thomas Goyne 77b60b579e assdraw: actually set the app name
Originally committed to SVN as r6867.
2012-05-24 01:56:33 +00:00
Thomas Goyne c3aa3cbe00 assdraw: strip trailing whitespace from files
Originally committed to SVN as r6866.
2012-05-24 01:56:30 +00:00
Thomas Goyne 8c6d047115 assdraw: remove checks for basic wx features
Originally committed to SVN as r6865.
2012-05-24 01:56:27 +00:00
Thomas Goyne e215c9d22b assdraw: delete beta expiration code
Originally committed to SVN as r6864.
2012-05-24 01:56:24 +00:00
Thomas Goyne 3083df4a45 assdraw: delete some insane commented out code
Originally committed to SVN as r6863.
2012-05-24 01:56:21 +00:00
Thomas Goyne 091af97248 assdraw: use CSS syntax to save colors since it actually supports alpha
Originally committed to SVN as r6862.
2012-05-24 01:56:18 +00:00
Thomas Goyne eb1184b329 assdraw: add minimal OS X bundle generation script
Originally committed to SVN as r6861.
2012-05-24 01:56:15 +00:00
Thomas Goyne 01eba350b7 assdraw: fix assertion failure from reading and writing a bitmap at the same time
Originally committed to SVN as r6860.
2012-05-24 01:56:12 +00:00
Thomas Goyne f0eaaacd06 assdraw: actually ask for all of the wx libraries used
Originally committed to SVN as r6859.
2012-05-24 01:56:09 +00:00
Thomas Goyne b67edaff6d assdraw: add missing news when creating PG properties
Originally committed to SVN as r6858.
2012-05-24 01:56:06 +00:00
Thomas Goyne ecc05d5965 assdraw: fix AddTool argument order
Originally committed to SVN as r6857.
2012-05-24 01:56:03 +00:00
Thomas Goyne a30b9d4fdb assdraw: remove pointless variable that clang barfs on
Originally committed to SVN as r6856.
2012-05-24 01:56:00 +00:00
Thomas Goyne fd322e8dc9 assdraw: pass enough arguments to wxFlexGridSizer's constructor
Originally committed to SVN as r6855.
2012-05-24 01:55:57 +00:00
Thomas Goyne a0c0b5a865 assdraw: remove wxADJUST_MINSIZE (which didn't actually do anything)
Originally committed to SVN as r6854.
2012-05-24 01:55:54 +00:00
Thomas Goyne 822f659055 assdraw: add missing wx/dcclient include
Originally committed to SVN as r6853.
2012-05-24 01:55:51 +00:00
Thomas Goyne cfb34bd50c assdraw: typedef wxPGId for backwards comaptibility
Originally committed to SVN as r6852.
2012-05-24 01:55:49 +00:00
Thomas Goyne decc47a568 assdraw: fix memory leak
Originally committed to SVN as r6851.
2012-05-24 01:55:46 +00:00
Thomas Goyne 40a2bae771 assdraw: remove pointless out of date inline copy of libpropgrid
Originally committed to SVN as r6850.
2012-05-24 01:55:42 +00:00
Thomas Goyne c4367f083c assdraw: add wxwin.m4
Originally committed to SVN as r6849.
2012-05-24 01:55:39 +00:00
Thomas Goyne 5dd13ea811 assdraw: fix some derp in the configure script
Originally committed to SVN as r6848.
2012-05-24 01:55:36 +00:00
Thomas Goyne 86674614a4 assdraw: actually set the package name in configure.in
Originally committed to SVN as r6847.
2012-05-24 01:55:33 +00:00
Thomas Goyne fb77e183e6 assdraw: replace autogen.sh with buildconf
The autogen.sh script was incredibly out of date and dumb.

Originally committed to SVN as r6846.
2012-05-24 01:53:59 +00:00
Thomas Goyne 1206906c32 Automatically generate the list of supported languages rather than hardcoding it
Originally committed to SVN as r6845.
2012-05-24 01:53:56 +00:00
Thomas Goyne a6036d98f1 Fix copyright years and URL in the plist
Originally committed to SVN as r6844.
2012-05-24 01:53:53 +00:00
Thomas Goyne 29e9d09859 Fix non-precompiled-header compilation
Originally committed to SVN as r6843.
2012-05-23 03:38:50 +00:00
Thomas Goyne 11747a6c27 Regenerate aegisub.pot
Originally committed to SVN as r6842.
2012-05-23 03:38:47 +00:00
Thomas Goyne c6aa43de72 Add command audio/play/current
This is like audio/play/selection except it ignores changes to the
primary range during playback, and always stops when the original end of
the line is reached.

Originally committed to SVN as r6841.
2012-05-23 03:38:44 +00:00
Thomas Goyne 567549c55d OS X: Add default hotkey to show/hide toolbar
Originally committed to SVN as r6840.
2012-05-23 03:38:41 +00:00
Thomas Goyne 58de109085 Add Show/Hide toolbar to the View menu
The Apple HIG says to include this, and I see no reason not to include
it on the other platforms as well.

Originally committed to SVN as r6839.
2012-05-23 03:38:37 +00:00
Thomas Goyne b9154a79c1 Also extract strings from the OS X default menu
Originally committed to SVN as r6838.
2012-05-23 03:38:34 +00:00
Thomas Goyne 24cd2bbdf9 Fix the name of the quit command
Originally committed to SVN as r6837.
2012-05-19 16:22:21 +00:00
Thomas Goyne 9f9e273de2 Compress the dmg with bzip2 rather than zlib
Reduces size by ~7%.

Originally committed to SVN as r6836.
2012-05-19 16:22:16 +00:00
Thomas Goyne 35279b6e28 Remove pointless blank buttons
Originally committed to SVN as r6835.
2012-05-19 15:49:23 +00:00
Thomas Goyne e4cc9d1404 OX X: Force 32x32 toolbar icons rather than 24x24
Originally committed to SVN as r6834.
2012-05-19 15:49:18 +00:00
Thomas Goyne 57d1d92a9e Make the 32x32 icons available in the program
Originally committed to SVN as r6833.
2012-05-19 15:49:12 +00:00