2007-05-10 |
Vadim Zeitlin | fixed detection of missing C++ compiler added in last...
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | use wxCopyRectToRECT instead of duplicating it
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | abort immediately if no C++ compiler was detected instead...
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | require libsm-dev, it's needed for KDE/GNOME detection
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | update frm Ivan Masar
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | test for round() using C++ compiler, not C one (should...
|
commit | commitdiff | tree |
2007-05-07 |
Vadim Zeitlin | just return the min size needed by the sizer for the...
|
commit | commitdiff | tree |
2007-05-06 |
Vadim Zeitlin | fix PCH-less compilation
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | fix warning about signed/unsigned comparison; use STL...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | no changes, just deTAbified and fixed really strange...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | extracted wxAcceleratorEntry code from menucmn.cpp...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | declare GetGDKWindow() in wxDC to fix compilation of...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | don't use deprecated GetTextExtent() overload
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | compilation fix: SetLogicalFunction() is defined in...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | compilation fix: use DeviceToLogical[XY]() instead...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | output Unicode/UTF-8 settings on a single line
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | added wxTimerEvent::GetTimer()
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | fix compilation in wxUSE_MENUS==0 case
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | share ctags command between make(gtk/mac)tags scripts
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | fixed typo in IsBeingDeleted() test in GetParentForModalDialog()
|
commit | commitdiff | tree |
2007-05-04 |
Vadim Zeitlin | added src to the HelpGen directory
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | use a default URL, I got tired of typing it in the...
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | make it possible to override desktop detection using...
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | show the error returned by SmcOpenConnection(); don...
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | compilation fix for PCH-less build
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | removed unneeded duplication of DoSetSizeHints() in...
|
commit | commitdiff | tree |
2007-05-01 |
Vadim Zeitlin | clarified alpha support status (bug 1710013)
|
commit | commitdiff | tree |
2007-05-01 |
Vadim Zeitlin | fix wxStringOutputStream::Write() in Unicode build...
|
commit | commitdiff | tree |
2007-04-30 |
Vadim Zeitlin | fix m_sizerPage memory leak for the wizards not using...
|
commit | commitdiff | tree |
2007-04-30 |
Vadim Zeitlin | use a marginally more precise but, more importantly...
|
commit | commitdiff | tree |
2007-04-30 |
Vadim Zeitlin | assert that wxRound() argument is in the supported...
|
commit | commitdiff | tree |
2007-04-30 |
Vadim Zeitlin | don't drop lines without trailing new line character...
|
commit | commitdiff | tree |
2007-04-27 |
Vadim Zeitlin | no changes, just fix a typo
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | added Roscale() test
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | added Rotate() test
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | don't assert in SetSelection(wxNOT_FOUND), just clear...
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | move wxKEY_XXX constants to wx/defs.h from wx/list...
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | don't assert in SetSelection(wxNOT_FOUND), just clear...
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | allow to test changing combobox selection too
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | use wxCopyRectToRECT() instead of duplicating its code...
|
commit | commitdiff | tree |
2007-04-25 |
Vadim Zeitlin | leave only wxString overloads for of the functions...
|
commit | commitdiff | tree |
2007-04-25 |
Vadim Zeitlin | compilation fix after c_str() changes
|
commit | commitdiff | tree |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to...
|
commit | commitdiff | tree |
2007-04-25 |
Vadim Zeitlin | don't declare inline function with dllexport declaration...
|
commit | commitdiff | tree |
2007-04-23 |
Vadim Zeitlin | fix bug introduced in wxFontRefData::SetNativeFontInfo...
|
commit | commitdiff | tree |
2007-04-23 |
Vadim Zeitlin | fix SelectItem() for single selection case which was...
|
commit | commitdiff | tree |
2007-04-23 |
Vadim Zeitlin | tiny change to make g++ 3.3 compile the latest version
|
commit | commitdiff | tree |
2007-04-23 |
Vadim Zeitlin | added implicit conversion of wxString to const void...
|
commit | commitdiff | tree |
2007-04-23 |
Vadim Zeitlin | use GetParentForModalDialog() in ShowModal() to ensure...
|
commit | commitdiff | tree |
2007-04-23 |
Vadim Zeitlin | test that the candidate parent window isn't being deleted...
|
commit | commitdiff | tree |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | really ensure that the window being centered is fully...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | compilation fixes for PCH-less build
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | added wxStdDialogButtonSizer test (patch 1705382)
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | detect if there was an error in standard GTK+ options...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | update wxApp::argc/argv to remove the options parsed...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | added wxAppTraits::GetStandardCmdLineOptions() allowing...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | added wxDialog::GetParentForModalDialog() and use it...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | added HasExtraStyle()
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | don't pass unneeded arguments to AdustForGrowables()
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | add m_ prefix to the member variables and remove unneeded...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | don't leave pixels due to rounding errors in wxBoxSizer...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | Many changes/fixes to wxFlexGridSizer implementation...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | updated SetFont() documentation: it returns bool, not...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | don't leave gaps around hidden columns/rows in wxFlexGridSiz...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | distribute only the extra, free, space according to...
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | (blind) compilation fixes after latest changes
|
commit | commitdiff | tree |
2007-04-22 |
Vadim Zeitlin | don't pass 0 time_t to Borland localtime(), it crashes...
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | don't let def window proc start another drag operation...
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | added support for image resolution options to PNG handler...
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | allow having children of status bar in XRC (patch 1704125)
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | readded wxEditableListBox as part of adv library
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | added safe check for Pango version and use it to avoid...
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | add missing dynarray.h includes (patch 1702312)
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | added wxStreamBuffer::Truncate() (patch 1687081)
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | fix WXDLLIMPEXP_STC definition when building all wx...
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | fix bug with not updating the last line correctly when...
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | oops, restored wrongly removed semicolon
|
commit | commitdiff | tree |
2007-04-21 |
Vadim Zeitlin | removed extraneous semicolons
|
commit | commitdiff | tree |
2007-04-20 |
Vadim Zeitlin | fix unused parameters warnings
|
commit | commitdiff | tree |
2007-04-20 |
Vadim Zeitlin | corrected DLL export declaration of wxTimerEvent to...
|
commit | commitdiff | tree |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ...
|
commit | commitdiff | tree |
2007-04-20 |
Vadim Zeitlin | removed extra membersections (patch 1702329)
|
commit | commitdiff | tree |
2007-04-20 |
Vadim Zeitlin | create the spin control with the correct range instead...
|
commit | commitdiff | tree |
2007-04-19 |
Vadim Zeitlin | compilation fix (misplaced comma in OnIdle)
|
commit | commitdiff | tree |
2007-04-19 |
Vadim Zeitlin | removed obsolete wxUSE_WX_RESOURCES check
|
commit | commitdiff | tree |
2007-04-17 |
Vadim Zeitlin | compilation fix for PCH-less compilation
|
commit | commitdiff | tree |
2007-04-17 |
Vadim Zeitlin | compilation fix for PCH-less compilation after last...
|
commit | commitdiff | tree |
2007-04-16 |
Vadim Zeitlin | reverted last change as using pango_version_check(...
|
commit | commitdiff | tree |
2007-04-16 |
Vadim Zeitlin | call gtk_file_chooser_set_current_folder even if the...
|
commit | commitdiff | tree |
2007-04-16 |
Vadim Zeitlin | corrected the direction of comparisons between wxString...
|
commit | commitdiff | tree |
2007-04-16 |
Vadim Zeitlin | removed superfluos semicolon
|
commit | commitdiff | tree |
2007-04-16 |
Vadim Zeitlin | more native look for wxCheckListBox (especially under...
|
commit | commitdiff | tree |
2007-04-16 |
Vadim Zeitlin | added new wxCONTROL_FLAT bit (see discussion of patch...
|
commit | commitdiff | tree |
2007-04-16 |
Vadim Zeitlin | use wxRenderer::DrawCheckBox() instead of doing it...
|
commit | commitdiff | tree |
2007-04-16 |
Vadim Zeitlin | implement DrawCheckBox() in class Win32 renderer (modified...
|
commit | commitdiff | tree |
2007-04-15 |
Vadim Zeitlin | don't erase background in GL canvases to reduce flicker
|
commit | commitdiff | tree |
2007-04-15 |
Vadim Zeitlin | added #ifdef __X__ forgotten in last commit
|
commit | commitdiff | tree |
2007-04-15 |
Vadim Zeitlin | use IsShownOnScreen() in OnSize() to ensure that the...
|
commit | commitdiff | tree |
2007-04-15 |
Vadim Zeitlin | fix handling of stock menu items (creating a stock...
|
commit | commitdiff | tree |
next |