2006-09-09 |
Robin Dunn | Compilo fix |
tree | commitdiff |
2006-09-09 |
Robin Dunn | Simplify use of MacIsWindowScrollbar |
tree | commitdiff |
2006-09-09 |
Paul Cornett | some app.h cleanup: minimize includes, use static cast |
tree | commitdiff |
2006-09-09 |
Robert Roebling | incomplete commit |
tree | commitdiff |
2006-09-09 |
Robert Roebling | Applied wxGauge:Pulse() patch. |
tree | commitdiff |
2006-09-09 |
Robin Dunn | Don't let the built-in scrollbars confuse things when... |
tree | commitdiff |
2006-09-09 |
Paul Cornett | don't set negative window size |
tree | commitdiff |
2006-09-08 |
Robin Dunn | It is not "Invalid" to have a menu item without an... |
tree | commitdiff |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
tree | commitdiff |
2006-09-07 |
Vadim Zeitlin | fix wxSTOCK_WITH_MNEMONIC handling (was reversed after... |
tree | commitdiff |
2006-09-06 |
Michael Wetherell | Fixed ReadLine missing last character from text files... |
tree | commitdiff |
2006-09-06 |
Paul Cornett | Always use wxFULL_REPAINT_ON_RESIZE for generic status... |
tree | commitdiff |
2006-09-06 |
Robert Roebling | Applied 1215477, fixing a crash by properly removing |
tree | commitdiff |
2006-09-06 |
Paul Cornett | don't return negative size from GetPageRect |
tree | commitdiff |
2006-09-06 |
Paul Cornett | don't set negative size in wxSizerItem::SetDimension |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | wx printf() implementation bug fixes ('%' handling... |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | fixes to menu stock items support (patch 1547639) |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | use (new) wxAcceleratorEntry::Create() instead of recen... |
tree | commitdiff |
2006-09-04 |
Włodzimierz Skiba | Build fix. |
tree | commitdiff |
2006-09-04 |
Michael Wetherell | Revert the last commit since it doesn't work. |
tree | commitdiff |
2006-09-04 |
Michael Wetherell | Compile fix for Wine. |
tree | commitdiff |
2006-09-04 |
Michael Wetherell | Missing headers. |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | small cleanup, removed unused headers |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | added wxSizer::Get/SetContainingWindow() |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Commit wxComboCtrl clipping patch from J. Salli |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Commited FRM's stockitem patch (empty stock items). |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Commited patch for wxSizer::Replace() |
tree | commitdiff |
2006-09-03 |
Vadim Zeitlin | call TIFF callbacks wxTIFFFooProc instead of _tiffFooPr... |
tree | commitdiff |
2006-09-03 |
Vadim Zeitlin | close output stream when TIFFClose() is called |
tree | commitdiff |
2006-09-01 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2_6==0 |
tree | commitdiff |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
tree | commitdiff |
2006-08-31 |
Václav Slavík | added wxArtProvider::InsertProvider to accompany PushPr... |
tree | commitdiff |
2006-08-31 |
Vadim Zeitlin | don't use static buffer needing a critical section... |
tree | commitdiff |
2006-08-29 |
Michael Wetherell | Warning fixes for VC5. |
tree | commitdiff |
2006-08-28 |
Michael Wetherell | glibc's vswprintf doesn't nul terminate on truncation. |
tree | commitdiff |
2006-08-27 |
Stefan Neis | Fixed OS/2 specific defines (there's no such thing... |
tree | commitdiff |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
tree | commitdiff |
2006-08-27 |
Václav Slavík | made wxCSConv fall back to iso-8859-1 if wxFONTENCODING... |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | remove the object from wxPendingDelete list before... |
tree | commitdiff |
2006-08-25 |
Jouk Jansen | Patches for OpenVMS port |
tree | commitdiff |
2006-08-24 |
Włodzimierz Skiba | WinCE build fixes. |
tree | commitdiff |
2006-08-24 |
Włodzimierz Skiba | Keep wxPalmOS buildable - missing functions. |
tree | commitdiff |
2006-08-23 |
Václav Slavík | compilation fix for !wxUSE_BUTTON |
tree | commitdiff |
2006-08-22 |
Michael Wetherell | Use string.h instead of memory.h, since some system... |
tree | commitdiff |
2006-08-22 |
Vadim Zeitlin | fixed a crash and a leak in GetShortcutTarget() (closes... |
tree | commitdiff |
2006-08-22 |
Vadim Zeitlin | don't force UTF-8 encoding to ISO-8859-1 for GTK+ 2... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | don't use dynamic handlers for standard buttons as... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | connect the affirmative/cancel button handlers to new... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | map Esc to GetAffirmativeId() instead of hardcoded... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | handle the buttons with ids specified in SetAffirmative... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | moved all wxDialog event handlers to wxDialogBase to... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | centralized Esc key handling for closing the dialogs... |
tree | commitdiff |
2006-08-19 |
Paul Cornett | use wxChar* instead of wxString for string constants... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | removed #ifdef wxTopLevelWindowNative -- it's now defin... |
tree | commitdiff |
2006-08-19 |
Julian Smart | Shouldn't need to repeat the extern |
tree | commitdiff |
2006-08-19 |
Julian Smart | Compile fixes |
tree | commitdiff |
2006-08-18 |
Julian Smart | Applied patch [ 1531615 ] size support for wxFileName |
tree | commitdiff |
2006-08-17 |
Václav Slavík | avoid calling wxSystemSettings::GetMetric() from wxIcon... |
tree | commitdiff |
2006-08-17 |
Paul Cornett | build fixes |
tree | commitdiff |
2006-08-16 |
Václav Slavík | wxPlatformInfo::IsUsingUniversalWidgets() was broken... |
tree | commitdiff |
2006-08-16 |
Václav Slavík | moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject... |
tree | commitdiff |
2006-08-16 |
Václav Slavík | warning fix for !wxUSE_FONTMAP |
tree | commitdiff |
2006-08-15 |
Paul Cornett | build fix: don't use compatibility names in wx code |
tree | commitdiff |
2006-08-15 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | corrected signed/unsigned comparison warnings |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | fixes for several fatal problems when using wxComboCtrl... |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | added wxULongLong::ToDouble() (patch 1531597) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | better key handling for MSW and GTK (patch 1526666) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | added wxDir::FindFirst() (modified patch 1525502) |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | move the logic for changing notebook pages using the... |
tree | commitdiff |
2006-08-08 |
Václav Slavík | fixed gcc warnings about wrong format string |
tree | commitdiff |
2006-08-08 |
Václav Slavík | added wxRect::Inside(wxRect) for testing if a rectangle... |
tree | commitdiff |
2006-08-08 |
Václav Slavík | 1. made wxImage compile with wxUSE_STREAMS but without... |
tree | commitdiff |
2006-08-07 |
Robin Dunn | Change Fit() back to using SetSize, not SetClientSize. |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
tree | commitdiff |
2006-08-01 |
Václav Slavík | fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS |
tree | commitdiff |
2006-08-01 |
Stefan Csomor | on mac using macroman only created once a successful... |
tree | commitdiff |
2006-07-31 |
Vadim Zeitlin | release build unused variable warning fix |
tree | commitdiff |
2006-07-31 |
Václav Slavík | made the rest of wxEncodingConverter tables const |
tree | commitdiff |
2006-07-31 |
Václav Slavík | warnings fixes for !wxUSE_FONTMAP |
tree | commitdiff |
2006-07-31 |
Václav Slavík | compilation fix for !wxUSE_FONTMAPstrconv.cpp |
tree | commitdiff |
2006-07-31 |
Václav Slavík | don't pass window argument to NotifyCaptureLost, it... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | wxFileModificationTime() needs wxDateTime, put it insid... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
tree | commitdiff |
2006-07-28 |
Vadim Zeitlin | removed wxLANGUAGE_SERBIAN, we must explicitly use... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Kill typo noticed by Priit Laes. |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | added possibility to strip only mnemonics, not accels... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | [ 1528248 ] Fix to the width of the wxGenericColourButton |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Allow wxUSE_INTL==0 builds. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | compilation fix for platforms where size_t is unsigned... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | improvements to wxPickerBase default proportion values... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | handlers added using AddHandler() last must have the... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | wxPathList cleanup by Francesco (patch 1521481) |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | optionally count repeating wxLog messages instead of... |
tree | commitdiff |
next |