2008-05-27 |
Robert Roebling | Reapply wxWeakRef patch again |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Robert Roebling | Use wxWindowRef to hold pointer to default button |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Stefan Csomor | fixing arc filling for angles > 180 |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Paul Cornett | fix removing menu item, ticket 3387 |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Robert Roebling | Removed more //@ groups |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Robert Roebling | Ticket #9493: interface-string-asterisk.patch |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Robert Roebling | Various minor corrections |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Robert Roebling | Minor correction |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Kevin Ollivier | (Port to trunk) Fix for wxClientDC::GetAsBitmap, which... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Kevin Ollivier | Build fix for non-pch builds, e.g. for universal binary... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Robert Roebling | Removed Item Management category, minor corrections |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Robert Roebling | Clarified wxWindow::Find() wrt to returning *this*... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Robert Roebling | Defer SetHorizontalExtent to idle, also fixes (wxListBo... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vadim Zeitlin | don't take the min size into account when setting the... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vadim Zeitlin | create tests/window directory for wxWindow tests |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vadim Zeitlin | add test for bug 716 |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Robert Roebling | Dont send spin text update event from SetValue() |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Robert Roebling | Mention wxDataViewTreeCtrl in wxTreeCtrl |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Robert Roebling | Minor doc corrections |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Robert Roebling | Don't use font encoding in Unicode mode |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Chris Elliott | Borland still hates ternary ? |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vadim Zeitlin | compilation fix after the last change |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vadim Zeitlin | do case normalization after long path one, this fixes... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Vadim Zeitlin | added wrapsizer (should have been checked in a long... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Vadim Zeitlin | improve wxMessageOutputBest console output under Window... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | wxTextCtrk::GetRange() shouldn't crash on out of range... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Simplify SetValue() with empty string |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Vadim Zeitlin | call base class version from SetWindowStyleFlag() to... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Vadim Zeitlin | correct toggling of the selected icon (closes 4029) |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Invocation of default button by <ENTER> was impossible... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Vadim Zeitlin | fix MSVC warnings about conversions between pointers... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Update IsSelection() docs |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Update controls sample to follow documented logic |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Move event generation in multiple selection mode to... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Move event generation in multiple selection mode to... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Move event generation in multiple selectino mode to... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Update selection cache when inserting items, too |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Move event generation code for multiple selection mode... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Remove deprecated methods |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Robert Roebling | Disable events upon item deletion (just in case) and... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Robert Roebling | Forgot client data |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Robert Roebling | Make events match better with MSW |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Stefan Neis | Linker fix for non-PM builds. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Robert Roebling | Remove m_blockEvents and use Disable/Enable instead... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Robert Roebling | Minor doc corrections |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Robert Roebling | Also allow UP and DOWN if we reached max number of... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Robert Roebling | [ wxwindows-Patches-1947680 ] wxMac: Fixes number of... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Paul Cornett | add missing static keyword |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Vadim Zeitlin | add back wxChoice::DoGetBestSize() removed by the previ... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Vadim Zeitlin | added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161) |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Vadim Zeitlin | don't reserve space for the icons if none are used... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Vadim Zeitlin | add handling of wxWrapSizer flags (part of ticket 9468) |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Vadim Zeitlin | fix the confusion in boolean attributes handling in... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Paul Cornett | button text uses fg color, not text color |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Robert Roebling | Make height of red square depend on value in the model |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Robert Roebling | Add test for progress renderer |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Robert Roebling | Query value from the model column given by col->GetMode... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Václav Slavík | fixed compilation with DirectFB 0.9 |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Robert Roebling | Update wxString overview |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Robert Roebling | Correct wxString:Append docs |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Robert Roebling | Correct formatting |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Robert Roebling | Mention dropdown menu |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Robert Roebling | Commit mem leak fix I introduced |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Robert Roebling | replaces unsigned int with wxUIntPtr |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Robert Roebling | Fix mem corruption due to string no longer being in... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Paul Cornett | get wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733 |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Stefan Csomor | make independent from carbon |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Julian Smart | COnversion of some common font names to current platform |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Stefan Csomor | allows resetting color of text to black, closes #4826 |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Stefan Csomor | allows resetting color of text to black, closes #4826 |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Robert Roebling | Don't make lines narrower that default line height... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Bryan Petty | More interface header reviews by Azriel Fasten, and... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Paul Cornett | remove unused files |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Paul Cornett | add missing braces |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Paul Cornett | add missing break statement |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Paul Cornett | put frame extents XGetWindowProperty code in one place |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Robert Roebling | Set EventObject in event |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Robert Roebling | Missing header |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Chris Elliott | try to fix SF bug 1913671 |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Chris Elliott | remove helpGen from distribution (see SF bug 1812087 |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Robert Roebling | Correct remaining bits of variable height lines for... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Vadim Zeitlin | use GtkComboBox instead of deprecated GtkOptionMenu... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Vadim Zeitlin | add missing header to fix compilation after changes... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Robert Roebling | Compilo |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Julian Smart | Fixed a bug preventing style resetting to occur |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Vadim Zeitlin | add tests for wxPATH_NORM_CASE (unsuccessfully trying... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Stefan Csomor | removing double set of geometry |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Vadim Zeitlin | work around VC7 compiler bug resulting in a warning... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | fix handling of the commands with negative ids (e.g... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | (blind) fixes for PCH-less build after r53626 |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | fix gcc warnings about not calling the base class ctors... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | make cast from double to long explicit to suppress... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | added language info for Northern Sami (patch 1964036) |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | fix crash in BitmapComboBoxWidgetsPage under wxUniv |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistory... |
commit | commitdiff | tree | snapshot |
next |