2012-09-19 |
Vadim Zeitlin | Update wxGTK.spec to work with openSUSE build server.
|
commit | commitdiff | tree |
2012-09-19 |
Vadim Zeitlin | Let wxWindow::Fit[Inside]() work even for windows without...
|
commit | commitdiff | tree |
2012-09-18 |
Vadim Zeitlin | More s/loose/lose/ in wxEncodingConverter comments.
|
commit | commitdiff | tree |
2012-09-18 |
Vadim Zeitlin | Show tooltips for the too long items in generic wxTreeCtrl.
|
commit | commitdiff | tree |
2012-09-18 |
Vadim Zeitlin | Fix wxMSW compilation in STL build after the changes...
|
commit | commitdiff | tree |
2012-09-17 |
Vadim Zeitlin | Rebake after addition of richtexttabspage.h in r72497.
|
commit | commitdiff | tree |
2012-09-17 |
Vadim Zeitlin | Don't show hidden wxGrid rows/columns when they're...
|
commit | commitdiff | tree |
2012-09-17 |
Vadim Zeitlin | No changes, just fix some typos in the comments in...
|
commit | commitdiff | tree |
2012-09-16 |
Vadim Zeitlin | No real changes, just remove an unneeded variable initializa...
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | No changes, just silence some MSVC 11 static analyzer...
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | Add help button support to wxRibbonBar.
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | Fix text origin and bounding box computations in wxSVGFileDC.
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | No real changes, just slightly simplify wxSVGFileDCImpl...
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | Minor fixes to wxSVGFileDC implementation.
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | Preserve size of wxGrid rows/columns when hiding and...
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | Fix wxGrid::PosToLinePos() in presence of hidden rows...
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | Fix wxGrid::AutoSizeColOrRow() logic for multicells.
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | Handle underlined and strikethrough attributes in wxGTK...
|
commit | commitdiff | tree |
2012-09-15 |
Vadim Zeitlin | Take into account wxFONTFLAG_STRIKETHROUGH in wxGTK...
|
commit | commitdiff | tree |
2012-09-14 |
Vadim Zeitlin | Fix spelling in the comments in wxPropertyGrid code.
|
commit | commitdiff | tree |
2012-09-14 |
Vadim Zeitlin | Allow using horizontal cursor navigation keys in non...
|
commit | commitdiff | tree |
2012-09-14 |
Vadim Zeitlin | No changes, just remove an unused variable from CHM...
|
commit | commitdiff | tree |
2012-09-14 |
Vadim Zeitlin | No changes, just remove unnecessary variable initialization.
|
commit | commitdiff | tree |
2012-09-14 |
Vadim Zeitlin | Czech translations update from Zbynek Schwarz.
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Relax wxMessageDialog style checks, assume wxOK by...
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | No changes, just remove unneeded variable initialziation...
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Add wxBITMAP_PNG() macro similar to wxBITMAP() but...
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Add wxBitmap::NewFromPNGData() for creating bitmaps...
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Don't ignore invalid files entered into wxFileDirPickerCtrlBase.
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Extract "Close" button creation from wxInfoBarGeneric...
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Provide up to date documentation for wxLoadUserResource().
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Change wxMSW-specific wxLoadUserResource() to accept...
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Don't initialize alpha twice when loading wxImage from...
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Fix wxFindWindowAtPoint() with nested windows in wxMSW.
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Fix "pos" argument description in wxTreeCtrl::InsertItem...
|
commit | commitdiff | tree |
2012-09-13 |
Vadim Zeitlin | Fix setting colours for the edit control part of wxComboBox.
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Fix handling of wxTextEntry hints in wxGTK.
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Fix deprecating warning introduced in r72446.
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Allow using versions of libnotify < 0.7 in wxGTK.
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Set modifiers properly for the key events with AltGr...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Remove workarounds for wxTextCtrl::SetValue() events...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Add a test of wxFilePickerCtrl::GetValue() to the widgets...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Add an informational message to the file picker page...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Simplify and correct setting of initial directory for...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Fix harmless virtual function hiding warning in wxMSW...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Fix wxKeyEvent::GetKeyCode() descripotion: it doesn...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Do not use wxIsprint() in EVT_CHAR example in the documentation.
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Italian translations update from Roberto Boriotti.
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Don't try to determine the clicked item ourselves in...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Document wxDropTarget::GetDataObject().
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Don't use StringFormat::GenericTypographic() in MSW...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Use a single global StringFormat in all wxMSW wxGraphicsCont...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Output the values of all USE_XXX options to build.cfg...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Document wxWindow InheritsBackgroundColour() and UseBgCol...
|
commit | commitdiff | tree |
2012-09-09 |
Vadim Zeitlin | Link MSW-specific event loop files in wxUniv/MSW.
|
commit | commitdiff | tree |
2012-09-08 |
Vadim Zeitlin | Undid accidental modification of wxTaskBarIcon in the...
|
commit | commitdiff | tree |
2012-09-08 |
Vadim Zeitlin | Fix narrow/wide string concatenation in recently added...
|
commit | commitdiff | tree |
2012-09-08 |
Vadim Zeitlin | Fix some typos in the comments in wxOSX code.
|
commit | commitdiff | tree |
2012-09-08 |
Vadim Zeitlin | Check validity of wxSizerFlags::Border() direction...
|
commit | commitdiff | tree |
2012-09-08 |
Vadim Zeitlin | Enable GL_CULL_FACE in OpenGL samples.
|
commit | commitdiff | tree |
2012-09-01 |
Vadim Zeitlin | Fix wxVLogStatus definition.
|
commit | commitdiff | tree |
2012-08-31 |
Vadim Zeitlin | Fix example of using GetUnicodeKey() in the documentation.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Correct wxAuiManager library in documentation.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Fix opening URLs in new window with recent Firefox...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Explicitly reject the use of wxTE_PASSWORD in generic...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Generate wxEVT_COMMAND_TEXT_ENTER events for generic...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Remove wxOSX implementation of wxSpinCtrl and use the...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Refactor text to/from double conversion in wxSpinCtrlGeneric...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Remove wxRTTI macros from wxSpinCtrlGTKBase.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Fix position carried in wxSpin{Button,Ctrl} events...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Use wxSOCKET_WAITALL in wxHTTP to ensure that all data...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Fix bugs in parsing wxLongLong values starting with...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Added wxSimplebook class: a wxBookCtrl without controller.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Virtualize showing/hiding the pages in wxBookCtrlBase.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Remove unnecessary TranslateBookFlag() from the notebook...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Document that menu item bitmaps must be set before...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Don't lay out the window being destroyed unnecessarily.
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Use wmain() if supported by the compiler/CRT instead...
|
commit | commitdiff | tree |
2012-08-30 |
Vadim Zeitlin | Dutch translations update from Thomas De Rocker.
|
commit | commitdiff | tree |
2012-08-27 |
Vadim Zeitlin | Refreshed all source message catalogs.
|
commit | commitdiff | tree |
2012-08-27 |
Vadim Zeitlin | Chinese translations update from Jiawei Huang.
|
commit | commitdiff | tree |
2012-08-26 |
Vadim Zeitlin | Avoid crashes when creating initially hidden MDI child...
|
commit | commitdiff | tree |
2012-08-24 |
Vadim Zeitlin | Ukrainian translations update from Yuri Chornoivan.
|
commit | commitdiff | tree |
2012-08-24 |
Vadim Zeitlin | No changes, just a typo fix in wxRichTextCtrl UI code.
|
commit | commitdiff | tree |
2012-08-22 |
Vadim Zeitlin | Added Nepali translation.
|
commit | commitdiff | tree |
2012-08-22 |
Vadim Zeitlin | Finnish translations update from Jani Kinnunen.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Fix bug in ribbon bar label size calculation.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Add page highlighting to wxRibbonBar.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Fix AUI appearance when a maximized pane becomes floating.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Respect item max sizes in wxBoxSizer.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | No real changes, just add wxSizerItem::AddBorderToSize...
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Honour window min and max sizes in wxWindow::GetBestSize().
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Add wxSize::DecToIfSpecified() helper.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Don't generate events from wxSpinCtrl::SetRange() in...
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Restore the use of wxListCtrl in report view in wxListbook.
|
commit | commitdiff | tree |
2012-08-15 |
Vadim Zeitlin | Fixes for forwarding events to parent in wxGenericListCtrl.
|
commit | commitdiff | tree |
2012-08-11 |
Vadim Zeitlin | Fix typo in an example of Bind()-ing a function in...
|
commit | commitdiff | tree |
2012-08-11 |
Vadim Zeitlin | Update the icon of a parent item without children in...
|
commit | commitdiff | tree |
2012-08-11 |
Vadim Zeitlin | Really delete the item in wxDataViewTreeStore::DeleteItem().
|
commit | commitdiff | tree |
next |