2012-03-01 |
Julian Smart | Added MacInternalOnSize() to allow windows to resize... |
tree | commitdiff |
2012-03-01 |
Stefan Csomor | applying Andrew's patch, closes #13440, fine now that... |
tree | commitdiff |
2012-02-29 |
Paul Cornett | remove unnecessary gtk_widget_show(m_widget) calls... |
tree | commitdiff |
2012-02-29 |
Paul Cornett | small includes cleanup |
tree | commitdiff |
2012-02-29 |
Paul Cornett | remove unnecessary gtk_widget_show() calls, PostCreatio... |
tree | commitdiff |
2012-02-29 |
Julian Smart | Always send wxEVT_COMMAND_RICHTEXT_DELETE event if... |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Ignore setting empty path in wxGTK wxFileDialog. |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Remove redundant assignment in wxDialUpManagerMSW code. |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Replace incorrect uses of wxString::empty() with the... |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Initialize m_isShown correctly in wxGenericDragImage... |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Move checks for m_art != NULL before code using m_art... |
tree | commitdiff |
2012-02-28 |
Paul Cornett | avoid deprecated gdk_net_wm_supports() |
tree | commitdiff |
2012-02-28 |
Paul Cornett | remove run-time check for now-required GTK 2.4 |
tree | commitdiff |
2012-02-28 |
Paul Cornett | remove unnecessary override of AddChildGTK |
tree | commitdiff |
2012-02-28 |
Stefan Csomor | removing Quickdraw call |
tree | commitdiff |
2012-02-28 |
Stefan Csomor | making sure TextMatrix is always identity, there were... |
tree | commitdiff |
2012-02-28 |
Paul Cornett | Remove code to query GDK window origin from DoGetPositi... |
tree | commitdiff |
2012-02-28 |
Paul Cornett | avoid crash if IsMaximized() is called before native... |
tree | commitdiff |
2012-02-28 |
Vadim Zeitlin | Fix setting default file name in wxGenericFileDirButton... |
tree | commitdiff |
2012-02-28 |
Vadim Zeitlin | Interpret default file name relatively to initial dir... |
tree | commitdiff |
2012-02-27 |
Robin Dunn | Change the background style in the template file too. |
tree | commitdiff |
2012-02-27 |
Vadim Zeitlin | Return an invalid item from wxDataViewCtrl::GetItemByRo... |
tree | commitdiff |
2012-02-27 |
Vadim Zeitlin | No changes, just make wxDataViewMainWindow::GetRowCount... |
tree | commitdiff |
2012-02-27 |
Paul Cornett | use 0 (== GTK_STATE_NORMAL) for state parameter default |
tree | commitdiff |
2012-02-27 |
Paul Cornett | avoid making copy of font description |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Václav Slavík | Improve default wxDVC line height on Windows >= Vista. |
tree | commitdiff |
2012-02-27 |
Vadim Zeitlin | Only include <unistd.h> under Unix in wxGTK code. |
tree | commitdiff |
2012-02-26 |
Vadim Zeitlin | Add minimal support for building non-GUI parts of wxWid... |
tree | commitdiff |
2012-02-26 |
Vadim Zeitlin | Fix wxGTK compilation when using non X11-based GDK. |
tree | commitdiff |
2012-02-26 |
Vadim Zeitlin | Retrieve paper size from page setup dialog in wxOSX... |
tree | commitdiff |
2012-02-26 |
Julian Smart | Fixed enabling/disabling for wxSpinCtrl |
tree | commitdiff |
2012-02-26 |
Stefan Csomor | also a dialog needs the current events set up correctly |
tree | commitdiff |
2012-02-26 |
Stefan Csomor | setting up current event also when mouse is captured ... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Ensure that combobox editor used by wxGrid is tall... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Suppress harmless MSVC warnings about int to bool conve... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Dispatch unknown messages immediately in wxMSW YieldFor(). |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Don't assert in wxLocale::IsAvailable() if language... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Compare file inodes if possible in wxFileName::SameAs(). |
tree | commitdiff |
2012-02-25 |
Julian Smart | Add borders if none specified |
tree | commitdiff |
2012-02-25 |
Stefan Csomor | adding a app-defined event seems to quit inner eventloo... |
tree | commitdiff |
2012-02-25 |
Václav Slavík | Fix r70318 to skip unhandled events. |
tree | commitdiff |
2012-02-25 |
Julian Smart | More reasonable font size for rich text dialogs. |
tree | commitdiff |
2012-02-23 |
Julian Smart | Added functionality for disabling the vertical scrollbar. |
tree | commitdiff |
2012-02-23 |
Vadim Zeitlin | Use wxStrnicmp() instead of strncasecmp() in wxGTK... |
tree | commitdiff |
2012-02-23 |
Julian Smart | Removed unused variable warning |
tree | commitdiff |
2012-02-22 |
Julian Smart | Compile fixes for wxUSE_COLLPANE=0 |
tree | commitdiff |
2012-02-22 |
Vadim Zeitlin | Don't crash when using wxPrintDialog with NULL parent... |
tree | commitdiff |
2012-02-22 |
Stefan Csomor | catching default button handling also in password fields |
tree | commitdiff |
2012-02-21 |
Stefan Csomor | making sure eventual borders get updated when windows... |
tree | commitdiff |
2012-02-21 |
Stefan Csomor | making sure eventual borders get updated when windows... |
tree | commitdiff |
2012-02-21 |
Julian Smart | The tree only sets the focus in response to a TVN_SELCH... |
tree | commitdiff |
2012-02-21 |
Robin Dunn | Rewrite DoPaint, FullPaint and add FullPaintDC to help... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Don't crash in wxImage::SaveFile() if MIME type is... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | No changes, just simplify some code in wxX11. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | No changes, just remove a redundant wxGROW. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Allow handling EVT_UPDATE_UI for wxID_UNDO/REDO at... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Don't initialize wxFileDialog::m_filterIndex to 1 in... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Use wxPageSetupDialogData instead of old wxPageSetupDat... |
tree | commitdiff |
2012-02-20 |
Julian Smart | Removed unnecessary newlines. |
tree | commitdiff |
2012-02-20 |
Julian Smart | Minor fixes |
tree | commitdiff |
2012-02-20 |
Julian Smart | Corrected missing angled bracket |
tree | commitdiff |
2012-02-20 |
Julian Smart | Added wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow... |
tree | commitdiff |
2012-02-19 |
Stefan Neis | Spelling fixed for comments and a wxASSERT_MSG. Fixes... |
tree | commitdiff |
2012-02-18 |
Stefan Neis | Spelling fixes to comments, fixes #13994. |
tree | commitdiff |
2012-02-15 |
Paul Cornett | modification to fix in r70597, has-window check is... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Added wxFileName::Exists(). |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Refactor wxFileName existence checking code. |
tree | commitdiff |
2012-02-15 |
Paul Cornett | avoid sending mouse events to the wrong window, fixes... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Make wxDragImage ctors taking hot spot point really... |
tree | commitdiff |
2012-02-13 |
Stefan Csomor | adapting comparison to raw_control, see #13963 |
tree | commitdiff |
2012-02-12 |
Vadim Zeitlin | Implement wxDV_ROW_LINES for generic wxDataViewCtrl. |
tree | commitdiff |
2012-02-11 |
Paul Cornett | remove wxGraphicsContext dependency for transparent... |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Implement wxBG_STYLE_TRANSPARENT support for wxGTK. |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Update marks in non-current months shown in wxMSW wxCal... |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Set marks used in wxMSW wxCalendarCtrl unconditionally. |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Also add wxNativeFontInfo::SetStrikethrough() stub... |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Fix compilation ofr ports without native font info... |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Add stubs for wxNativeFontInfo::{Get,Set}Strikethrough... |
tree | commitdiff |
2012-02-10 |
Robin Dunn | Don't include the terminating NUL |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Fix wxHash{Set,Map} compilation with g++ 4.7 in C+... |
tree | commitdiff |
2012-02-08 |
Robin Dunn | Following the theory that something lame is better... |
tree | commitdiff |
2012-02-07 |
Robin Dunn | use buf.length() instead of strlen() |
tree | commitdiff |
2012-02-07 |
Robin Dunn | Add length parameter to AddTextRaw and AppendTextRaw... |
tree | commitdiff |
2012-02-07 |
Stefan Csomor | forwarding mouse moved events to the view under the... |
tree | commitdiff |
2012-02-07 |
Vadim Zeitlin | Fix infinite loop in wxHtmlEasyPrinting page break... |
tree | commitdiff |
2012-02-07 |
Vadim Zeitlin | No real changes, just pass const wxArrayInt to wxHtmlCe... |
tree | commitdiff |
2012-02-06 |
Vadim Zeitlin | Return NULL from wxAuiNotebook::GetCurrentPage() if... |
tree | commitdiff |
2012-02-06 |
Vadim Zeitlin | Fix handling of positional parameters in wxPrintf(... |
tree | commitdiff |
2012-02-05 |
Paul Cornett | remove code ifdef-ed on __X__, it is never defined... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Don't set PAGESETUPDLG::hDevNames and hDevMode when... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Take void** client data in wxSingleChoiceDialog ctor... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Preserve focus when window is minimized and restored... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Ensure that the progress dialog parent is activated... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | No changes, just implement Raise() in wxTopLevelWindow... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Fix initial state of radio toolbar tools in wxGTK. |
tree | commitdiff |
next |