]> git.sesse.net Git - vlc/history - modules/gui
Implement basic panel change
[vlc] / modules / gui /
2006-08-26 Clément StenacImplement basic panel change
2006-08-26 Clément StenacSkeleton for simple prefs
2006-08-26 Clément StenacCosmetics
2006-08-26 Clément StenacFind as you type
2006-08-26 Clément StenacVolume control
2006-08-26 Clément Stenac* Sorting
2006-08-26 Clément StenacCosmetics + Enable menu in playlist
2006-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-08-26 Clément Stenac* Popups
2006-08-25 Clément StenacFix flickering of panels in preferences
2006-08-25 Clément StenacImprove Qt preferences layout handling
2006-08-24 Clément StenacMultiple selection
2006-08-24 Clément StenacPreliminary deletion support
2006-08-24 Jean-Baptiste KempfQt: Small fix on the filters for simpleOpenFile
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-20 Clément StenacFix messages layout bug
2006-08-20 Jean-Baptiste Kempf* First implementation of the simpleOpenFile Dialog...
2006-08-20 Olivier Teulière * skins2/src/top_window.cpp: Hide the tooltip when...
2006-08-20 Olivier Teulière * skins2/win32/win32_dragdrop.cpp: Added a missing...
2006-08-19 Felix Paul Kühne* also forward the mouse events to super if no vout...
2006-08-19 Felix Paul Kühne* always forward the clicks to OSX's core
2006-08-19 Olivier Teulière * skins2/controls/ctrl_slider.cpp: fixed 2 little...
2006-08-19 Jean-Baptiste Kempf* First implementation of the messages dialog for qt4.
2006-08-18 Olivier Teulière * skins2/parser/interpreter.cpp: Restored action names...
2006-08-18 Olivier Teulière * skins2/src/theme.cpp: Improved the saving/loading...
2006-08-18 Felix Paul Kühne* finish the vout menu (cloeses #302)
2006-08-17 Clément StenacFix interaction locking
2006-08-16 Gildas Bazin* modules/gui/wxwidgets/dialogs/playlist.cpp: remove...
2006-08-16 Olivier Teulière * skins2/controls/ctrl_image.cpp: Allow resizing to...
2006-08-15 Cyril Deguet* scaled_bitmap.cpp: better fix than [16273] ...
2006-08-15 Cyril Deguet* scaled_bitmap.cpp: - fixed an infinite loop when...
2006-08-15 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/gui/wxwid...
2006-08-15 Olivier Teulière * skins2/controls/ctrl_image.cpp: Avoid a crash when...
2006-08-15 Olivier Teulière * skins2/controls/*: forward the onResize() method...
2006-08-15 Olivier Teulière * skins2/src/skin_main.cpp: Fixed a crash in the prefe...
2006-08-15 Olivier Teulière * qt4: Added a few forward declarations and includes
2006-08-07 Clément StenacFix sort by artist
2006-08-07 Felix Paul Kühne* configure.ac: enabled Obj-C exceptions in the OBJCFLA...
2006-08-06 Clément Stenac* Add random/loop buttons
2006-08-06 Olivier Teulière * skins2: Fixed resizing of the Text control
2006-08-06 Felix Paul Kühne* fix compilation warnings by adding _defaultTableHeade...
2006-08-06 Olivier Teulière * skins2: fixed the xkeepratio/ykeepratio attributes...
2006-08-06 Clément StenacQt4:
2006-08-05 Olivier Teulière * skins2: new "xkeepratio" and "ykeepratio" attributes...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-08-03 Clément StenacHandle blocking errors, fix layout for login
2006-08-03 Clément Stenac* Some Qt interaction stuff
2006-08-01 Clément StenacRemove references to deprecated files
2006-08-01 Clément StenacImprove Qt interaction stuff
2006-07-31 Felix Paul Kühne* interaction.c: always show errors through the interac...
2006-07-31 Felix Paul Kühne* removed the old panel which used to show msg_err...
2006-07-30 Felix Paul Kühne* compilation fix
2006-07-30 Felix Paul Kühneosx/intf.m: don't show msg_err's in the OSX GUI anymore...
2006-07-30 Felix Paul Kühne* additional interaction enhancements
2006-07-30 Clément StenacIcons support
2006-07-30 Clément StenacQt4 playlist dialog base stuff
2006-07-30 Olivier Teulière * skins2/*: fixed some doxygen comments
2006-07-30 Olivier Teulière * skins2/src/generic_layout.cpp: refresh the area...
2006-07-30 Olivier Teulière * skins2: when restoring the previous skin because...
2006-07-29 Felix Paul Kühne* minor core cleanup and WX compilation fix
2006-07-29 Felix Paul Kühne* enhanced the interaction core with some method additi...
2006-07-29 Jérome DecoodtAdd Ctrl+clic to handle one button mice
2006-07-28 Clément StenacCheck type before cast
2006-07-28 Clément StenacWTF isn't QEvent a QObject ?
2006-07-28 Clément StenacDon't use RTTI
2006-07-25 Olivier Teulière * skins2/src/skin_common.hpp: Added missing header
2006-07-24 Christophe MutricyLocalized the stings inside the .ui and update the...
2006-07-24 Olivier Teulière * skins2/src/dialogs.cpp: more encoding fixes
2006-07-23 Olivier Teulière * skins2: fixed several encoding issues. In particular...
2006-07-20 Felix Paul Kühne* some minor fixes (signed vs unsigned ints, removed...
2006-07-20 Christophe MutricyCompile fix. gcc doesn't like foo=foo();
2006-07-20 Clément StenacFix a bunch of bugs
2006-07-19 Clément StenacSome more Qt interaction support
2006-07-19 Clément StenacAdd support for modules help strings (Closes:#413)
2006-07-18 Clément StenacA bunch of various fixes (encoding, refcount, layout)
2006-07-18 Clément StenacLayout improvements
2006-07-18 Clément Stenac* Fix a number of encoding bugs
2006-07-18 Clément Stenac* compiles-but-untested complete implementation of...
2006-07-17 Felix Paul Kühne* adapted the extended panel to the latest video filter...
2006-07-15 Felix Paul Kühne* removed useless include
2006-07-15 Felix Paul Kühne* implemented a ctrl-click menu for the vouts (refs...
2006-07-13 Christophe MutricyFix dist
2006-07-13 Christophe Mutricyqt4/*: buildsytem fix + cosmetic+ copyright dates ...
2006-07-13 Felix Paul Kühne* implement the error panel correctly (for the records...
2006-07-13 Clément StenacBeginning of menus implementation
2006-07-12 Pavlov Konstantinget rid of unresolved symbols
2006-07-08 Christophe MutricyFix compilation. It inserts the playlist only in tree...
2006-07-08 Felix Paul Kühne* complete clean-up
2006-07-08 Mohammed Adnène... cosmetic changes + compilation fixes
2006-07-08 Clément StenacImprove embedded video output
2006-07-07 Antoine CellerierFix segfault (thanks to zorglub for the hint)
2006-07-06 Damien Fouilleulvout.m: change in fullscreen behaviour
2006-07-05 Clément Stenac[Untested] Save interface position
2006-07-03 Felix Paul Kühne* implemented a non-blocking progress-bar in the main...
2006-07-01 Clément StenacPreliminary embedded vout implementation
2006-06-28 Christophe Mutricyadd the volume icons
2006-06-28 Clément Stenacvarious fixes
2006-06-28 Christophe Mutricyfix compile for builddir != srcdir
2006-06-28 Clément StenacIcons
2006-06-26 Clément StenacSome more Qt playlist code
next