2006-05-08 |
Vadim Zeitlin | mention wxComboControl
|
commit | commitdiff | tree |
2006-05-08 |
Vadim Zeitlin | added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
|
commit | commitdiff | tree |
2006-05-08 |
Vadim Zeitlin | wxComboControl and wxOwnerDrawnComboBox (patch 1479938)
|
commit | commitdiff | tree |
2006-05-08 |
Vadim Zeitlin | added conversion ctor to create const_iterator from...
|
commit | commitdiff | tree |
2006-05-08 |
Vadim Zeitlin | fixed operator[] in wxUSE_STL build
|
commit | commitdiff | tree |
2006-05-08 |
Vadim Zeitlin | added operator[] for STL builds
|
commit | commitdiff | tree |
2006-05-08 |
Vadim Zeitlin | removed __throws_bad_alloc import, this apparently...
|
commit | commitdiff | tree |
2006-05-07 |
Vadim Zeitlin | use non numpad equivalents for the numpad keys in CHAR...
|
commit | commitdiff | tree |
2006-05-07 |
Vadim Zeitlin | removed more unneeded code in kbd handling logic
|
commit | commitdiff | tree |
2006-05-07 |
Vadim Zeitlin | removed code which had no effect in HandleChar()
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | generate ctors with optional parent parameters in C...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | fix for popup menus (part of patch 1238355)
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | better Wait/Delete() docs (patch 1434085)
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | use SubclassWin() insteaf of just wxAssociateWinWithHandle...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | send wxWindowCreateEvent from SubclassWin(), not WM_CREATE...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | don't generate duplicate event for numpad keys with...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | use wxGtkString instead of manual g_free()s (also fixed...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | pango_font_description_get_family() can return NULL
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | compilation fix for the last check in
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | clamp the point size of the font to a reaosnable range...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | docs for Get/SetNativeFontInfoUserDesc() (part of patch...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | cache best size in DoGetBestSize()
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | simplify the client data/non standard images handling...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | added InitCommandEventWithItems() and call it from...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | corrected last change to cWC2MB() to also work for...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | don't allocate 0-sized buffer in cWC2MB() even if input...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | removed wxIsLoggingEnabled() as it could create the...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | typo: PrintfInLogBug() was probably supposed to be...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | delete the old log target if one had been created somehow...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | added ConversionEmpty() test
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | mention that Wait() relocks the mutex before returning...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | added wxString::EndsWith() (patch 1483049)
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | allow to specify the value for unknown ids in GetXRCID...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | added wxTextAttr::Merge (modified patch 1482719)
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | don't give an error when editing of the items label...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | added InitCommandEventWithItems() and call it from...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | blank lines were ignored in multiline cell labels ...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | code cleanup in DrawTextRectangle()
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | signed/unsigned warning fix
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | re-reversed SB_TOP/BOTTOM undoing rev 1.21 change ...
|
commit | commitdiff | tree |
2006-05-06 |
Vadim Zeitlin | removed TTN_NEEDTEXT handlers, we don't use tooltips...
|
commit | commitdiff | tree |
2006-05-05 |
Vadim Zeitlin | corrected wording of application shutdown logic description
|
commit | commitdiff | tree |
2006-05-05 |
Vadim Zeitlin | mention that timestamp is in ms
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | implemented SetItemToolTip()
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | added static Apply(GtkWidget, tip) method
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | mention that SetItemToolTip() is for wxMSW and wxGTK2...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | renamed ss_tooltips to gs_tooltips to follow the standard...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | renamed m_boxes to m_buttons because, well, it contains...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | renamed local variable named m_radio as the m_ prefix...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | added support for radiobox items tooltips in XRC
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | made GetRowCount() return size_t to avoid signed/unsigned...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | added brief wxRadioBox description
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | only take into account visible children in DoLayout()
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | added Get/SetItemToolTip() (and implemented them for...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | relay mouse move events to the tooltips even when the...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | made RelayEvent() static
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | added Remove(HWND); removed unused wParam parameter...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | allow entering multiline tooltips directly; allow removing...
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | implemented declared but never defined resize() method
|
commit | commitdiff | tree |
2006-05-04 |
Vadim Zeitlin | fixed python-related files names after they had been...
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | moved wx/msw/helpbest.h to HTML_HDR from MSW_DESKTOP_HDR
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | compilation fix when not using PCH
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | remove non existing AM_OPTIONS_WXRC: it results in...
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | fixed printf format warning on 64 bit platforms
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | documented GetPathWithSep()
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | include volume in path returned by GetPathWithSep()
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | update the sizes of all pages when the control size...
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | don't invalidate the tree size when pages are added...
|
commit | commitdiff | tree |
2006-05-03 |
Vadim Zeitlin | fixed setting selection when there are NULL pages in...
|
commit | commitdiff | tree |
2006-05-02 |
Vadim Zeitlin | mention that FindToolForPosition() is not implemented...
|
commit | commitdiff | tree |
2006-04-27 |
Vadim Zeitlin | use wxDelegateRendererNative as base class instead...
|
commit | commitdiff | tree |
2006-04-27 |
Vadim Zeitlin | correction to exception handling in threads: call wxThread...
|
commit | commitdiff | tree |
2006-04-27 |
Vadim Zeitlin | undid last commit, it was accidental and the commit...
|
commit | commitdiff | tree |
2006-04-27 |
Vadim Zeitlin | handle fatal exceptions in the other threads (based...
|
commit | commitdiff | tree |
2006-04-26 |
Vadim Zeitlin | handle fatal exceptions in the other threads (based...
|
commit | commitdiff | tree |
2006-04-26 |
Vadim Zeitlin | fixed unused param warning and code cleanup/simplification...
|
commit | commitdiff | tree |
2006-04-26 |
Vadim Zeitlin | renamed RESCOMP to WINDRES due to bakefile changes...
|
commit | commitdiff | tree |
2006-04-26 |
Vadim Zeitlin | remove the vertical scrollbar completely if the control...
|
commit | commitdiff | tree |
2006-04-26 |
Vadim Zeitlin | don't paint an infinite number of items if the control...
|
commit | commitdiff | tree |
2006-04-26 |
Vadim Zeitlin | document that the workaround used to make popup menus...
|
commit | commitdiff | tree |
2006-04-24 |
Vadim Zeitlin | don't use invalid/uninitialized iterator in wxList...
|
commit | commitdiff | tree |
2006-04-24 |
Vadim Zeitlin | correct i18n problems in accel handling code (replaces...
|
commit | commitdiff | tree |
2006-04-23 |
Vadim Zeitlin | corrected return codes of various methods (patch 1472288)
|
commit | commitdiff | tree |
2006-04-23 |
Vadim Zeitlin | emit only 1, not 2, events when changing text of a...
|
commit | commitdiff | tree |
2006-04-21 |
Vadim Zeitlin | fix for Win64 after last sizeof(OPENFILENAME) change
|
commit | commitdiff | tree |
2006-04-21 |
Vadim Zeitlin | test centering file dialog on parent frame
|
commit | commitdiff | tree |
2006-04-21 |
Vadim Zeitlin | no real changes, just (unsuccessful) attempts to make...
|
commit | commitdiff | tree |
2006-04-21 |
Vadim Zeitlin | added operator=(unsigned int) overload (should help...
|
commit | commitdiff | tree |
2006-04-21 |
Vadim Zeitlin | always use V5 OPENFILENAME struct first and fall back...
|
commit | commitdiff | tree |
2006-04-21 |
Vadim Zeitlin | made wxCommandEvent::GetInt() return int, not long...
|
commit | commitdiff | tree |
2006-04-20 |
Vadim Zeitlin | LaTeX syntax error in wxRenameFile fixed
|
commit | commitdiff | tree |
2006-04-19 |
Vadim Zeitlin | fix off by one error in CharToString(); also simplified...
|
commit | commitdiff | tree |
2006-04-19 |
Vadim Zeitlin | implemented DrawCheckButton() for XP renderer; code...
|
commit | commitdiff | tree |
2006-04-19 |
Vadim Zeitlin | don't duplicate wxDCBase::DoDrawCheckMark() code in...
|
commit | commitdiff | tree |
2006-04-19 |
Vadim Zeitlin | use wxDC::DrawCheckMark() to draw the checkbox button...
|
commit | commitdiff | tree |
2006-04-19 |
Vadim Zeitlin | fixed unused param warning
|
commit | commitdiff | tree |
2006-04-19 |
Vadim Zeitlin | regenerated using build/update-setup-h to have wxUSE_DISPLAY...
|
commit | commitdiff | tree |
2006-04-19 |
Vadim Zeitlin | set wxUSE_DISPLAY to 1 by default
|
commit | commitdiff | tree |
2006-04-19 |
Vadim Zeitlin | put wxUSE_DATAVIEWCTRL in alphabetical order
|
commit | commitdiff | tree |
next |