2008-06-21 |
Vadim Zeitlin | initialize wx{Client,Paint,Window}DC with fonts/colours...
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | remove Create{Window,Client,Paint}DC() methods without...
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | don't allow editing listbox entries; better handling...
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | assert if ShowModal() is called after a previous Show...
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | add wxShowEvent::IsShown() and wxIconizeEvent::IsIconized...
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | compilation fix for PCH-less build
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | disable report view mode under Mac as it hangs the...
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | use the real clipping region and not just its bounding...
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | implement wxWinINetInputStream::GetSize() (#9600)
|
commit | commitdiff | tree |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608)
|
commit | commitdiff | tree |
2008-06-20 |
Vadim Zeitlin | don't pass negative height to wxWindow::SetSize(),...
|
commit | commitdiff | tree |
2008-06-19 |
Vadim Zeitlin | document GetValue() behaviour when called from an event...
|
commit | commitdiff | tree |
2008-06-17 |
Vadim Zeitlin | declare future-deprecated SetStyle(int) in wxPen/Brush...
|
commit | commitdiff | tree |
2008-06-17 |
Vadim Zeitlin | fix compilation of TestRegConfRead()
|
commit | commitdiff | tree |
2008-06-16 |
Vadim Zeitlin | don't recreate combobox with proportion of 1 (instead...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | overload Write() for char and unsigned char too, otherwise...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | regenerate the makefiles with correct new test name...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | added a unit test for input/output file streams and...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | another 64 bit fix: make SendMsg() return wxIntPtr...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | correct wxIntPtr definition
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | fixed STC under Win64: as wxStyledTextCtrl::SendMsg...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | fix off by 1 error in GetTextRaw() (#4317)
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | fix crash when copying empty selection to clipboard...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | ignore mouse wheel events which are coming too fast...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | fix overview links and various Doxygen errors (#9580)
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | derive wxSTC from wxTextEntryBase to provide even more...
|
commit | commitdiff | tree |
2008-06-15 |
Vadim Zeitlin | derive wxSTC from wxTextAreaBase to provide wxTextCtrl...
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | rebuild files generated by src/stc/gen_iface.py automaticall...
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | state clearly that the entire contents of generated...
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | explicitly check that we're being run from the correct...
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | remove extra ')' in EVT_STC_CALLTIP_CLICK
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | translate Scintilla getters to const methods of wxStyledTextCtrl
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | fix ANSI mode build
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | compilation fix (casts for mb_str() used as argument...
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | fix various Doxygen errors (#9568)
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | fix various Doxygen errors (#9573)
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | change shortcut for "Sort" to Ctrl-T to avoid conflict...
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | fix various Doxygen errors (#9578)
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | standard location of env is in /usr/bin, not /bin
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | make the script executable
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | don't interfere with Scintilla drag-and-drop (#9088)
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | don't compile in wx hash code unless we really use...
|
commit | commitdiff | tree |
2008-06-14 |
Vadim Zeitlin | recreate the window if FSAA is requested (changeset_r54022_F...
|
commit | commitdiff | tree |
2008-06-13 |
Vadim Zeitlin | don't clear the list control when wxLC_[HV]RULES style...
|
commit | commitdiff | tree |
2008-06-13 |
Vadim Zeitlin | search for X11 headers in paths under /usr/local before...
|
commit | commitdiff | tree |
2008-06-13 |
Vadim Zeitlin | fix reference counting problems with wxGridCellWithAttr...
|
commit | commitdiff | tree |
2008-06-13 |
Vadim Zeitlin | use HandleWindowEvent() in Close() as it can be called...
|
commit | commitdiff | tree |
2008-06-13 |
Vadim Zeitlin | use @deprecated doxygen tag, a few other minor corrections...
|
commit | commitdiff | tree |
2008-06-13 |
Vadim Zeitlin | correct bad references and use of @begincode instead...
|
commit | commitdiff | tree |
2008-06-12 |
Vadim Zeitlin | fix crash which happened if you called SetAttr(NULL...
|
commit | commitdiff | tree |
2008-06-12 |
Vadim Zeitlin | optimize wxGrid::BlockToDeviceRect() to avoid iterating...
|
commit | commitdiff | tree |
2008-06-12 |
Vadim Zeitlin | exclude pieces of wx hash map implementation which...
|
commit | commitdiff | tree |
2008-06-12 |
Vadim Zeitlin | don't test for hash_{map,set} classes if we have unordered_map
|
commit | commitdiff | tree |
2008-06-12 |
Vadim Zeitlin | get rid of several dozen of warnings when using g+...
|
commit | commitdiff | tree |
2008-06-12 |
Vadim Zeitlin | use std[::tr1]::unordered_map if available in wxUSE_STL...
|
commit | commitdiff | tree |
2008-06-12 |
Vadim Zeitlin | fix some wrong declarations which upset mingw32
|
commit | commitdiff | tree |
2008-06-12 |
Vadim Zeitlin | propagate style changes correctly to buttons with images...
|
commit | commitdiff | tree |
2008-06-11 |
Vadim Zeitlin | use more general pointer-to-member representation for...
|
commit | commitdiff | tree |
2008-06-11 |
Vadim Zeitlin | fix for crash under wxX11: we get text event there...
|
commit | commitdiff | tree |
2008-06-11 |
Vadim Zeitlin | use native calendar control in wxDatePickerCtrl if...
|
commit | commitdiff | tree |
2008-06-11 |
Vadim Zeitlin | use wxDC::SetDeviceClippingRegion() instead of deprecated...
|
commit | commitdiff | tree |
2008-06-11 |
Vadim Zeitlin | remember the last type used for loading or saving the...
|
commit | commitdiff | tree |
2008-06-11 |
Vadim Zeitlin | fix some parameters docs and other minor changes (...
|
commit | commitdiff | tree |
2008-06-09 |
Vadim Zeitlin | correct some compatibility problems with the existing...
|
commit | commitdiff | tree |
2008-06-09 |
Vadim Zeitlin | don't use deprecate SetClippingRegion(wxRegion)
|
commit | commitdiff | tree |
2008-06-08 |
Vadim Zeitlin | make list whose items are referred to by their numbers...
|
commit | commitdiff | tree |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload...
|
commit | commitdiff | tree |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanvas...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | set a global flag on shut down instead calling Delete...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | do what we advise, not what we say is unsupported:...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | make wxLogWindow thread-safe (#8783)
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | present information about key presses better; some...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | use memcpy() instead of wxTmemcpy() as the latter is...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | more compilation fixes for VC6 (#9492)
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | compilation fix for PCH-less compilation after the...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | don't show the normal context menu while editing an...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | don't refresh the current cell in SetCellHighlightROPenWidth...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | ensure that dialog gripper is always positioned below...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | support multiline labels in wxCheckBox (#9495)
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | correct phrase broken by the last change
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | call wxSizerFlags::Top/Bottom() or Left/Right() shouldn...
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | change another long type to wxBitmapType
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | specify the name of the control (#9515)
|
commit | commitdiff | tree |
2008-06-07 |
Vadim Zeitlin | replace another SF link with wxTrac one (#9501)
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | replace SF links with wxTrac ones (#9500)
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | use report mode for the wxListbook list control if...
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | fixed another pointer-to-int-of-lesser-size conversion...
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | change longs used for bitmap types to wxBitmapType...
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | don't leave current item index invalid after SetItemCount...
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | remove another unnecessary memcpy() of string contents...
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | remove unnecessary memcpy() of string contents to wxStringBu...
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | initialize wxStringBuffer with the original contents...
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | compilation fix for VC6 (and maybe not only): enums...
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | compilation fixes for ANSI build
|
commit | commitdiff | tree |
2008-06-06 |
Vadim Zeitlin | removed the test which never works: Lower/Upper() don...
|
commit | commitdiff | tree |
2008-06-05 |
Vadim Zeitlin | corrected bug in wxTimeSpan::IsShorterThan() for equal...
|
commit | commitdiff | tree |
2008-06-05 |
Vadim Zeitlin | compilation fix for --disable-filesystem --enable-xrc...
|
commit | commitdiff | tree |
2008-06-04 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1
|
commit | commitdiff | tree |
2008-06-03 |
Vadim Zeitlin | removed deleted wx/gtk/treectrl.h from bakefiles as...
|
commit | commitdiff | tree |
2008-06-03 |
Vadim Zeitlin | fix crash when repositioning tools without labels in...
|
commit | commitdiff | tree |
next |