| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow themes to change the background of the new tab page. Adds support for d... | glen@chromium.org | 2009-06-02 | 2 | -1/+4 |
* | Gets ComboBox to compile on linux. | sky@chromium.org | 2009-06-02 | 2 | -0/+2 |
* | Fixes a couple of bugs encountered in getting info bubbles to work: | sky@chromium.org | 2009-06-02 | 3 | -2/+7 |
* | Make separator portable. Simpler than other native controls so no wrapper int... | ben@chromium.org | 2009-06-02 | 2 | -22/+99 |
* | Make Combobox portable | ben@chromium.org | 2009-06-02 | 13 | -270/+624 |
* | Reverting 17368. | thestig@google.com | 2009-06-02 | 2 | -99/+22 |
* | Make separator portable. Simpler than other native controls so no wrapper int... | ben@chromium.org | 2009-06-01 | 2 | -22/+99 |
* | Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetk | sky@chromium.org | 2009-06-01 | 3 | -13/+8 |
* | Fixes a couple of related bugs: | sky@chromium.org | 2009-06-01 | 1 | -10/+27 |
* | A helper class for screen related queries. Currently only has a single metho... | erikkay@google.com | 2009-06-01 | 4 | -0/+63 |
* | Remove warning about IsFullScreen() not being implented and | davemoore@chromium.org | 2009-06-01 | 2 | -19/+36 |
* | Fix bustage in window_gtk introduced by theme changes adding 2 methods to Win... | ben@chromium.org | 2009-05-31 | 2 | -0/+10 |
* | Use the right frame type on startup, do proper swapping of frames when themes... | glen@chromium.org | 2009-05-31 | 8 | -63/+89 |
* | Split out the views table functions into separate header files. Many users only | brettw@chromium.org | 2009-05-31 | 12 | -217/+303 |
* | Fixes to get gtk/views to bring up browser window w/out crashing | davemoore@chromium.org | 2009-05-30 | 3 | -4/+8 |
* | Fixes bad event signal name that was leading to crash. | sky@chromium.org | 2009-05-29 | 1 | -3/+2 |
* | Fixes couple of bugs that occur now that we can actually run views on | sky@chromium.org | 2009-05-29 | 2 | -2/+14 |
* | Really theme the find bar. We were previously getting the DefaultThemeProvide... | glen@chromium.org | 2009-05-29 | 2 | -6/+12 |
* | More views on gtk work: NativeViewPhotoboothGtk, adds a missing method | sky@chromium.org | 2009-05-29 | 1 | -0/+4 |
* | Make DialogClientView compile on Linux. | ben@chromium.org | 2009-05-29 | 4 | -9/+51 |
* | Fixes a slew of random link/compile errors for views on gtk. | sky@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Revert Revision 17224 | glen@chromium.org | 2009-05-29 | 2 | -11/+5 |
* | Ignore the insert key so we don't switch into overtype mode (which surprises ... | pkasting@chromium.org | 2009-05-29 | 1 | -0/+4 |
* | Gets button_dropdown compiling on linux. | sky@chromium.org | 2009-05-29 | 3 | -13/+12 |
* | Really theme the find bar. We were previously getting the DefaultThemeProvide... | glen@chromium.org | 2009-05-29 | 2 | -5/+11 |
* | Fix a memory leak... the wrapped platform helper isn't a view, so it's not au... | ben@chromium.org | 2009-05-29 | 3 | -6/+7 |
* | Fix drawing problem with options dialog. I'm not sure why this flag is neede... | jam@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... | ben@chromium.org | 2009-05-29 | 29 | -566/+684 |
* | Get textfield to compile on linux. | sky@chromium.org | 2009-05-29 | 2 | -1/+11 |
* | Fixes bug where SetBounds would change the z-order. This was resulting | sky@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | IE and Firefox always translate (alt+numpad 7) as an accelerator. We should ... | pkasting@chromium.org | 2009-05-28 | 1 | -4/+5 |
* | Stub out textfield on GTK | ben@chromium.org | 2009-05-28 | 7 | -6/+135 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 7 | -1207/+1346 |
* | Removes some NOTIMPLEMENTED now that TooltipManager exists on linux. | sky@chromium.org | 2009-05-28 | 1 | -13/+1 |
* | Refactors drag_utils. | sky@chromium.org | 2009-05-28 | 5 | -80/+111 |
* | Splits TooltipManager so that it can be ported and stubs out the GTK | sky@chromium.org | 2009-05-28 | 12 | -181/+334 |
* | More Linux linking issues fixed. | brettw@chromium.org | 2009-05-28 | 2 | -1/+5 |
* | Bring theme_frame back into chrome/ and change theme_frame to frame in app/ | glen@chromium.org | 2009-05-28 | 1 | -14/+14 |
* | Removes textfield from list of things compiled on linux. | sky@chromium.org | 2009-05-27 | 1 | -0/+1 |
* | Makes MenuButton compile and fixes bug in GtkWidget I happened upon. | sky@chromium.org | 2009-05-27 | 3 | -5/+15 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 12 | -148/+150 |
* | Landing tyoshino patch. | jcampan@chromium.org | 2009-05-27 | 1 | -0/+4 |
* | Make toolbar compile on linux. | ben@chromium.org | 2009-05-27 | 2 | -2/+2 |
* | Removes WidgetWin dependency from StatusBubbleViews so that it can compile on... | ben@chromium.org | 2009-05-26 | 8 | -129/+147 |
* | A quick fix for Issue 11863 (Take 2). | hbono@chromium.org | 2009-05-26 | 1 | -0/+16 |
* | Stubs out FocusManager and Menu so they compile on Linux. | sky@chromium.org | 2009-05-26 | 5 | -10/+185 |
* | Removes accidental gyp change from another cl. | sky@chromium.org | 2009-05-26 | 1 | -2/+0 |
* | Gets a couple of download classes to compile on linux. Updates the | sky@chromium.org | 2009-05-26 | 1 | -2/+2 |
* | Change the native type passed to Menu to get the system menu. The system menu | brettw@chromium.org | 2009-05-26 | 2 | -2/+2 |
* | Implement IsMinimized() and IsMaximized() for view gtk | davemoore@chromium.org | 2009-05-25 | 2 | -4/+28 |