2013-02-24 |
Vadim Zeitlin | Fix, or at least make less common, deadlock in the...
|
commit | commitdiff | tree |
2013-02-24 |
Vadim Zeitlin | Preserve client data pointers when setting bitmaps...
|
commit | commitdiff | tree |
2013-02-24 |
Vadim Zeitlin | Fix typo in definitions of BEGIN_EVENT_TABLE_TEMPLATEn...
|
commit | commitdiff | tree |
2013-02-24 |
Vadim Zeitlin | Make wxGenericDataViewCtrl::SetFont() really work.
|
commit | commitdiff | tree |
2013-02-24 |
Vadim Zeitlin | Fix compilation in !wxUSE_MENUS case.
|
commit | commitdiff | tree |
2013-02-24 |
Vadim Zeitlin | Fix off by 1 error in wxGenericListCtrl::HitTest().
|
commit | commitdiff | tree |
2013-02-24 |
Vadim Zeitlin | Move menu messages handling from wxFrame to wxTLW in...
|
commit | commitdiff | tree |
2013-02-21 |
Vadim Zeitlin | Fix crash when drawing bitmaps with mask in wxGTK with...
|
commit | commitdiff | tree |
2013-02-21 |
Vadim Zeitlin | No real changes, just suppress a harmless warning.
|
commit | commitdiff | tree |
2013-02-19 |
Vadim Zeitlin | Fix background corruption in scrolled wxHtmlWindow.
|
commit | commitdiff | tree |
2013-02-15 |
Vadim Zeitlin | Remove wxRTTI macro for wxComboBox from Motif port.
|
commit | commitdiff | tree |
2013-02-15 |
Vadim Zeitlin | Don't use ternary operator ?: with wxString and literal...
|
commit | commitdiff | tree |
2013-02-15 |
Vadim Zeitlin | sAlways iInclude wx/encinfo.h from src/unix/fontutil...
|
commit | commitdiff | tree |
2013-02-15 |
Vadim Zeitlin | Don't connect to the same signal multiple times in...
|
commit | commitdiff | tree |
2013-02-10 |
Vadim Zeitlin | Account for scrolling when setting the background brush...
|
commit | commitdiff | tree |
2013-02-10 |
Vadim Zeitlin | No changes, just factor out PrepareDC() call in the...
|
commit | commitdiff | tree |
2013-02-10 |
Vadim Zeitlin | Erase the entire virtual area of the window in the...
|
commit | commitdiff | tree |
2013-02-10 |
Vadim Zeitlin | Compilation fix for !wxHAS_MSW_BACKGROUND_ERASE_HOOK...
|
commit | commitdiff | tree |
2013-02-10 |
Vadim Zeitlin | Create wxCURSOR_RIGHT_ARROW on the fly from normal...
|
commit | commitdiff | tree |
2013-02-10 |
Vadim Zeitlin | Create new tab at the correct location in wxAuiNotebook.
|
commit | commitdiff | tree |
2013-02-10 |
Vadim Zeitlin | Add wxIcon::CreateFromHICON() to wxMSW.
|
commit | commitdiff | tree |
2013-02-09 |
Vadim Zeitlin | Don't call ::GetLayout() in wxMSW code directly.
|
commit | commitdiff | tree |
2013-02-09 |
Vadim Zeitlin | Fix infinite loop in wxGrid::PosToEdgeOfLine().
|
commit | commitdiff | tree |
2013-02-09 |
Vadim Zeitlin | Fix pulsing of bitmaps in focused buttons under Windows 7.
|
commit | commitdiff | tree |
2013-02-09 |
Vadim Zeitlin | Refresh wxMSW wxStaticBitmap when its size changes.
|
commit | commitdiff | tree |
2013-02-09 |
Vadim Zeitlin | Fix drawing of bitmaps with masks in mirrored wxDC.
|
commit | commitdiff | tree |
2013-02-09 |
Vadim Zeitlin | Don't include the manifest in wx/msw/wx.rc by default...
|
commit | commitdiff | tree |
2013-02-06 |
Vadim Zeitlin | Don't recurse into top level children when validating...
|
commit | commitdiff | tree |
2013-02-06 |
Vadim Zeitlin | Refactor children traversal in wxWindow::TransferData...
|
commit | commitdiff | tree |
2013-02-06 |
Vadim Zeitlin | Allow creating wxCursor from ANI files under MSW.
|
commit | commitdiff | tree |
2013-02-06 |
Vadim Zeitlin | Don't show log menu tiems in the tree control sample...
|
commit | commitdiff | tree |
2013-02-06 |
Vadim Zeitlin | Fix harmless warning about NULL in wxStyledTextCtrl...
|
commit | commitdiff | tree |
2013-02-06 |
Vadim Zeitlin | Fix harmless g++ warning about operator precedence.
|
commit | commitdiff | tree |
2013-02-06 |
Vadim Zeitlin | Check for _MSC_VER definedness in libtiff code.
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Fix printf format specifier in graphics benchmark.
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Added possibility to use OpenGL for bitmap drawing...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Use a non-uniform bitmap for image tests in the graphics...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | No changes, just rename command line option in graphics...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Add benchmarks for wxImage and raw bitmap access to...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Allow selecting the kinds of DC to test in the graphics...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | No real changes, just flush output in the graphics...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Run wxClientDC and wxMemoryDC tests too in the graphics...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Allow running only some graphics benchmarks to save...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Ignore empty LC_XXX variables in locale detection code.
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Fix spelling in utils/screenshotgen sources.
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | No changes, just remove unused part of expression.
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Add simple tests for Scintilla annotations to the stc...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Use a single EVT_MENU_RANGE in stc sample instead of...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Only impose minimal height for buttons with non-empty...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Really fix resizing of wxGird column/rows after a hidden...
|
commit | commitdiff | tree |
2013-02-05 |
Vadim Zeitlin | Fix wxGridColumnOperations::GetLineBefore() for the...
|
commit | commitdiff | tree |
2013-02-04 |
Vadim Zeitlin | Avoid harmless warning about comparing unsigned with 0.
|
commit | commitdiff | tree |
2013-01-23 |
Vadim Zeitlin | Initialize all wxHTTPStream members in ctor.
|
commit | commitdiff | tree |
2013-01-23 |
Vadim Zeitlin | No real changes, just fix some typos in comments in...
|
commit | commitdiff | tree |
2013-01-21 |
Vadim Zeitlin | Fix background drawing in EVT_ERASE_BACKGROUND handler...
|
commit | commitdiff | tree |
2013-01-21 |
Vadim Zeitlin | Don't include wxUniversal configurations in MSVC project...
|
commit | commitdiff | tree |
2013-01-21 |
Vadim Zeitlin | Fix a crash in wxExecute() in wxMSW too.
|
commit | commitdiff | tree |
2013-01-21 |
Vadim Zeitlin | Fix crash in wxExecute() introduced by r73406.
|
commit | commitdiff | tree |
2013-01-21 |
Vadim Zeitlin | No changes, just remove unused variable in wxCarbon...
|
commit | commitdiff | tree |
2013-01-21 |
Vadim Zeitlin | Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style.
|
commit | commitdiff | tree |
2013-01-21 |
Vadim Zeitlin | Add wxCheckListBox::GetCheckedItems() helper.
|
commit | commitdiff | tree |
2013-01-21 |
Vadim Zeitlin | Derive wxCheckListBox from wxCheckListBoxBase in wxGTK.
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | A fix for VC6 compilation: define missing priority...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Improve appearance of text with background colour in...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix wxKeyEvent::GetPosition() after the changes of...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Add wxProcess::SetPriority() to allow setting the priority...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix appearance of multiline wxCheckBox with non-standard...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Add copy constructor to wxValidator.
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix wxDateTime::GetWeekOfYear() for the days in the...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix wxSearchCtrl::HasFocus() in the generic version.
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix changing labels of menu items with bitmaps in wxMSW.
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix bug with showing hidden wxGrid lines when resizing...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Make "More windows..." menu item in MDI "Window" menu...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Put "#if wxUSE_TOOLBAR" around a variable only used...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix the list markers in wxGridCellEditor::EndEdit(...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | 64 bit compilation fix for wxTextCtrl in wxMSW.
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix setting initial wxSpinCtrl value outside 0..100...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Really fix the background colour used for the cells...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Don't use margins for wxGrid in place text editor controls.
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Set margins on creation correctly for wxTE_RICH[2]...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Set both left and right wxTextEntry margins in wxMSW.
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix bug with dragging non-draggable columns in wxMSW...
|
commit | commitdiff | tree |
2013-01-20 |
Vadim Zeitlin | Fix some harmless but annoying warnings about casts...
|
commit | commitdiff | tree |
2013-01-13 |
Vadim Zeitlin | Fix wrong return value in the changes of r73365.
|
commit | commitdiff | tree |
2013-01-12 |
Vadim Zeitlin | Fix compilation without PCH after r73365.
|
commit | commitdiff | tree |
2013-01-12 |
Vadim Zeitlin | Allow hiding/showing already hidden/shown wxGrid rows...
|
commit | commitdiff | tree |
2013-01-12 |
Vadim Zeitlin | Relax Unity menu interdiction hack to allow popup menus...
|
commit | commitdiff | tree |
2013-01-10 |
Vadim Zeitlin | Fix a typo in wxKeyEvent::GetKeyCode() code example.
|
commit | commitdiff | tree |
2013-01-04 |
Vadim Zeitlin | Attempt to fix MSVC6 compilation after the previous...
|
commit | commitdiff | tree |
2013-01-04 |
Vadim Zeitlin | Including wx/msw/missing.h to define INVALID_FILE_ATTRIBUTES...
|
commit | commitdiff | tree |
2013-01-03 |
Vadim Zeitlin | Re-lay out the grid sample window after auto-sizing...
|
commit | commitdiff | tree |
2013-01-02 |
Vadim Zeitlin | Chinese translations update from William Jiang.
|
commit | commitdiff | tree |
2012-12-31 |
Vadim Zeitlin | Slight improvements to wxWebView::EnableContextMenu...
|
commit | commitdiff | tree |
2012-12-29 |
Vadim Zeitlin | Slovenian translations update from Martin Srebotnjak.
|
commit | commitdiff | tree |
2012-12-29 |
Vadim Zeitlin | Fix wxLocale::GetInfo() in C locale under Windows.
|
commit | commitdiff | tree |
2012-12-29 |
Vadim Zeitlin | Ensure that scrollbars are shown in scrolled popup...
|
commit | commitdiff | tree |
2012-12-29 |
Vadim Zeitlin | No changes, just fix unused variable in wxUSE_STATBMP...
|
commit | commitdiff | tree |
2012-12-29 |
Vadim Zeitlin | Including wx/msw/missing.h to define INVALID_FILE_ATTRIBUTES...
|
commit | commitdiff | tree |
2012-12-29 |
Vadim Zeitlin | No changes, just remove unneeded variable initialization.
|
commit | commitdiff | tree |
next |