2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Robert Roebling | Reorder code so that you can actually set the size... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Robert Roebling | Forgot to commit file for giving a GTK specific methid... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Bryan Petty | GTK compilo: looks like a header missed the r58850... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Vadim Zeitlin | added a period at the end of a sentence (test commit... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Vadim Zeitlin | return radio box own help text when origin is Origin_Un... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Benjamin Williams | maximize pane should ignore floating windows (#4066) |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Robert Roebling | Don't use native file/dir picker buttons when using... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Robert Roebling | wxFilePickerCtrl's button should know if it has an... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Jaakko Salli | Fixed old font-related code that caused problems on... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a templa... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Julian Smart | Fixed wxRichTextRange != operator |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Stefan Csomor | renaming clickedAction callbacks to more generic contro... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Stefan Csomor | CGContextFlush is already called in SetNativeContext |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Kevin Ollivier | Fix assertion when passing nil to setKeyEquivalent. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Stefan Csomor | supporting graphics context on invisible views, icon... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Paul Cornett | corrected build fix, new code does work with GTK+ ... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Bryan Petty | Fixed section identifiers (the added section needed... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Francesco Montorsi | fix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11) |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Vadim Zeitlin | compilation fix for GTK+ < 2.10 |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Kevin Ollivier | We'll get an unhandled exception if the view is hidden... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Stefan Csomor | paint event handling fixes and wxClientDC implementatio... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Stefan Csomor | make sure no delegates/impl ptrs are still set during... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Stefan Csomor | flipped accessor conforming to plain c++ impl |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Jaakko Salli | Fixed (hopefully) wx_dll.dsw regarding propgrid and... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Vadim Zeitlin | don't use invalid item indices in wxLC_HRULES-drawing... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Vadim Zeitlin | fix MSVC warnings about possibly uninitialized variable... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after latest changes |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Robert Roebling | Mention wxTaskBarIcon reimplementation, other details |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Robert Roebling | Compile fix |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Stefan Csomor | drawing code now in common file |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Stefan Csomor | GetRegion is not needed anymore |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Stefan Csomor | replacing RgnHandle with HIShapeRef usage |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Stefan Csomor | common drawing code for osx-cocoa and osx-carbon, also... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Robert Roebling | Fixes #10454, Applied patch for wxDataViewCtrl should... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Kevin Ollivier | Remove delegates before releasing the native object... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Kevin Ollivier | Do a sanity check to make sure GetWindow() has a valid... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Kevin Ollivier | Initial support for EVT_ERASE_BACKGROUND for OS X Cocoa. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Francesco Montorsi | fix memory leak; allocate the DC before SetFont() is... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Kevin Ollivier | Update OS X Cocoa build files after recent changes... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Kevin Ollivier | Enable wxDVC on OS X Cocoa using the generic control. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Kevin Ollivier | Stub out GetMatchingPair() for now to allow us to use... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Kevin Ollivier | Crash fix for when a wxNullBitmap is passed in as the... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Kevin Ollivier | Header fix for OS X Cocoa build. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | revert changes erroneously committed (sorry) |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | allow the user to set the status bar font |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | use a single update UI handler for all menu commands... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Václav Slavík | fixed creation of tests/benchmarks VC++ project files... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | do not deselect the item the user has just selected... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | optimize rendering code by calling GetClientSize()... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | revert insert=>append change; only for wxELLIPSIZE_END... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | remove mobile samples from samples.bkl (last part of... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefan Csomor | turning on icons for osx-cocoa |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | remove remaining traces of samples/mobile (continuation... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | remove 'mobile' samples as they're not useful from... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | update italian translation; add a Q+A for updating... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | put MyFrame creation code in its ctor, not in MyApp... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | don't react to wxEVT_DESTROY events from child windows |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | use Ellipsize() in wxStatusBarGeneric so that the text... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | split wxControl::Ellipsize() in two functions for bette... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefan Csomor | menu fixes, also fixes #10479 |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefan Csomor | adding scroll wheel support |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | only do (c) and (C) translation in Unicode build |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | make dtor public to fix VC6 build |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | use bitmap mask if any in splash screen (closes #10470) |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | some more SetIcon() calls added; cleanup indentation... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | always call SetIcon() on the main frame of the sample... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | merge wxEditableListBox sample in widgets sample (it... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | fix other insert() overloads to work when inserting... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | removed wrong check from splice(it, list, first) |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kevin Ollivier | Implement GetDashCount() for Carbon/Cocoa. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kevin Ollivier | Add (currently unimplemented) missing wxRegion construc... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kevin Ollivier | Assert if these methods are triggered to alert the... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | build wrapsizer sample when wxUSE_GUI==1 |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kevin Ollivier | The GL library needs access to this. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | fix wxList::erase(it, end()) in non-STL build (see... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | fix (harmless for now) g++ warning about non-virtual... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | fix repaint problems when resizing the frame |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | yet another wxUSE_DRAG_AND_DROP==0 compilation fix |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | another attempt to run tests with verbose logging in... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | add semicolons after wxDEFINE_EVENT() |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Václav Slavík | wxrc: fix incorrectly generated code with --extra... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | allow the user to set the contents of the status fields |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | update custom event definition documentation; document... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | update/reorganize events overview and changed links... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | do not use preprocessor macros in interface headers... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | extract the important overviews in their own section... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Stefan Csomor | OSX currently doesn't expose an OnPaint anymore |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | document the wxWindow::Get/SetLayoutDirection functions |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | no real change: put event handlers together at the... |
commit | commitdiff | tree | snapshot |
next |