summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/native_textfield_win.cc
Commit message (Expand)AuthorAgeFilesLines
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-101-4/+4
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-2/+3
* Trigger find in page when pasting even if the text is not changed.suzhe@google.com2011-04-281-2/+4
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-4/+4
* Adding a comment to explain a non-obvious fallthrough to another case statement.finnur@chromium.org2011-03-311-0/+1
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-3/+3
* Replace views::TextRange with ui::Range.suzhe@google.com2011-03-151-3/+3
* Clean up some event code:msw@chromium.org2011-03-141-2/+2
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-3/+5
* views: Moves TextfieldController/TextRange into their own headers.tfarina@chromium.org2011-03-101-3/+5
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-1/+2
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-5/+3
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-3/+5
* views: Factor out from View class some metric functions and constants into it...tfarina@chromium.org2011-02-241-0/+1
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-5/+2
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-33/+9
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-4/+4
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-3/+33
* Move l10n_util to ui/baseben@chromium.org2011-01-211-2/+2
* Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ...oshima@google.com2011-01-191-1/+14
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-5/+5
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-3/+3
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-7/+7
* Handle WM_SYSKEYDOWN in NativeTextfieldWin.oshima@google.com2011-01-121-0/+3
* Compile and test TextfieldViews on win as well.oshima@google.com2011-01-121-1/+6
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-101-7/+8
* focus reverse traversal was not working for TextfieldViews.oshima@chromium.org2011-01-061-1/+19
* Replace Textfield::Keystroke with views::KeyEvent.oshima@chromium.org2011-01-051-2/+22
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-2/+2
* views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.htfarina@chromium.org2010-12-101-5/+5
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-241-6/+4
* Implements vertical margins setter for textfield.altimofeev@chromium.org2010-11-101-1/+18
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+2
* Re-lands 58186:bryeung@chromium.org2010-09-031-5/+5
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-5/+5
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-5/+5
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-5/+5
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-5/+5
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-1/+2
* Add accessibility support for Textfields in Windows.dtseng@chromium.org2010-06-161-0/+75
* Unicode bidi mirroring characters are not correctly mirrored in textfield and...xji@chromium.org2010-06-151-10/+47
* Same issue as in omnibox, keyboard layout change inside DefWindowProc() inxji@chromium.org2010-06-101-2/+23
* This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog boxxji@chromium.org2010-05-071-1/+8
* A quick fix for Issue 34970.hbono@chromium.org2010-04-191-0/+14
* Remove unnecessary NOTIMPLEMENTED call. We will eventually need to implement ...chocobo@chromium.org2010-04-081-1/+0
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+3
* Add ability to show/hide password in login dialog.chocobo@chromium.org2010-03-191-0/+5
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1