summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/options/language_config_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused language options code, which has been superseded by DOMUI.satorux@chromium.org2011-01-191-631/+0
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+1
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-3/+3
* Remove wstring from l10n_util. Part 8, the last part.avi@chromium.org2011-01-071-12/+13
* Remove wstring from TableModel.avi@chromium.org2010-12-301-5/+5
* Remove wstring from l10n_util. Part 1.avi@chromium.org2010-12-281-2/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Use BubbleWindow for ChromeOS windows/dialogs.xiyuan@chromium.org2010-10-071-2/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Clean up latin-pre/post special handling in input method code.yusukes@chromium.org2010-08-111-2/+1
* Simplify LanguageConfigModelsatorux@chromium.org2010-07-071-29/+24
* Enable the Configure buttons for opening the mozc configuration dialog.mazda@chromium.org2010-07-061-5/+3
* Fix a bug that caused Languages and Input dialog not to be redrawn.satorux@chromium.org2010-07-051-3/+3
* Change a bunch of string types.estade@chromium.org2010-06-291-2/+1
* Move more utility functions from language_config_model to input_method_util.yusukes@google.com2010-06-211-2/+2
* Added input_method_util.h.yusukes@google.com2010-06-181-4/+4
* The second step of refactoring LanguageConfigView.satorux@chromium.org2010-06-171-644/+186
* The first step of refactoring LanguageConfigView.satorux@chromium.org2010-06-161-88/+131
* Add text input related UserMetricsActionssatorux@chromium.org2010-06-141-0/+2
* Revert the change to language_config_view.cc, which was wrongly introduced byyusukes@google.com2010-06-101-3/+3
* Add checkboxes for configuring the boolean type of Mozc configurations.yusukes@google.com2010-06-101-3/+3
* Sort input methods names in the language selector by language names.yusukes@google.com2010-06-101-6/+59
* Reorder input methods based on language code.satorux@chromium.org2010-06-071-12/+59
* Add Filipino and Spanish Latin America to Languages and Input dialogsatorux@chromium.org2010-06-011-0/+5
* Fix Remove button in Languages and Input dialog, and a crash bug in the dialogsatorux@chromium.org2010-06-011-102/+125
* Add Chewing options windowzork@chromium.org2010-06-011-0/+5
* Support Indonesian UI.yusukes@google.com2010-05-311-3/+25
* Change the IME config dialog to present a list of checkboxes instead of radio...zork@chromium.org2010-05-311-65/+50
* Widen the preferred language table in the "Languages and Input".satorux@chromium.org2010-05-271-1/+4
* Sort language names in the "Languages and Input" dialog.satorux@chromium.org2010-05-251-18/+84
* Use localized string for Input method names in the text input config dialog.yusukes@google.com2010-05-251-1/+3
* Initial implementation of a config dialog for ibus-mozc.yusukes@google.com2010-05-241-4/+11
* Fix major UI ugliness in the "Languages and Input" dialog.satorux@chromium.org2010-05-211-156/+162
* Fix a bug that caused buttons in "Languages and Input" dialog to be truncated.satorux@chromium.org2010-05-171-8/+11
* Fix ChromeOS build (one missing #include).phajdan.jr@chromium.org2010-05-111-0/+1
* Adding a configuration dialog for Pinyin input method.yusukes@chromium.org2010-04-271-0/+6
* Make all options dialogs have a parentxiyuan@chromium.org2010-04-211-4/+5
* Add LanguageConfigView::Show()satorux@chromium.org2010-04-141-1/+8
* Add logic to change UI language.satorux@chromium.org2010-04-141-14/+31
* Change "OK" button to "Done" button, to follow the mock from UX.satorux@chromium.org2010-04-141-0/+8
* First cut at adding UI for changing the UI language.satorux@chromium.org2010-04-141-26/+84
* Remove a hack that prohibits users from removing English.satorux@chromium.org2010-04-131-20/+24
* chromeos_language cleanup (Chrome part).yusukes@google.com2010-04-081-23/+25
* First cut at adding support for keyboard layout switching.satorux@chromium.org2010-04-071-3/+21
* Move NormalizeLanguageCode() and IsKeyboardLayout() to LanguageLibrary.satorux@chromium.org2010-04-071-26/+3
* Clean up code in LanguageConfigView.satorux@chromium.org2010-04-071-68/+74
* Use radio buttons for input methods, rather than checkboxes.satorux@chromium.org2010-04-071-36/+63
* Fix a minor bug that allowed users to remove English from the language config.satorux@chromium.org2010-04-071-2/+2
* Add LanguageconfigView::IsKeyboardLayout()satorux@chromium.org2010-04-071-0/+6
* Add NormalizeLanguageCode() to normalize language codes.satorux@chromium.org2010-04-061-7/+28