| Commit message (Expand) | Author | Age | Files | Lines |
* | Hover buttons for notification. | oshima@chromium.org | 2010-04-16 | 7 | -156/+326 |
* | fixing issues with filebrowser namely, namely allowing it to grow on mount, a... | dhg@chromium.org | 2010-04-16 | 2 | -7/+21 |
* | Fix panel resize flicker: | oshima@chromium.org | 2010-04-16 | 2 | -6/+3 |
* | Don't show the "Configure IME..." menu item on the login screen. | yusukes@google.com | 2010-04-15 | 1 | -0/+2 |
* | Initialize |current_input_method_| in the constructor. | yusukes@google.com | 2010-04-15 | 1 | -0/+3 |
* | Fix a bug that caused the Dvorak layout to be broken. | satorux@chromium.org | 2010-04-15 | 3 | -8/+39 |
* | Remove an unused function, SetInputMethodActivated. | yusukes@google.com | 2010-04-15 | 3 | -21/+0 |
* | Revert "r44062 Fix issue where the size of notification on | oshima@chromium.org | 2010-04-14 | 3 | -19/+11 |
* | Open the languages dialog, rather than the system option. | satorux@chromium.org | 2010-04-14 | 1 | -2/+7 |
* | Add LanguageConfigView::Show() | satorux@chromium.org | 2010-04-14 | 3 | -13/+20 |
* | Language menu improvements. | yusukes@google.com | 2010-04-14 | 1 | -28/+27 |
* | Add logic to change UI language. | satorux@chromium.org | 2010-04-14 | 1 | -14/+31 |
* | Change IME hot-key. | yusukes@google.com | 2010-04-14 | 1 | -2/+3 |
* | Change "OK" button to "Done" button, to follow the mock from UX. | satorux@chromium.org | 2010-04-14 | 2 | -0/+13 |
* | First cut at adding UI for changing the UI language. | satorux@chromium.org | 2010-04-14 | 2 | -26/+93 |
* | Add LanguageLibrary::GetLanguageCodeFromDescriptor(). | satorux@chromium.org | 2010-04-14 | 3 | -2/+47 |
* | Remove the option to stop syncing if you're in Chrome OS. Also hide the "Cus... | dantasse@chromium.org | 2010-04-13 | 1 | -0/+2 |
* | Fixed alpha channel for Welcome to Chromium OS label color. | avayvod@google.com | 2010-04-13 | 1 | -1/+1 |
* | Rework NormalizeLanguageCode() so it returns codes compatible with Chrome's a... | satorux@chromium.org | 2010-04-13 | 3 | -30/+57 |
* | Remove a hack that prohibits users from removing English. | satorux@chromium.org | 2010-04-13 | 2 | -23/+26 |
* | TBR: skrul@chromium.org | zork@chromium.org | 2010-04-12 | 1 | -1/+1 |
* | Canonicalize email addresses for chrome OS. | cmasone@google.com | 2010-04-12 | 3 | -1/+62 |
* | Shift omnibox dropdown in and up on Windows, and square off the top, so it co... | pkasting@chromium.org | 2010-04-12 | 2 | -17/+1 |
* | Simplify Preferences::SetPreloadEngines() function. | yusukes@google.com | 2010-04-12 | 4 | -54/+27 |
* | Remove the obsolete function, RemoveDummyInputMethod. | yusukes@google.com | 2010-04-12 | 1 | -22/+1 |
* | Retry of r44072, which is partially reverted by r44077. | yusukes@google.com | 2010-04-12 | 2 | -4/+2 |
* | Status area improvements: | chocobo@chromium.org | 2010-04-09 | 11 | -36/+67 |
* | Language selection is added to the login view. | glotov@google.com | 2010-04-09 | 10 | -29/+69 |
* | Fix build break (browser_test failure on Chromium OS bot). | yusukes@google.com | 2010-04-09 | 1 | -1/+3 |
* | Adding 2 preferences for configuring "NextEngine" and "Trigger" hot-keys. | yusukes@google.com | 2010-04-09 | 4 | -4/+58 |
* | Fixing possobility of some wizard View outlive its controller. | glotov@google.com | 2010-04-09 | 1 | -0/+6 |
* | Convert some spcial three-letter codes in NormalizeLanguageCode(). | satorux@chromium.org | 2010-04-09 | 2 | -9/+38 |
* | Fix issue where the size of notification on linux/views gets created bigger t... | oshima@chromium.org | 2010-04-09 | 3 | -11/+19 |
* | Delete all RenderViewHost in BalloonViewImpl on exit. | oshima@chromium.org | 2010-04-09 | 3 | -7/+51 |
* | Add notification processes to the task manager. | johnnyg@chromium.org | 2010-04-08 | 3 | -1/+6 |
* | ifdef'ed debug only code | oshima@chromium.org | 2010-04-08 | 1 | -0/+4 |
* | chromeos_language cleanup (Chrome part). | yusukes@google.com | 2010-04-08 | 11 | -237/+250 |
* | notification panel fix on chromeos. | oshima@chromium.org | 2010-04-08 | 7 | -27/+250 |
* | First cut at adding support for keyboard layout switching. | satorux@chromium.org | 2010-04-07 | 2 | -3/+37 |
* | Refactored update view to separate update UI and logic between view class (UI... | denisromanov@chromium.org | 2010-04-07 | 9 | -154/+252 |
* | Move NormalizeLanguageCode() and IsKeyboardLayout() to LanguageLibrary. | satorux@chromium.org | 2010-04-07 | 6 | -53/+62 |
* | Clean up code in LanguageConfigView. | satorux@chromium.org | 2010-04-07 | 2 | -87/+94 |
* | Use radio buttons for input methods, rather than checkboxes. | satorux@chromium.org | 2010-04-07 | 2 | -40/+70 |
* | Fix a minor bug that allowed users to remove English from the language config. | satorux@chromium.org | 2010-04-07 | 1 | -2/+2 |
* | Add LanguageconfigView::IsKeyboardLayout() | satorux@chromium.org | 2010-04-07 | 3 | -0/+14 |
* | Fix memcheck valgrind error | cmasone@google.com | 2010-04-06 | 1 | -10/+21 |
* | Abstracted language switch logic to its model class. | glotov@google.com | 2010-04-06 | 7 | -109/+174 |
* | Add NormalizeLanguageCode() to normalize language codes. | satorux@chromium.org | 2010-04-06 | 3 | -9/+50 |
* | Re-land 43382, which was reverted in 43478 due to valgrind problems. | cmasone@google.com | 2010-04-05 | 26 | -332/+1114 |
* | Remove horizontal lines from the language config view. | satorux@chromium.org | 2010-04-05 | 1 | -4/+5 |