ChangeSet ID: 21712 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2005/12/06 21:37:40
Modified files: xinha : dialog.js htmlarea.css htmlarea.js inline-dialog.js panel-dialog.js popupwin.js xinha/contrib : lc_parse_strings.php xinha/examples : custom.css dynamic.css full_example-body.html full_example-menu.html full_example.css full_example.html full_example.js stylist.css xinha/lang : de.js fr.js no.js xinha/plugins/CSS: css.js xinha/plugins/CharCounter: char-counter.js xinha/plugins/CharCounter/lang: de.js fr.js no.js xinha/plugins/CharacterMap: character-map.js xinha/plugins/CharacterMap/lang: de.js fr.js it.js nl.js no.js xinha/plugins/CharacterMap/popups: select_character.html xinha/plugins/ContextMenu: context-menu.js xinha/plugins/ContextMenu/lang: de.js el.js fr.js he.js nl.js no.js pl.js xinha/plugins/DoubleClick: double-click.js xinha/plugins/DynamicCSS: dynamiccss.js xinha/plugins/DynamicCSS/lang: de.js fr.js nl.js no.js xinha/plugins/EnterParagraphs: enter-paragraphs.js xinha/plugins/FindReplace: find-replace.js fr_engine.js xinha/plugins/FindReplace/lang: de.js fr.js no.js pl.js pt_br.js xinha/plugins/FindReplace/popups: find_replace.html xinha/plugins/Forms: forms.js xinha/plugins/Forms/popups: fieldset.html form.html input.html label.html select.html textarea.html xinha/plugins/FullPage: full-page.js xinha/plugins/FullPage/lang: de.js fr.js he.js nl.js no.js pl.js ro.js xinha/plugins/FullPage/popups: docprop.html xinha/plugins/FullScreen: full-screen.js xinha/plugins/FullScreen/lang: de.js fr.js no.js pl.js xinha/plugins/HtmlTidy: html-tidy-logic.php html-tidy.js xinha/plugins/HtmlTidy/lang: de.js fr.js nl.js no.js xinha/plugins/InsertAnchor: insert-anchor.js xinha/plugins/InsertAnchor/lang: de.js fr.js no.js xinha/plugins/InsertAnchor/popups: insert_anchor.html xinha/plugins/InsertPicture: InsertPicture.php insert-picture.js viewpicture.html xinha/plugins/InsertPicture/lang: de.js xinha/plugins/InsertWords: insert-words.js xinha/plugins/Linker: linker.js xinha/plugins/Linker/dTree: dtree.js xinha/plugins/Linker/lang: de.js fr.js no.js pl.js xinha/plugins/ListType: list-type.js xinha/plugins/ListType/lang: de.js fr.js nl.js pl.js xinha/plugins/QuickTag: quick-tag.js xinha/plugins/QuickTag/lang: no.js pt_br.js xinha/plugins/QuickTag/popups: quicktag.html xinha/plugins/SpellChecker: aspell_setup.php spell-check-logic.cgi spell-check-logic.php spell-check-ui.html spell-check-ui.js spell-checker.js xinha/plugins/SpellChecker/lang: cz.js da.js de.js fr.js he.js hu.js nl.js no.js ro.js xinha/plugins/Stylist: stylist.js xinha/plugins/Stylist/lang: de.js no.js xinha/plugins/SuperClean: dialog.html super-clean.js xinha/plugins/SuperClean/img: ed_superclean.gif xinha/plugins/SuperClean/lang: de.js fr.js no.js xinha/plugins/TableOperations: table-operations.js xinha/plugins/TableOperations/lang: cz.js da.js de.js el.js fi.js fr.js he.js it.js nl.js no.js ro.js xinha/plugins/UnFormat: un-format.js xinha/plugins/UnFormat/lang: de.js nl.js no.js xinha/plugins/UnFormat/popups: unformat.html xinha/popups : about.html color_picker.js editor_help.html insert_image.html insert_table.html link.html popup.js xinha/skins/blue-look: skin.css xinha/skins/blue-metallic: skin.css xinha/skins/green-look: skin.css xinha/skins/inditreuse: skin.css xinha/skins/titan: skin.css xinha/skins/xp-blue: skin.css xinha/skins/xp-green: skin.css Added files: xinha/examples : Extended.html ext_example-body.html ext_example-dest.php ext_example-menu.php ext_example.html xinha/plugins/InsertAnchor/lang: pl.js xinha/plugins/InsertPicture/lang: fr.js no.js xinha/plugins/ListType/lang: no.js xinha/plugins/QuickTag/lang: fr.js pl.js xinha/plugins/Stylist/lang: fr.js pl.js xinha/plugins/TableOperations/lang: pl.js xinha/plugins/UnFormat/lang: fr.js Removed files: xinha : popupdiv.js
Log message: Chris Morgan cmorgan@alum.wpi.edu Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
Patch: http://cvs.winehq.org/patch.py?id=21712
Old revision New revision Changes Path 1.1 1.2 +5 -5 appdb/xinha/dialog.js 1.1 1.2 +1 -6 appdb/xinha/htmlarea.css 1.1 1.2 +245 -175 appdb/xinha/htmlarea.js 1.1 1.2 +11 -11 appdb/xinha/inline-dialog.js 1.1 1.2 +6 -6 appdb/xinha/panel-dialog.js 1.1 1.2 +3 -3 appdb/xinha/popupwin.js 1.1 Removed +0 -0 appdb/xinha/popupdiv.js 1.1 1.2 +15 -12 appdb/xinha/contrib/lc_parse_strings.php 1.1 1.2 +1 -1 appdb/xinha/examples/custom.css 1.1 1.2 +1 -1 appdb/xinha/examples/dynamic.css 1.1 1.2 +1 -1 appdb/xinha/examples/full_example-body.html 1.1 1.2 +29 -3 appdb/xinha/examples/full_example-menu.html 1.1 1.2 +1 -1 appdb/xinha/examples/full_example.css 1.1 1.2 +1 -1 appdb/xinha/examples/full_example.html 1.1 1.2 +10 -5 appdb/xinha/examples/full_example.js 1.1 1.2 +1 -1 appdb/xinha/examples/stylist.css Added 1.1 +0 -0 appdb/xinha/examples/Extended.html Added 1.1 +0 -0 appdb/xinha/examples/ext_example-body.html Added 1.1 +0 -0 appdb/xinha/examples/ext_example-dest.php Added 1.1 +0 -0 appdb/xinha/examples/ext_example-menu.php Added 1.1 +0 -0 appdb/xinha/examples/ext_example.html 1.1 1.2 +145 -135 appdb/xinha/lang/de.js 1.1 1.2 +3 -2 appdb/xinha/lang/fr.js 1.1 1.2 +10 -2 appdb/xinha/lang/no.js 1.1 1.2 +3 -3 appdb/xinha/plugins/CSS/css.js 1.1 1.2 +8 -6 appdb/xinha/plugins/CharCounter/char-counter.js 1.1 1.2 +2 -8 appdb/xinha/plugins/CharCounter/lang/de.js 1.1 1.2 +1 -1 appdb/xinha/plugins/CharCounter/lang/fr.js 1.1 1.2 +1 -2 appdb/xinha/plugins/CharCounter/lang/no.js 1.1 1.2 +2 -2 appdb/xinha/plugins/CharacterMap/character-map.js 1.1 1.2 +0 -3 appdb/xinha/plugins/CharacterMap/lang/de.js 1.1 1.2 +1 -13 appdb/xinha/plugins/CharacterMap/lang/fr.js 1.1 1.2 +3 -7 appdb/xinha/plugins/CharacterMap/lang/it.js 1.1 1.2 +1 -4 appdb/xinha/plugins/CharacterMap/lang/nl.js 1.1 1.2 +1 -2 appdb/xinha/plugins/CharacterMap/lang/no.js 1.1 1.2 +1 -1 appdb/xinha/plugins/CharacterMap/popups/select_character.html 1.1 1.2 +9 -9 appdb/xinha/plugins/ContextMenu/context-menu.js 1.1 1.2 +2 -6 appdb/xinha/plugins/ContextMenu/lang/de.js 1.1 1.2 +1 -3 appdb/xinha/plugins/ContextMenu/lang/el.js 1.1 1.2 +1 -1 appdb/xinha/plugins/ContextMenu/lang/fr.js 1.1 1.2 +1 -12 appdb/xinha/plugins/ContextMenu/lang/he.js 1.1 1.2 +1 -12 appdb/xinha/plugins/ContextMenu/lang/nl.js 1.1 1.2 +1 -3 appdb/xinha/plugins/ContextMenu/lang/no.js 1.1 1.2 +1 -2 appdb/xinha/plugins/ContextMenu/lang/pl.js 1.1 1.2 +2 -2 appdb/xinha/plugins/DoubleClick/double-click.js 1.1 1.2 +6 -6 appdb/xinha/plugins/DynamicCSS/dynamiccss.js 1.1 1.2 +1 -4 appdb/xinha/plugins/DynamicCSS/lang/de.js 1.1 1.2 +1 -9 appdb/xinha/plugins/DynamicCSS/lang/fr.js 1.1 1.2 +1 -4 appdb/xinha/plugins/DynamicCSS/lang/nl.js 1.1 1.2 +1 -2 appdb/xinha/plugins/DynamicCSS/lang/no.js 1.1 1.2 +2 -2 appdb/xinha/plugins/EnterParagraphs/enter-paragraphs.js 1.1 1.2 +2 -2 appdb/xinha/plugins/FindReplace/find-replace.js 1.1 1.2 +8 -8 appdb/xinha/plugins/FindReplace/fr_engine.js 1.1 1.2 +21 -32 appdb/xinha/plugins/FindReplace/lang/de.js 1.1 1.2 +20 -20 appdb/xinha/plugins/FindReplace/lang/fr.js 1.1 1.2 +20 -21 appdb/xinha/plugins/FindReplace/lang/no.js 1.1 1.2 +21 -32 appdb/xinha/plugins/FindReplace/lang/pl.js 1.1 1.2 +24 -32 appdb/xinha/plugins/FindReplace/lang/pt_br.js 1.1 1.2 +5 -5 appdb/xinha/plugins/FindReplace/popups/find_replace.html 1.1 1.2 +6 -6 appdb/xinha/plugins/Forms/forms.js 1.1 1.2 +4 -4 appdb/xinha/plugins/Forms/popups/fieldset.html 1.1 1.2 +4 -4 appdb/xinha/plugins/Forms/popups/form.html 1.1 1.2 +4 -4 appdb/xinha/plugins/Forms/popups/input.html 1.1 1.2 +4 -4 appdb/xinha/plugins/Forms/popups/label.html 1.1 1.2 +4 -4 appdb/xinha/plugins/Forms/popups/select.html 1.1 1.2 +4 -4 appdb/xinha/plugins/Forms/popups/textarea.html 1.1 1.2 +11 -10 appdb/xinha/plugins/FullPage/full-page.js 1.1 1.2 +4 -15 appdb/xinha/plugins/FullPage/lang/de.js 1.1 1.2 +1 -1 appdb/xinha/plugins/FullPage/lang/fr.js 1.1 1.2 +1 -12 appdb/xinha/plugins/FullPage/lang/he.js 1.1 1.2 +10 -21 appdb/xinha/plugins/FullPage/lang/nl.js 1.1 1.2 +4 -2 appdb/xinha/plugins/FullPage/lang/no.js 1.1 1.2 +1 -12 appdb/xinha/plugins/FullPage/lang/pl.js 1.1 1.2 +1 -12 appdb/xinha/plugins/FullPage/lang/ro.js 1.1 1.2 +3 -3 appdb/xinha/plugins/FullPage/popups/docprop.html 1.1 1.2 +2 -2 appdb/xinha/plugins/FullScreen/full-screen.js 1.1 1.2 +1 -12 appdb/xinha/plugins/FullScreen/lang/de.js 1.1 1.2 +1 -13 appdb/xinha/plugins/FullScreen/lang/fr.js 1.1 1.2 +1 -2 appdb/xinha/plugins/FullScreen/lang/no.js 1.1 1.2 +1 -12 appdb/xinha/plugins/FullScreen/lang/pl.js 1.1 1.2 +16 -5 appdb/xinha/plugins/HtmlTidy/html-tidy-logic.php 1.1 1.2 +3 -3 appdb/xinha/plugins/HtmlTidy/html-tidy.js 1.1 1.2 +3 -13 appdb/xinha/plugins/HtmlTidy/lang/de.js 1.1 1.2 +5 -14 appdb/xinha/plugins/HtmlTidy/lang/fr.js 1.1 1.2 +2 -13 appdb/xinha/plugins/HtmlTidy/lang/nl.js 1.1 1.2 +3 -3 appdb/xinha/plugins/HtmlTidy/lang/no.js 1.1 1.2 +97 -97 appdb/xinha/plugins/InsertAnchor/insert-anchor.js 1.1 1.2 +1 -3 appdb/xinha/plugins/InsertAnchor/lang/de.js 1.1 1.2 +1 -1 appdb/xinha/plugins/InsertAnchor/lang/fr.js 1.1 1.2 +1 -2 appdb/xinha/plugins/InsertAnchor/lang/no.js Added 1.1 +0 -0 appdb/xinha/plugins/InsertAnchor/lang/pl.js 1.1 1.2 +5 -6 appdb/xinha/plugins/InsertAnchor/popups/insert_anchor.html 1.1 1.2 +7 -7 appdb/xinha/plugins/InsertPicture/InsertPicture.php 1.1 1.2 +1 -1 appdb/xinha/plugins/InsertPicture/insert-picture.js 1.1 1.2 +10 -10 appdb/xinha/plugins/InsertPicture/viewpicture.html 1.1 1.2 +6 -11 appdb/xinha/plugins/InsertPicture/lang/de.js Added 1.1 +0 -0 appdb/xinha/plugins/InsertPicture/lang/fr.js Added 1.1 +0 -0 appdb/xinha/plugins/InsertPicture/lang/no.js 1.1 1.2 +2 -3 appdb/xinha/plugins/InsertWords/insert-words.js 1.1 1.2 +13 -14 appdb/xinha/plugins/Linker/linker.js 1.1 1.2 +8 -9 appdb/xinha/plugins/Linker/dTree/dtree.js 1.1 1.2 +3 -4 appdb/xinha/plugins/Linker/lang/de.js 1.1 1.2 +1 -1 appdb/xinha/plugins/Linker/lang/fr.js 1.1 1.2 +1 -2 appdb/xinha/plugins/Linker/lang/no.js 1.1 1.2 +1 -1 appdb/xinha/plugins/Linker/lang/pl.js 1.1 1.2 +1 -1 appdb/xinha/plugins/ListType/list-type.js 1.1 1.2 +1 -12 appdb/xinha/plugins/ListType/lang/de.js 1.1 1.2 +1 -13 appdb/xinha/plugins/ListType/lang/fr.js 1.1 1.2 +1 -12 appdb/xinha/plugins/ListType/lang/nl.js 1.1 1.2 +1 -12 appdb/xinha/plugins/ListType/lang/pl.js Added 1.1 +0 -0 appdb/xinha/plugins/ListType/lang/no.js 1.1 1.2 +2 -2 appdb/xinha/plugins/QuickTag/quick-tag.js 1.1 1.2 +1 -2 appdb/xinha/plugins/QuickTag/lang/no.js 1.1 1.2 +11 -11 appdb/xinha/plugins/QuickTag/lang/pt_br.js Added 1.1 +0 -0 appdb/xinha/plugins/QuickTag/lang/fr.js Added 1.1 +0 -0 appdb/xinha/plugins/QuickTag/lang/pl.js 1.1 1.2 +13 -13 appdb/xinha/plugins/QuickTag/popups/quicktag.html 1.1 1.2 +44 -11 appdb/xinha/plugins/SpellChecker/aspell_setup.php 1.1 1.2 +0 -0 appdb/xinha/plugins/SpellChecker/spell-check-logic.cgi 1.1 1.2 +1 -1 appdb/xinha/plugins/SpellChecker/spell-check-logic.php 1.1 1.2 +2 -2 appdb/xinha/plugins/SpellChecker/spell-check-ui.html 1.1 1.2 +21 -21 appdb/xinha/plugins/SpellChecker/spell-check-ui.js 1.1 1.2 +4 -4 appdb/xinha/plugins/SpellChecker/spell-checker.js 1.1 1.2 +1 -12 appdb/xinha/plugins/SpellChecker/lang/cz.js 1.1 1.2 +1 -11 appdb/xinha/plugins/SpellChecker/lang/da.js 1.1 1.2 +2 -4 appdb/xinha/plugins/SpellChecker/lang/de.js 1.1 1.2 +1 -13 appdb/xinha/plugins/SpellChecker/lang/fr.js 1.1 1.2 +1 -12 appdb/xinha/plugins/SpellChecker/lang/he.js 1.1 1.2 +1 -12 appdb/xinha/plugins/SpellChecker/lang/hu.js 1.1 1.2 +2 -14 appdb/xinha/plugins/SpellChecker/lang/nl.js 1.1 1.2 +1 -2 appdb/xinha/plugins/SpellChecker/lang/no.js 1.1 1.2 +1 -12 appdb/xinha/plugins/SpellChecker/lang/ro.js 1.1 1.2 +12 -12 appdb/xinha/plugins/Stylist/stylist.js 1.1 1.2 +1 -12 appdb/xinha/plugins/Stylist/lang/de.js 1.1 1.2 +1 -2 appdb/xinha/plugins/Stylist/lang/no.js Added 1.1 +0 -0 appdb/xinha/plugins/Stylist/lang/fr.js Added 1.1 +0 -0 appdb/xinha/plugins/Stylist/lang/pl.js 1.1 1.2 +1 -25 appdb/xinha/plugins/SuperClean/dialog.html 1.1 1.2 +147 -43 appdb/xinha/plugins/SuperClean/super-clean.js 1.1 1.2 +1 -3 appdb/xinha/plugins/SuperClean/img/ed_superclean.gif 1.1 1.2 +3 -13 appdb/xinha/plugins/SuperClean/lang/de.js 1.1 1.2 +4 -15 appdb/xinha/plugins/SuperClean/lang/fr.js 1.1 1.2 +3 -3 appdb/xinha/plugins/SuperClean/lang/no.js 1.1 1.2 +38 -28 appdb/xinha/plugins/TableOperations/table-operations.js 1.1 1.2 +1 -12 appdb/xinha/plugins/TableOperations/lang/cz.js 1.1 1.2 +1 -12 appdb/xinha/plugins/TableOperations/lang/da.js 1.1 1.2 +1 -3 appdb/xinha/plugins/TableOperations/lang/de.js 1.1 1.2 +1 -3 appdb/xinha/plugins/TableOperations/lang/el.js 1.1 1.2 +1 -2 appdb/xinha/plugins/TableOperations/lang/fi.js 1.1 1.2 +1 -13 appdb/xinha/plugins/TableOperations/lang/fr.js 1.1 1.2 +1 -12 appdb/xinha/plugins/TableOperations/lang/he.js 1.1 1.2 +1 -3 appdb/xinha/plugins/TableOperations/lang/it.js 1.1 1.2 +1 -12 appdb/xinha/plugins/TableOperations/lang/nl.js 1.1 1.2 +1 -12 appdb/xinha/plugins/TableOperations/lang/no.js 1.1 1.2 +1 -12 appdb/xinha/plugins/TableOperations/lang/ro.js Added 1.1 +0 -0 appdb/xinha/plugins/TableOperations/lang/pl.js 1.1 1.2 +4 -4 appdb/xinha/plugins/UnFormat/un-format.js 1.1 1.2 +9 -7 appdb/xinha/plugins/UnFormat/lang/de.js 1.1 1.2 +9 -7 appdb/xinha/plugins/UnFormat/lang/nl.js 1.1 1.2 +8 -9 appdb/xinha/plugins/UnFormat/lang/no.js Added 1.1 +0 -0 appdb/xinha/plugins/UnFormat/lang/fr.js 1.1 1.2 +4 -4 appdb/xinha/plugins/UnFormat/popups/unformat.html 1.1 1.2 +1 -0 appdb/xinha/popups/about.html 1.1 1.2 +4 -4 appdb/xinha/popups/color_picker.js 1.1 1.2 +52 -7 appdb/xinha/popups/editor_help.html 1.1 1.2 +5 -5 appdb/xinha/popups/insert_image.html 1.1 1.2 +4 -4 appdb/xinha/popups/insert_table.html 1.1 1.2 +6 -6 appdb/xinha/popups/link.html 1.1 1.2 +8 -8 appdb/xinha/popups/popup.js 1.1 1.2 +1 -0 appdb/xinha/skins/blue-look/skin.css 1.1 1.2 +3 -2 appdb/xinha/skins/blue-metallic/skin.css 1.1 1.2 +1 -0 appdb/xinha/skins/green-look/skin.css 1.1 1.2 +1 -0 appdb/xinha/skins/inditreuse/skin.css 1.1 1.2 +11 -5 appdb/xinha/skins/titan/skin.css 1.1 1.2 +1 -0 appdb/xinha/skins/xp-blue/skin.css 1.1 1.2 +1 -0 appdb/xinha/skins/xp-green/skin.css