2007-09-18 |
Vadim Zeitlin | properly NUL-terminate the buffer returned by wxMBConv... |
tree | commitdiff |
2007-09-18 |
Julian Smart | wxBORDER_THEME now means 'use an appropriate themed... |
tree | commitdiff |
2007-09-18 |
Julian Smart | Fixed compilo |
tree | commitdiff |
2007-09-17 |
Paul Cornett | various small cleanups |
tree | commitdiff |
2007-09-17 |
David Elliott | Instantiate NSSecureTextField instead of NSTextField... |
tree | commitdiff |
2007-09-17 |
Robert Roebling | Always rearrange wxListBook and send out size event... |
tree | commitdiff |
2007-09-17 |
Robert Roebling | Don't compile with < GTK 2.4 |
tree | commitdiff |
2007-09-17 |
Robert Roebling | Always make wxWindow::SetFocus() focus the window,... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | rename wxFileList to wxFileListCtrl |
tree | commitdiff |
2007-09-17 |
Julian Smart | Removed restriction that multiple centre panes can... |
tree | commitdiff |
2007-09-17 |
Julian Smart | Added omitted variable copy |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | don't access m_clientDataItemsType directly |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | don't use NULL when we mean 0 |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | fix warnings due to use of WXDLLEXPORT on forward decla... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | fix access to client data of wxComboBox in wxUniv by... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | expand the table cells to fill the entire table width... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | fix divide by 0 bug in UpdateScrollbars() (part of... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | destroy the old clipping region before setting the... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | removed apparent off by 1 bug in the end line calculati... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | use ListView_RedrawItems() to implement wxListCtrl... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | check whether clipping region is empty, not whether... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | fix off by one (or rather "off by border width") bug... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | fix the bug with not showing all the text in the text... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | corrected m_strings array creation broken by last changes |
tree | commitdiff |
2007-09-15 |
Robert Roebling | Implement wxWindow::SetFocusIgnoringChildren for GTK+ |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr... |
tree | commitdiff |
2007-09-15 |
Robert Roebling | Correct GetLabelItemRect to not include image (as per... |
tree | commitdiff |
2007-09-15 |
Robert Roebling | Remove redundant test later in keypress handling |
tree | commitdiff |
2007-09-15 |
Robert Roebling | Only send keypress events to focus widget, not its... |
tree | commitdiff |
2007-09-15 |
Paul Cornett | let GtkRange clamp scroll position |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | get rid of the built-in drop target in rich text contro... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | always NUL-terminate the buffers returned by cWC2MB... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | fix wxStringOutputStream to deal with NUL bytes correct... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | always return positive pixel size, even for negative... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introdu... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | undo revision 48162 as it broke unit tests |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | reverted the change of wxCmdLineEntryDesc fields to... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement wxDataViewCtrl::GetSortingColumn() and relate... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | fix unused parameter warning |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test _HEADER_RIGHT_CLICK event for GTK+ |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test wxDataViewCtrl::GetColumnPosition... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Patch from Hartwig wrt SELECTION_CHANGE event |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | fix warning about not enough parameters for WX_DEFINE_G... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | fix some harmless warnings (last two parts of patch... |
tree | commitdiff |
2007-09-14 |
Julian Smart | Fixed caret sizing bug |
tree | commitdiff |
2007-09-14 |
Robert Roebling | API change: a single SELECTION_CHANGED not lots of... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Fix ending label-editing bug when clicking elsewhere |
tree | commitdiff |
2007-09-14 |
Paul Cornett | remove m_blockScrollEvent from wxWindowGTK |
tree | commitdiff |
2007-09-14 |
Paul Cornett | build fix |
tree | commitdiff |
2007-09-14 |
Paul Cornett | more value updating fixes |
tree | commitdiff |
2007-09-13 |
Robert Roebling | wxDataViewCtrl patch from Hartwig |
tree | commitdiff |
2007-09-13 |
Vadim Zeitlin | remove the drag-and-drop compatibility hack for extract... |
tree | commitdiff |
2007-09-13 |
Paul Cornett | fix SetValue |
tree | commitdiff |
2007-09-13 |
Paul Cornett | non-pch build fix, indentation and whitespace cleanup |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Use GTK_SPIN_BUTTON() not (GtkSpinButton*) |
tree | commitdiff |
2007-09-13 |
Robert Roebling | [ 1793012 ] wxSpinCtrl::SetValue() doesn't update inter... |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Patch from Hartwig (use new GetChildren() API) |
tree | commitdiff |
2007-09-13 |
Robert Roebling | little change for Mac build |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Third update patch for GTK+ print (correcting my device... |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Second update patch for GTK+ print (DrawBitmap fix) |
tree | commitdiff |
2007-09-13 |
Robert Roebling | First update patch for GTK+ print |
tree | commitdiff |
2007-09-13 |
Paul Cornett | get more accurate TLW sizing by using a window decorati... |
tree | commitdiff |
2007-09-12 |
Paul Cornett | add wxUSE_TASKBARICON wrapper |
tree | commitdiff |
2007-09-12 |
Vadim Zeitlin | check that the conversion really succeeds even when... |
tree | commitdiff |
2007-09-12 |
Vadim Zeitlin | fix assert for bitmaps buttons created without bitmap... |
tree | commitdiff |
2007-09-10 |
Václav Slavík | use wxVector<T> instead of wxList in wxXmlResource... |
tree | commitdiff |
2007-09-10 |
Robert Roebling | Rewrote scaling for GTK+ print |
tree | commitdiff |
2007-09-10 |
Robert Roebling | Compilation |
tree | commitdiff |
2007-09-10 |
Vadim Zeitlin | map wxFONTENCODING_ISO2022_JP to the correct Windows... |
tree | commitdiff |
2007-09-10 |
Vadim Zeitlin | fix a warning about casting literal string constants... |
tree | commitdiff |
2007-09-10 |
Robert Roebling | corrected some of 200 compile errors introduced by... |
tree | commitdiff |
2007-09-10 |
Robert Roebling | Rewrote scaling code for GNOME print backend. The inver... |
tree | commitdiff |
2007-09-10 |
Vadim Zeitlin | chop off the unwanted \r from GetLineText() return... |
tree | commitdiff |
2007-09-10 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2007-09-10 |
Vadim Zeitlin | wxDL_XXX macros and dynamic loading cleanup: |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | add wxSYS_DCLICK_TIME system metric constant; use it... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | cache the result of wxGetOsVersion() (heavily modified... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | don't change locale in XRC GetFloat() method, change... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | don't give spurious error message if non-empty status... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | fixed off by 1 bug in wxDC::GradientFillLinear() (patch... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | fix gcc warnings about float/double to int conversion... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | no changes, just added a comment explaining the issues... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | return empty string, not NULL, from wxCStrData::AsChar... |
tree | commitdiff |
2007-09-08 |
Vadim Zeitlin | added support for reading resolution information from... |
tree | commitdiff |
2007-09-08 |
Robert Roebling | Compile error (no idea why Mingw doesn't like wxPoint()) |
tree | commitdiff |
2007-09-08 |
Vadim Zeitlin | fix file names format in wxFileDataObject::GetDataHere... |
tree | commitdiff |
2007-09-08 |
Vadim Zeitlin | don't pass garbage to SetData() in wxURLDataObject... |
tree | commitdiff |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related... |
tree | commitdiff |
2007-09-07 |
Julian Smart | Only write text colour if the colour is valid |
tree | commitdiff |
2007-09-07 |
Robert Roebling | Patch to use high printer resolution instead of Cairo... |
tree | commitdiff |
2007-09-07 |
Robert Roebling | minor corrections, made non-public API private |
tree | commitdiff |
2007-09-07 |
Robert Roebling | prevent double deletion of cairo lib |
tree | commitdiff |
next |