2006-07-28 |
Vadim Zeitlin | allow changing the page from keyboard in property sheet...
|
commit | commitdiff | tree |
2006-07-28 |
Vadim Zeitlin | added HasMultiplePages()
|
commit | commitdiff | tree |
2006-07-28 |
Vadim Zeitlin | continue even if the system name is not recognized
|
commit | commitdiff | tree |
2006-07-27 |
Vadim Zeitlin | remove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc
|
commit | commitdiff | tree |
2006-07-26 |
Vadim Zeitlin | define _TM_DEFINED if we define struct tm here
|
commit | commitdiff | tree |
2006-07-26 |
Vadim Zeitlin | remove debugging printf() from wxGridCellFloatEditor...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | don't make wxPathList dtor virtual, this is unneeded...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | use GetLabelText() instead of wxStripMenuCodes() to...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | added possibility to strip only mnemonics, not accels...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContainer...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | include X11/Xutil.h for wxMotif compilation
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | compilation fix for platforms where size_t is unsigned...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | document HasAlignment(), Left/RightIndent() and Tabs...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | improvements to wxPickerBase default proportion values...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | handlers added using AddHandler() last must have the...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | update from suzumizaki (patch 1522506)
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | update from suzumizaki (patch 1522241)
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | make wxGetKeyState() work for non-modifier keys; corrected...
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | wxPathList cleanup by Francesco (patch 1521481)
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | generate middle click events (patch 1521314)
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | added wxID_HELP_INDEX/SEARCH (part of request 1404089)
|
commit | commitdiff | tree |
2006-07-25 |
Vadim Zeitlin | optionally count repeating wxLog messages instead of...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | don't send duplicate set/kill focus events when the...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | wxFD_PREVIEW implementation for wxGTK (slightly modified...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | allow customization of individual grid lines appearance...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | fixed typos in last check in
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | protect gs_allThreads with a mutex (modified patch...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | documentation for wxAppTraits (patch 1518295 from Francesco)
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | do nothing in Refresh() if the control is frozen
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | call DoDirtyProcessing() from OnIdle() instead of using...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | check that the stream is valid before using it in Load...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | improved Skip() docs (replaces patch 1516341)
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | add default value for the encoding parameter of wxMacCFStrin...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | added wxID_ANY default value for the id parameter of...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | added HasHandlerForPath() (modified patch 1514524)
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | wxUSE_GUI == 0 compilation fix (patch 1501724)
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | added static casts to void * for pointers used with...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | use sample.rc
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | minor refactoring of OnEraseBackground()
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | s_verComCtl doesn't change (during program lifetime)
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | install help provider to allow testing helptext tags...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | don't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | added code to test UI updating of menu items in MDI...
|
commit | commitdiff | tree |
2006-07-24 |
Vadim Zeitlin | added FindFileInPath() (part of an otherwise rejected...
|
commit | commitdiff | tree |
2006-07-20 |
Vadim Zeitlin | made RE match the otional tag name after the sticky...
|
commit | commitdiff | tree |
2006-07-20 |
Vadim Zeitlin | added more time span formatting tests
|
commit | commitdiff | tree |
2006-07-20 |
Vadim Zeitlin | handle negative time spans correctly in Format()
|
commit | commitdiff | tree |
2006-07-20 |
Vadim Zeitlin | fixed TestTimeFormat() test: and can use 2 digit...
|
commit | commitdiff | tree |
2006-07-20 |
Vadim Zeitlin | added non-static GetCentury(), removed default value...
|
commit | commitdiff | tree |
2006-07-20 |
Vadim Zeitlin | added wxTimeSpan::Format() test
|
commit | commitdiff | tree |
2006-07-17 |
Vadim Zeitlin | fixed crash in wxDb::Open() in Unicode build due to...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | fix Open(wxDbConnectInf) when using connection string...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | update the combobox text as soon as we get CBN_SELENDOK...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | don't grow the combobox vertically (this does make...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | disable pixel size comparison in operator==() for wxGTK1...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | wxUSE_PANGO is always 0 for wxGTK1 so there is no need...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | wxUSE_PANGO is always 1 for wxGTK2 so there is no need...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | unset the button as temporary default item when it...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | remove the search for parent with wxTAB_TRAVERSAL style...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | added a DiscardEdits() test
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | don't crash if m_widget == NULL in OnInternalIdle()
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | wxRadioBoxButtonsInfoList should be exported (should...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | min size of an empty sizer should be (0, 0) and not...
|
commit | commitdiff | tree |
2006-07-16 |
Vadim Zeitlin | don't add 7 and 14 pixel horz/vertical padding in DoGetBestS...
|
commit | commitdiff | tree |
2006-07-15 |
Vadim Zeitlin | update (mostly corrections but some new translations...
|
commit | commitdiff | tree |
2006-07-15 |
Vadim Zeitlin | fix the bug with the current path being restored if...
|
commit | commitdiff | tree |
2006-07-14 |
Vadim Zeitlin | test for the bug in HasEntry() which could create non...
|
commit | commitdiff | tree |
2006-07-14 |
Vadim Zeitlin | don't create non-existing groups in HasEntry()
|
commit | commitdiff | tree |
2006-07-14 |
Vadim Zeitlin | fix the bug with the current path being restored if...
|
commit | commitdiff | tree |
2006-07-12 |
Vadim Zeitlin | call SetHorizontalExtent() from SetString(); also simplified...
|
commit | commitdiff | tree |
2006-07-06 |
Vadim Zeitlin | gcc -Wundef warning fix
|
commit | commitdiff | tree |
2006-07-06 |
Vadim Zeitlin | wxMenu::AppendRadioItem() now implemented under all...
|
commit | commitdiff | tree |
2006-07-06 |
Vadim Zeitlin | use ZIP entry modification time, not the (inexistent...
|
commit | commitdiff | tree |
2006-07-04 |
Vadim Zeitlin | release build unused variable warning fix
|
commit | commitdiff | tree |
2006-07-04 |
Vadim Zeitlin | s/WXK_NEXT/WXK_PAGEDOWN/ to fix compilation with compatibili...
|
commit | commitdiff | tree |
2006-07-04 |
Vadim Zeitlin | don't assert in SetStringSelection() if the item isn...
|
commit | commitdiff | tree |
2006-07-04 |
Vadim Zeitlin | fix -Wundef gcc warnings about wxUSE_MS_HTML_HELP
|
commit | commitdiff | tree |
2006-07-03 |
Vadim Zeitlin | removed wxHyperlinkCtrl from this sample, it's not...
|
commit | commitdiff | tree |
2006-07-03 |
Vadim Zeitlin | make the frame big enough to show all controls initially
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | corrected preview scale calculation (patch from Daniel...
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | use PROOF_QUALITY in LOGFONT by default
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | take pixel sizes into account as well when comparing...
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | fix appearance problems when the cell is scrolled ...
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | use gtk_file_chooser_set_current_folder() instead of...
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | added indirect base classes too (patch 1513451)
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | Index() is const (patch 1513451)
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | added ExpandAllChildrne() (patch 1498343)
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | don't use old name for wxTE_PROCESS_ENTER unavailable...
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | reset m_selectingKeyboard in ClearSelection() too
|
commit | commitdiff | tree |
2006-07-02 |
Vadim Zeitlin | don't refresh the menu if it's frozen
|
commit | commitdiff | tree |
2006-07-01 |
Vadim Zeitlin | don't set the size to the full screen for the windows...
|
commit | commitdiff | tree |
2006-07-01 |
Vadim Zeitlin | use WM_NCCALCSIZE in DoGetClientSize() if the window...
|
commit | commitdiff | tree |
2006-06-30 |
Vadim Zeitlin | don't ignore dialog code when processing Ctrl-keys...
|
commit | commitdiff | tree |
2006-06-30 |
Vadim Zeitlin | avoid asserts by not using GetSelection() with multi...
|
commit | commitdiff | tree |
2006-06-30 |
Vadim Zeitlin | added wxHyperLink and context help testing code (not...
|
commit | commitdiff | tree |
2006-06-30 |
Vadim Zeitlin | support Ctrl-PageUp/Dn for changing the notebook pages...
|
commit | commitdiff | tree |
2006-06-30 |
Vadim Zeitlin | we don't need to override MSWTranslateMessage(), it...
|
commit | commitdiff | tree |
2006-06-30 |
Vadim Zeitlin | call MSWProcessMessage() for the window itself, although...
|
commit | commitdiff | tree |
2006-06-30 |
Vadim Zeitlin | moved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it...
|
commit | commitdiff | tree |
2006-06-29 |
Vadim Zeitlin | call wxApp::OnInit() from MyApp::OnInit() so that standard...
|
commit | commitdiff | tree |
next |