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 |
2006-04-18 |
Vadim Zeitlin | define constfunc in terms of func, this helps tex2rtf...
|
commit | commitdiff | tree |
2006-04-18 |
Vadim Zeitlin | wxSizerItem can be used by user code
|
commit | commitdiff | tree |
2006-04-18 |
Vadim Zeitlin | don't use the return result of wxLocaltime_r, we receive...
|
commit | commitdiff | tree |
2006-04-18 |
Vadim Zeitlin | use CXXFLAGS instead of CFLAGS in several places now...
|
commit | commitdiff | tree |
2006-04-18 |
Vadim Zeitlin | regenaretd configure after AC_LANG changes
|
commit | commitdiff | tree |
2006-04-18 |
Vadim Zeitlin | don't include GNOME FS header if we don't use it (and...
|
commit | commitdiff | tree |
2006-04-18 |
Vadim Zeitlin | compile GTK+ test program using C compiler, not C+...
|
commit | commitdiff | tree |
2006-04-18 |
Vadim Zeitlin | removed extra semicolon
|
commit | commitdiff | tree |
2006-04-18 |
Vadim Zeitlin | do all tests using C++ compiler, this should fix all...
|
commit | commitdiff | tree |
2006-04-17 |
Vadim Zeitlin | compilation fix for !WX_PRECOMP
|
commit | commitdiff | tree |
2006-04-17 |
Vadim Zeitlin | document that Remove(index) doesn't delete the window...
|
commit | commitdiff | tree |
2006-04-17 |
Vadim Zeitlin | corrected ancient event type constant in an example
|
commit | commitdiff | tree |
2006-04-17 |
Vadim Zeitlin | implement Layout() so that sizers work correctly when...
|
commit | commitdiff | tree |
2006-04-17 |
Vadim Zeitlin | don't use COMPRESSION_LZW by default, it's not implemented...
|
commit | commitdiff | tree |
2006-04-17 |
Vadim Zeitlin | added insert_at property for the object nodes (patch...
|
commit | commitdiff | tree |
2006-04-17 |
Vadim Zeitlin | added wxStandardPaths::GetDocumentsDir() (patch 1214360)
|
commit | commitdiff | tree |
2006-04-17 |
Vadim Zeitlin | don't eat activation events (replaces patch 1465849)
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | added a menu allowing to quickly switch to any page
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | no changes, just removed some commented out code
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | don't return items which are not visible from DoHitTest...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | added a menu allowing to change the border style used...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | centralized the handling of border styles; added borders...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | added wxMenu::AppendSubMenu() to avoid having to specify...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | clarified the rules for determining whether the path...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | added virtual dtor to wxHtmlWindowMouseHelper to avoid...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | simplify/cleanup wxTheXXXList and wxGDIObject code...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | build fixes for wxUSE_LOG==0 (modified patch 1450207)
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | create stock GDI objects on demand; use const with...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | documented Set/GetBitmapSelected() (patch 1339028)
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | show effects of mirroring toucan image with alpha ...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | Handle alpha channel in wxImage::Mirror() and GetSubImage...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | implement wxFileModificationTime() in terms of wxFileName...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | added overwrite parameter to wxRenameFile (patch 1467041)
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | added missing methods documentation (patch 1466949...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | define WX_DIR as WXWIN env var for Unix and not only...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | allow specifying non default libraries for gnu output...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | HitTest() seems to be implemented on most platforms...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | fixed typo in EVT_SCROLLWIN_BOTTOM documentation (patch...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | set up scrollbars correctly when we don't need them...
|
commit | commitdiff | tree |
2006-04-16 |
Vadim Zeitlin | removed unnecessary (the problem is due to a bug elsewhere...
|
commit | commitdiff | tree |
next |