summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
AgeCommit message (Collapse)Author
2021-01-07std::shared_ptrCarl Hetherington
2020-10-20Try to improve splitter behaviour when shrinking and then enlargingCarl Hetherington
the main window (#1839).
2020-10-20Move the LimitedSplitter constructor into the .cc file.Carl Hetherington
2020-10-20Move contents of ContentPanel::first_shown into LimitedSplitter.Carl Hetherington
2020-10-20Move LimitedSplitter into the header file.Carl Hetherington
2020-08-07Fix layout bug where the stuff in the content panel would be completelyCarl Hetherington
hidden in some cases (seen on Linux only, I think). wxDisplay::GetFromWindow sometimes returns -1 (perhaps when multiple monitors are connected) and we have to set the splitter position in this case.
2019-10-14Remove unused bits.Carl Hetherington
2019-07-08Fix flicker in timeline view when selecting (in some cases).Carl Hetherington
2019-02-02Remove unused variable.Carl Hetherington
2019-01-09Try a draggable splitter in the LHS.Carl Hetherington
2018-09-11Separate out management of controls.Carl Hetherington
2018-09-11Partial split of film viewer.Carl Hetherington
2018-08-19Work around visual glitch when clicking on an already-selectedv2.13.43Carl Hetherington
piece of content; on Linux at least you get a deselected event then a selected event for that content.
2018-08-18Destroy and re-create content sub-panels as required; fixes weirdCarl Hetherington
artefacts (unhidden bits of UI) on Windows/OS X.
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType
2018-07-22Display only required tabs, including subs / ccap.Carl Hetherington
2018-07-19More subtitle -> caption.Carl Hetherington
2018-07-19UI for selecting caption type.Carl Hetherington
2018-06-29Basic jump to selected subtitle (#1200).Carl Hetherington
2018-03-23Ctrl-T to open timeline (#1201).Carl Hetherington
2018-01-05Add simple copy and paste for content settings (#1051).Carl Hetherington
2017-02-20Add DCP button added to content panel.Carl Hetherington
2016-09-26Fix multi-select in the timeline (#954).Carl Hetherington
2016-06-16Potential fix for crash on loading a new film after starting an audio analysis.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-05-18Subtitle rearrangements.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl Hetherington
a _parent to VideoContent (mainly, but not only, for signalling) and moving the video shared_ptr into Content, which makes much more sense to replace dynamic_cast tests for whether something has video or whatever. Nearly builds.
2016-04-26Fix non-working delete key.Carl Hetherington
2016-02-24An unfortunately large set of timeline-related changes:Carl Hetherington
- Rename sequence_video to sequence, and sequence subtitle content like we do video content (i.e. adding multiple subtitle contents will result in them sequenced in time rather than overlaid). - Stop doing selection-changed related stuff in ContentPanel if no selection change has actually happened. - Attempt to tidy up event handling in the timeline a bit.
2016-02-21Fix broken content remove button.Carl Hetherington
2016-02-02Add delete-key shortcut to remove content.Carl Hetherington
2016-02-01Move the preview to the start of a piece of contentCarl Hetherington
when selecting it. Suggested-by: Carsten Kurz
2015-07-09Stop Ctrl+A working when the content panel is not visible (#577).Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-14Add buttons to set trim from current playhead position (#372).Carl Hetherington
2015-04-16Apply 9d49a592519fc7f0141e2a1a9fee0043776952ac; fix drag-and-drop and sort ↵Carl Hetherington
image filenames.
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2014-10-30Remove sequence video button from main view; from 1.x.Carl Hetherington
2014-09-29Merge master.Carl Hetherington
2014-08-31Merge master.Carl Hetherington
2014-07-13Separate code for the content panel out into a separate class.Carl Hetherington