2007-04-26 |
Roman Rolinsky | made main toolbar bitmaps 24x24 |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Robert Roebling | Only set focus to widget automatically if left down |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Robert Roebling | Added IsOfStandardClass() as per wxMSW. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Robert Roebling | Added Test for wxComboBox::SetValue() to widgets... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Paul Cornett | build fix |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Elliott | add Borland Developer Studio and Turbo Explorer info |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Elliott | better user info |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Elliott | fix dll path |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Vadim Zeitlin | added Roscale() test |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Vadim Zeitlin | added Rotate() test |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Elliott | add Borland Developer Studio project file (for Turbo... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Václav Slavík | more efficient implementation of ToAscii/FromAscii... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Václav Slavík | use UTF8-encoded char* strings in UTF8 build instead... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Elliott | remove warnings of intentionally unreachable code |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Elliott | removd as recommended in http://article.gmane.org/gmane... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Elliott | tested and applied http://article.gmane.org/gmane.comp... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Paul Cornett | replace 5 copies of size constraining code with one... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Paul Cornett | really fix window being repositioned after hiding,... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Vadim Zeitlin | don't assert in SetSelection(wxNOT_FOUND), just clear... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Vadim Zeitlin | move wxKEY_XXX constants to wx/defs.h from wx/list... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Vadim Zeitlin | don't assert in SetSelection(wxNOT_FOUND), just clear... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Vadim Zeitlin | allow to test changing combobox selection too |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Vadim Zeitlin | use wxCopyRectToRECT() instead of duplicating its code... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Robin Dunn | invalidate the best size when adding or deleting items |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Robin Dunn | ensure there is a current cell before using it to try... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Vadim Zeitlin | leave only wxString overloads for of the functions... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Vadim Zeitlin | compilation fix after c_str() changes |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Robert Roebling | Added compile guards to wxEditableListBox |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Robert Roebling | Added mini docs for wxChoicebook |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Robert Roebling | Added mini docs to wxListbook |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Robert Roebling | Typo. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Vadim Zeitlin | don't declare inline function with dllexport declaratio... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Robin Dunn | Use wx.FileHistory for the recent files menu |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Robert Roebling | Use child's listmodelnotifier's destructor (by overlo... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Václav Slavík | removed wxCStrData::operator bool(), using c_str()... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Václav Slavík | corrected (Do)GetWriteBuf() return types to use more... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Václav Slavík | added test for a crash when passing wxCStrData construc... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Václav Slavík | fixed broken wxCStrData and operator?: check |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Václav Slavík | removed unused APPEND_STR macro |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Robert Roebling | Correct MVC update region in GTK+ native version |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Robert Roebling | Change SetValue( wxVariant &value ) to |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Robert Roebling | Mention that wxBookCtrlBase derived controls do derive |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Robert Roebling | Updated docs. |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Paul Cornett | Fix window being repositioned after hiding, then reshowing. |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Robin Dunn | Tweaks needed to update to current CVS |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Vadim Zeitlin | fix bug introduced in wxFontRefData::SetNativeFontInfo... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Vadim Zeitlin | fix SelectItem() for single selection case which was... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Václav Slavík | ANSI build compilation fix |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Václav Slavík | compilation fix: setlocale() returns non-const string... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Václav Slavík | added code for checking if the current locale is UTF... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Vadim Zeitlin | tiny change to make g++ 3.3 compile the latest version |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Vadim Zeitlin | added implicit conversion of wxString to const void... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Vadim Zeitlin | use GetParentForModalDialog() in ShowModal() to ensure... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Vadim Zeitlin | test that the candidate parent window isn't being delet... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Paul Cornett | revert move events change, it blocks programmatic move... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Robert Roebling | Typo in docs [ 1693034 ] 2.8.3: wrong docs for wxCHEC... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Paul Cornett | don't send move events for size changes |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Paul Cornett | fix return type for "map_event" and "unmap_event" handlers |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | really ensure that the window being centered is fully... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | compilation fixes for PCH-less build |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | added wxStdDialogButtonSizer test (patch 1705382) |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | detect if there was an error in standard GTK+ options... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | update wxApp::argc/argv to remove the options parsed... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | added wxAppTraits::GetStandardCmdLineOptions() allowing... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | added wxDialog::GetParentForModalDialog() and use it... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | added HasExtraStyle() |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | don't pass unneeded arguments to AdustForGrowables() |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | add m_ prefix to the member variables and remove unneed... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | don't leave pixels due to rounding errors in wxBoxSizer... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | Many changes/fixes to wxFlexGridSizer implementation... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | updated SetFont() documentation: it returns bool, not... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Paul Cornett | fix double to int conversion warning |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | don't leave gaps around hidden columns/rows in wxFlexGr... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | distribute only the extra, free, space according to... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | (blind) compilation fixes after latest changes |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Vadim Zeitlin | don't pass 0 time_t to Borland localtime(), it crashes... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Kevin Ollivier | Return wx menu items inserted into the Window system... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Kevin Ollivier | Fix bug with m_current causing EVT_LIST_KEY_DOWN events... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | don't let def window proc start another drag operation... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | added support for image resolution options to PNG handl... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | allow having children of status bar in XRC (patch 1704125) |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | readded wxEditableListBox as part of adv library |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | added safe check for Pango version and use it to avoid... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | add missing dynarray.h includes (patch 1702312) |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | added wxStreamBuffer::Truncate() (patch 1687081) |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Paul Cornett | remove redundant GTK_WIDGET casts |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | fix WXDLLIMPEXP_STC definition when building all wx... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | fix bug with not updating the last line correctly when... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | oops, restored wrongly removed semicolon |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Vadim Zeitlin | removed extraneous semicolons |
commit | commitdiff | tree | snapshot |
2007-04-20 |
David Elliott | Remove Objective-C class posing for everything except... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
David Elliott | Move Objective-C interfaces into separate header files... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Elliott | add const to avoid hiding warning |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Benjamin Williams | fixed bug when a fixed pane is resized inside a fixed... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Elliott | add const to avoid hiding warning |
commit | commitdiff | tree | snapshot |
next |