| Commit message (Expand) | Author | Age | Files | Lines |
* | InfoBubble::ShowFocusless() added not to grab the focus when being shown. | glotov@chromium.org | 2010-06-21 | 1 | -2/+2 |
* | Make welcome message multiline if needed. | dpolukhin@chromium.org | 2010-06-21 | 1 | -1/+7 |
* | Fixed wizard screen background for OOBE mode. Made wizard screen window alway... | avayvod@chromium.org | 2010-06-21 | 5 | -37/+14 |
* | Adds wifi mac addresses and cell IDs to the corresponding network library cla... | joth@chromium.org | 2010-06-21 | 2 | -0/+67 |
* | Make language selection on network screen focusable. | dpolukhin@chromium.org | 2010-06-21 | 1 | -1/+2 |
* | Rename *language_library* to *input_method_library*. | satorux@chromium.org | 2010-06-21 | 19 | -26/+26 |
* | Add strings for Mozc for US Dvorak and Google Japanese Input for US Dvorak. | satorux@chromium.org | 2010-06-21 | 2 | -9/+22 |
* | Move more utility functions from language_config_model to input_method_util. | yusukes@google.com | 2010-06-21 | 6 | -139/+150 |
* | Move candidate_window.cc/gyp to input_method directory. | satorux@chromium.org | 2010-06-21 | 2 | -0/+0 |
* | Changed gradients for background view and login screens. | avayvod@chromium.org | 2010-06-19 | 4 | -17/+58 |
* | *Add WidgetGtk::ClearNativeFocus so that subclass can implement cutomized beh... | oshima@chromium.org | 2010-06-19 | 2 | -5/+74 |
* | Fix preferred network to use both Google-A and Google. | chocobo@chromium.org | 2010-06-18 | 2 | -16/+23 |
* | Stop capturing video when screen is locked. Restart image capturing when scre... | avayvod@chromium.org | 2010-06-18 | 2 | -1/+31 |
* | Fix for ScreenLocker Flicker seen on resume. | oshima@chromium.org | 2010-06-18 | 2 | -2/+9 |
* | Cleanup: Remove some unneeded WebKit headers. | thestig@chromium.org | 2010-06-18 | 1 | -1/+0 |
* | Wait for network connection on welcome screen. | nkostylev@google.com | 2010-06-18 | 4 | -13/+46 |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 3 | -1/+24 |
* | Adds email address tooltip over user image on the login screen. | avayvod@chromium.org | 2010-06-18 | 3 | -2/+19 |
* | Added input_method_util.h. | yusukes@google.com | 2010-06-18 | 14 | -800/+862 |
* | Set volume bubble position relative to screen size. | glotov@chromium.org | 2010-06-18 | 2 | -4/+19 |
* | Pref service strings should be std::string. | estade@chromium.org | 2010-06-18 | 2 | -11/+12 |
* | Fix bug where auto-connect setting is not immediately saved. | chocobo@chromium.org | 2010-06-17 | 2 | -35/+57 |
* | Correctly remove accelerator when info bubble is closed. | oshima@chromium.org | 2010-06-17 | 2 | -4/+4 |
* | Remove compact navbar: 1st step. | oshima@chromium.org | 2010-06-17 | 3 | -171/+1 |
* | Basic code structures for rewritten options dialogs as DOM UI. Also includes ... | zelidrag@chromium.org | 2010-06-17 | 2 | -0/+178 |
* | Add "Enable WiFi" item on welcome screen. | nkostylev@google.com | 2010-06-17 | 3 | -3/+99 |
* | s/LanguageSwitchModel/LanguageSwitchMenu/ | glotov@chromium.org | 2010-06-17 | 10 | -42/+42 |
* | Proper autocompletion of username when textfield looses focus. | avayvod@chromium.org | 2010-06-17 | 1 | -12/+23 |
* | Rename LanguageLibrary with InputMethodLibrary. | satorux@chromium.org | 2010-06-17 | 14 | -171/+179 |
* | The second step of refactoring LanguageConfigView. | satorux@chromium.org | 2010-06-17 | 5 | -837/+876 |
* | Refactor login/screen locker to use the same UserView to show user's image. | oshima@chromium.org | 2010-06-16 | 8 | -194/+295 |
* | Volume bubble added for ChromeOS. | glotov@chromium.org | 2010-06-16 | 5 | -3/+287 |
* | Show Captcha dialog. | nkostylev@google.com | 2010-06-16 | 18 | -77/+559 |
* | Added browser test for accelerators on wizard screen. | avayvod@chromium.org | 2010-06-16 | 1 | -0/+38 |
* | Added setting the locale on startup to the initial_locale attribute in | denisromanov@chromium.org | 2010-06-16 | 4 | -22/+28 |
* | Execute AuthenticateToLogin on UI thread. | nkostylev@google.com | 2010-06-16 | 2 | -2/+2 |
* | The first step of refactoring LanguageConfigView. | satorux@chromium.org | 2010-06-16 | 3 | -214/+312 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 5 | -25/+5 |
* | Changes to make snapshots be in a portrait orientation. | gspencer@chromium.org | 2010-06-15 | 1 | -15/+53 |
* | Use GetSystemSalt from the cryptohome lib instead of reading salt off disk. | cmasone@google.com | 2010-06-15 | 6 | -57/+38 |
* | Initialize |own_keyboard_lib_| correctly in the constructor to fix memory leak | yusukes@google.com | 2010-06-15 | 1 | -0/+1 |
* | Try to fix build failure in chromeos builder | jam@chromium.org | 2010-06-15 | 1 | -0/+1 |
* | Share the same keyboard layout among all windows. | yusukes@google.com | 2010-06-15 | 10 | -5/+201 |
* | Use saved bounds when --chromeos-frame is specified. | oshima@chromium.org | 2010-06-14 | 1 | -1/+4 |
* | Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di... | johnnyg@chromium.org | 2010-06-14 | 1 | -1/+2 |
* | Keep the size regardless of the image size. | oshima@chromium.org | 2010-06-14 | 1 | -0/+8 |
* | Allow chrome logging to pivot inside the users encrypted home dir | cmasone@google.com | 2010-06-14 | 1 | -0/+8 |
* | Use special indicator text for xkb:us:dvorak:eng, mozc, mozc-jp, m17n:t:latn-... | yusukes@google.com | 2010-06-14 | 6 | -123/+184 |
* | Show "Hit Shift-Alt to switch keyboard layout" hint string in the message bubble | yusukes@chromium.org | 2010-06-14 | 4 | -0/+14 |
* | Resume "previous input method" on unlock | yusukes@chromium.org | 2010-06-14 | 6 | -17/+39 |